zoukankan      html  css  js  c++  java
  • WRF遇到的问题

    [root@localhost em_real]# ./wrf.exe
     Namelist dfi_control not found in namelist.input. Using registry defaults for variables in dfi_control
     Namelist tc not found in namelist.input. Using registry defaults for variables in tc
     Namelist scm not found in namelist.input. Using registry defaults for variables in scm
     Namelist fire not found in namelist.input. Using registry defaults for variables in fire
     WRF V3.1 MODEL
      *************************************
      Parent domain
      ids,ide,jds,jde             1          133            1          127
      ims,ime,jms,jme            -4          138           -4          132
      ips,ipe,jps,jpe             1          133            1          127
      *************************************
     DYNAMICS OPTION: Eulerian Mass Coordinate
     -------------- FATAL CALLED ---------------
     FATAL CALLED FROM FILE:  <stdin>  LINE:      69
      program wrf: error opening wrfinput_d01 for reading ierr=        -1021                                                                                                                                                                                         
     -------------------------------------------
    FORTRAN STOP
    2.运行./ wrf.exe出现问题

    #ulimit –s unlimited (or:unlimited ,此命令防止溢出问题出现,当出现此问题为溢出:(5 points exceeded cfl=2 in domain 1 at time 4.200000 MAX AT i,j,k: 123 48 3 cfl,w,d(eta)= 4.165821 21 points exceeded cfl=2 in domain 1 at time 4.200000 MAX AT i,j,k: 123 49 4 cfl,w,d(eta)= 10.66290),解决方案检查时间积分步长,减少时间积分步长)

    路漫漫其修远兮 吾将上下求索
  • 相关阅读:
    在loader程序中涉及到的CPU模式切换
    python 线程池的实现
    Python 面向对象程序设计
    Haskell语言学习笔记(28)Data.Map
    C++17尝鲜:在 if 和 switch 语句中进行初始化
    趣味编程:24点(Haskell版)
    Haskell语言学习笔记(27)Endo, Dual, Foldable
    Haskell语言学习笔记(26)Identity, IdentityT
    Haskell语言学习笔记(25)MonadState, State, StateT
    Haskell语言学习笔记(24)MonadWriter, Writer, WriterT
  • 原文地址:https://www.cnblogs.com/hbmlml/p/4457315.html
Copyright © 2011-2022 走看看