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

Problems with real.exe and wrong date input

Bas Cammeraat

New member
Good afternoon!

Since a couple of days ./real.exe gives the following error that I do not understand:

DYNAMICS OPTION: Eulerian Mass Coordinate

alloc_space_field: domain 1 , 1576448348 bytes allocated

-------------- FATAL CALLED ---------------

FATAL CALLED FROM FILE: <stdin> LINE: 401

error opening met_em.d01.1993-03-13_12:00:00.nc for input; bad date in namelist or file not in directory

-------------------------------------------


This is unusual, as the met_em files are with completely different dates. WPS is dong fine. The namelists and error files are attached to the post. Does anyone has an idea what the problem could be? Many thanks in advance!

Bas
 

Attachments

  • rsl.error.0000
    2.3 KB · Views: 5
  • rsl.out.0000
    3 KB · Views: 0
  • namelist.input.input
    4.8 KB · Views: 10
  • namelist.wps
    1.8 KB · Views: 5
Bas,
You missed "&" in the beginning of your namelist.input. Please change the first line to:
&time_control

Then try again. I believe it should work with this change. Let me know if you still have some any issues.
 
Top