Hi,
I am trying to run the test case, everything is set up correctly, but I am receiving the following error:
The job is stopped due to the fatal error.
HYDRO_nlst namelist error in read_rt_nlst
I investigated a little bit and realized this appears in the following line in "Module module_namelist":
#ifndef NCEP_WCOSS |
| open(12, file="hydro.namelist", form="FORMATTED") |
| #else |
| open(12, form="FORMATTED") |
| #endif |
| read(12, HYDRO_nlist, iostat=ierr) |
| if(ierr .ne. 0) call hydro_stop("HYDRO_nlst namelist error in read_rt_nlst") |
it seems that the program is not able to open the hydro.namelist file, am I right? would you please help me to resolve this issue. Thank you so much in advance!
Peyman