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

run ideal.exe and below problem happened

husiyang22

New member
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 175
ideal: error opening wrfinput for writing -1021
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 175
ideal: error opening wrfinput for writing -1021
-------------------------------------------
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 175
ideal: error opening wrfinput for writing -1021
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 175
ideal: error opening wrfinput for writing -1021
-------------------------------------------
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 175
ideal: error opening wrfinput for writing -1021
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 175
ideal: error opening wrfinput for writing -1021
-------------------------------------------
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG
wrf: SUCCESS COMPLETE IDEAL INIT


as a beginner, i want to know what happened and if these problem will affect my next task?(considering that "wrf: SUCCESS COMPLETE IDEAL INIT")
 
Which ideal case did you run?

Please clarify the steps you follow to run the case, i.e., how did you compile WRF and run the case? Dii you change namelist.input and input soundings?
 
Which ideal case did you run?

Please clarify the steps you follow to run the case, i.e., how did you compile WRF and run the case? Dii you change namelist.input and input soundings?
i change the line 162-171 of module_initialize_tropical_cyclone.F(我修改了module_initialize_tropical_cyclone.F的第162-171行(the rmax and vmax) to : ) 改为:
!-----------------------------------------------------------------------
! USER SETTINGS

! Parameters for analytic vortex:
! Reference: Rotunno and Emanuel, 1987, JAS, p. 549

r0 = 412500.0 ! outer radius (m)
rmax = 125000.0 ! approximate radius of max winds (m)
vmax = 24.0 ! approximate value of max wind speed (m/s)

zdd = 20000.0 ! depth of vortex (m)
then compile the em_tropical_cyclone(use default setting) ,and after that i run the ideal.exe and wrf.exe
 
Last edited:
Which ideal case did you run?

Please clarify the steps you follow to run the case, i.e., how did you compile WRF and run the case? Dii you change namelist.input and input soundings?
and i want to know how to run an idealized TC case using namelisth.input and module_initialize_tropical_cyclone with my own settings(different from default settings)? Should i create a new directory(similar to em_tropical_cyclone) under the test directory for compilation?
 
Top