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

bad date in namelist or file not in directory

Yiping

New member
Hi! I am running real.exe
(anitta) [yu@log04 run]$ srun -p Serial -n 1 ./real.exe
srun: job 497557 queued and waiting for resources
srun: job 497557 has been allocated resources
starting wrf task 0 of 1
srun: error: c03n14: task 0: Exited with exit code 1

I encountered a problem called bad date in namelist or file not in directory.

Could anyone help me solve it?

Attached are my namelist.wps namelist.input and error.
 

Attachments

  • namelist.input
    3.5 KB · Views: 4
  • namelist.wps
    722 bytes · Views: 0
  • rsl.error.0000
    977 bytes · Views: 7
d01 2016-07-10_19:00:00 input_wrf.F: SIZE MISMATCH: namelist num_metgrid_levels = 37
d01 2016-07-10_19:00:00 input_wrf.F: SIZE MISMATCH: input file BOTTOM-TOP_GRID_DIMENSION = 38
I find the reason and changed namelist num_metgrid_levels = 37 to namelist num_metgrid_levels = 38 in my namelist.input and now it works!
 
Hi! I am running real.exe
(anitta) [yu@log04 run]$ srun -p Serial -n 1 ./real.exe
srun: job 497557 queued and waiting for resources
srun: job 497557 has been allocated resources
starting wrf task 0 of 1
srun: error: c03n14: task 0: Exited with exit code 1

I encountered a problem called bad date in namelist or file not in directory.

Could anyone help me solve it?

Attached are my namelist.wps namelist.input and error.
This is because you don't have met_em.d01.2016-07-10_19:00:00 in your working directory.
Note that "met_em*. -> /nuist/scratch/zxf000337/yuyp/WRF4.4/WPS/met_em*." is not correct.
 
Thank you! After copy all the met_em files to the folder where real.exe is, it can work well. However, if I type: ln -sf /nuist/scratch/zxf000337/yuyp/WRF4.4/WPS/met_em* .
Then it doesn't work.
How should I correct it?
This is because you don't have met_em.d01.2016-07-10_19:00:00 in your working directory.
Note that "met_em*. -> /nuist/scratch/zxf000337/yuyp/WRF4.4/WPS/met_em*." is not correct.
 
Getting the same error even after copying the met_em files in the directory
 

Attachments

  • ls.txt
    53.2 KB · Views: 3
  • namelist.input
    4.2 KB · Views: 1
  • rsl.error.0000
    998 bytes · Views: 1
In your ls.txt, the linked file is like:

met_em*. -> /nuist/scratch/zxf000337/yuyp/WRF4.4/WPS/met_em*.

This is not correct. Please copy all met_em files to your working directory.
 
In your ls.txt, the linked file is like:

met_em*. -> /nuist/scratch/zxf000337/yuyp/WRF4.4/WPS/met_em*.

This is not correct. Please copy all met_em files to your working directory.
met_em*. -> /nuist/scratch/zxf000337/yuyp/WRF4.4/WPS/met_em*.
is not as per my ls.txt file. My met_em files are in the working directory only. Then also getting the same error.
 

Attachments

  • ls.txt
    53.2 KB · Views: 4
In your newly posted "ls.txt", I did see the file "met_em.d01.1981-05-01_00:00:00.nc". However, your rsl.error file indicates that this file doesn't exist.

The only issue I can think is that the met_em file is not located in the place where you run metgrid.exe. Please double check.
 
Top