HYDRO_nlst namelist error in read_rt_nlst!

216 views
Skip to first unread message

Peyman

unread,
Feb 12, 2019, 1:13:31 PM2/12/19
to wrf-hydro_users
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

Hasindray Ravalisoa

unread,
Feb 12, 2019, 1:43:23 PM2/12/19
to wrf-hyd...@ucar.edu
Hello Dear,

I couldn't test your code but when I see it, I think that at this part

open(12, file="hydro.namelist", form="FORMATTED")

of your code, it may be necessary to remove the form="FORMATTED" to eliminate any ambiguity if the file "hydro.namelist" is not formatted specifically.

--
Regards,
Hobi

Molly McAllister

unread,
Feb 12, 2019, 1:55:05 PM2/12/19
to wrf-hyd...@ucar.edu
Hi Peyman,
The error means that there is something wrong in your hydro.namelist file.
It could be something as simple as a typo or something that you was entered incorrectly in the namelist file.
I suggest checking your hydro.namelist file with the one in template directory https://github.com/NCAR/wrf_hydro_nwm_public/blob/master/trunk/NDHMS/template/HYDRO/hydro.namelist

Best regards,
Molly


--
You received this message because you are subscribed to the Google Groups "wrf-hydro_users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wrf-hydro_use...@ucar.edu.
Visit this group at https://groups.google.com/a/ucar.edu/group/wrf-hydro_users/.
To view this discussion on the web visit https://groups.google.com/a/ucar.edu/d/msgid/wrf-hydro_users/19ec4503-0daf-471f-9920-4649debefbf7%40ucar.edu.


--
Molly J. McAllister
Associate Scientist III
National Center for Atmospheric Research
moll...@ucar.edu
office: (303) 497-8253

Reply all
Reply to author
Forward
0 new messages