Hello,
I am running WRF v4.4 and am trying to reduce the size of my wrfout files using the Runtime I/O option. I keep getting the same error, which is thrown every time once the code reaches the auxhist and iofields_filename section of the &time_control namelist. I have pasted the error from my rsl.error.0000 file below in bold. My namelist is also attached, along with the .txt files (containing the variables I want to output for each domain).
taskid: 0 hostname: c033n02
module_io_quilt_old.F 2931 F
Quilting with 1 groups of 0 I/O tasks.
------ ERROR while reading namelist time_control ------
Maybe here?: debug_level = 0,
Maybe here?: iofields_filename = "aux_var_file_d01.txt", "aux_var_file_d02.txt”, "aux_var_file_d03.txt”,
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11540
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
I have ruled out an issue with debug_level, because the model runs fine when I remove the last part of my &time_control namelist (below and including iofields_filename). I followed the README.namelist for version 4.4, have I specified something incorrectly or am I using the wrong auxhist stream?
Thank you in advance!
I am running WRF v4.4 and am trying to reduce the size of my wrfout files using the Runtime I/O option. I keep getting the same error, which is thrown every time once the code reaches the auxhist and iofields_filename section of the &time_control namelist. I have pasted the error from my rsl.error.0000 file below in bold. My namelist is also attached, along with the .txt files (containing the variables I want to output for each domain).
taskid: 0 hostname: c033n02
module_io_quilt_old.F 2931 F
Quilting with 1 groups of 0 I/O tasks.
------ ERROR while reading namelist time_control ------
Maybe here?: debug_level = 0,
Maybe here?: iofields_filename = "aux_var_file_d01.txt", "aux_var_file_d02.txt”, "aux_var_file_d03.txt”,
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11540
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
I have ruled out an issue with debug_level, because the model runs fine when I remove the last part of my &time_control namelist (below and including iofields_filename). I followed the README.namelist for version 4.4, have I specified something incorrectly or am I using the wrong auxhist stream?
Thank you in advance!