Hi
I have followed all the recommendations from a similar question and the comments on the WRF guide about Run-Time IO
module_io_quilt_old.F 2931 T
------ ERROR while reading namelist time_control ------
Maybe here?: io_form_boundary = 2,
Maybe here?: iofields_filename = "myoutfields.txt","myoutfields.txt","myoutfields.txt","myoutfields.txt",
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11540
ERRORS while reading one or more namelists from namelist.input.
If I remove the io_fields_filename and ignore_iofields_warning from the namelist.input the code runs withou issues.
I want to create smaller size output files with a set of specific variables and my testing for now with some I'm sure I wont use.
Here are the myoutfields.txt and namelist.input
I have followed all the recommendations from a similar question and the comments on the WRF guide about Run-Time IO
As soon as I try to run the real.exe I get the following error on the rsl.error.0000. The ignore_iofields_warning is set as .true.module_io_quilt_old.F 2931 T
------ ERROR while reading namelist time_control ------
Maybe here?: io_form_boundary = 2,
Maybe here?: iofields_filename = "myoutfields.txt","myoutfields.txt","myoutfields.txt","myoutfields.txt",
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11540
ERRORS while reading one or more namelists from namelist.input.
If I remove the io_fields_filename and ignore_iofields_warning from the namelist.input the code runs withou issues.
I want to create smaller size output files with a set of specific variables and my testing for now with some I'm sure I wont use.
Here are the myoutfields.txt and namelist.input