Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

(RESOLVED)questions about error while running WRF-LES

Taro

New member
I meet this problem while getting an ideal case,rsl.error.0000 is like this:
Ntasks in X 1 , ntasks in Y 1
IDEAL V4.1.2 PREPROCESSOR
*************************************
Parent domain
ids,ide,jds,jde 1 131 1 131
ims,ime,jms,jme -4 136 -4 136
ips,ipe,jps,jpe 1 131 1 131
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 1002426164 bytes allocated
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 374
Need to choose valid non-zero ideal_case: ideal_case = 0
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
~
Why does ideal_case =0? What should I do to solve this error?
 
HI,Ming Chen,here is my namelist.input and input_sounding
I compile wrf-les like ./compile em_les >& compile.log
then cd WRF/run/
./ideal.exe
the error shows that Need to choose valid non-zero ideal_case :ideal_case=0
 

Attachments

  • namelist.input
    5.2 KB · Views: 9
  • input_sounding.zip
    5.5 KB · Views: 7
Please add the following section to your namelist.input, then try again:

&ideal

ideal_case = 9

Let me know if you still have the error.
 
Top