Hello all,
I want to add atmospheric heating rate as a variable in the WRF output files (i.e., 'wrfout_d0*' files). I have gone through a previous forum conversation (Output the atmospheric heating rate) and after considering the suggestions available in that conversation, I made a iofields file named ''my_iofields_list.txt' and set the following line in the 'time_control' section of the namelist.input:
iofields_filename = 'my_iofields_list.txt','my_iofields_list.txt',
That means I used the same iofiled files for both domains.Then I ran the model.
After the successful run, I checked the 'wrfout_d0* files, but the variablles mentioned in the 'my_iofields_list.txt' files are not coming in the wrf output. The following lines are written in the 'my_iofields_list.txt' file:
+:h:7:tropo_p,tropo_z,tropo_lev,h_diabatic,RTHCUTEN,RTHRATEN,RTHBLTEN
Am I doing something wrong? I again checked the WRF User's Guide and I saw the following lines:
"If you are interested in outputting variables into a new stream (i.e., not the default history
stream 0), then the following namelist variables will also be necessary (example for
stream 7):
auxhist7_outname = “yourstreamname_d<domain>_<date>”
auxhist7_interval = 360, 360,
frames_per_auxhist7 = 1, 1,
io_form_auxhist7 = 2"
So, does it mean that if I am writing '+h:7:' then I have to add the above lines also to get the variable in my output file? Or just keeping '+h:0:' and adding no new line in the namelist.input file will work for this? Can anyone please calrify this? That will be very helpful for me. Thank you for your time and consideration.
With regards,
Ankan
I want to add atmospheric heating rate as a variable in the WRF output files (i.e., 'wrfout_d0*' files). I have gone through a previous forum conversation (Output the atmospheric heating rate) and after considering the suggestions available in that conversation, I made a iofields file named ''my_iofields_list.txt' and set the following line in the 'time_control' section of the namelist.input:
iofields_filename = 'my_iofields_list.txt','my_iofields_list.txt',
That means I used the same iofiled files for both domains.Then I ran the model.
After the successful run, I checked the 'wrfout_d0* files, but the variablles mentioned in the 'my_iofields_list.txt' files are not coming in the wrf output. The following lines are written in the 'my_iofields_list.txt' file:
+:h:7:tropo_p,tropo_z,tropo_lev,h_diabatic,RTHCUTEN,RTHRATEN,RTHBLTEN
Am I doing something wrong? I again checked the WRF User's Guide and I saw the following lines:
"If you are interested in outputting variables into a new stream (i.e., not the default history
stream 0), then the following namelist variables will also be necessary (example for
stream 7):
auxhist7_outname = “yourstreamname_d<domain>_<date>”
auxhist7_interval = 360, 360,
frames_per_auxhist7 = 1, 1,
io_form_auxhist7 = 2"
So, does it mean that if I am writing '+h:7:' then I have to add the above lines also to get the variable in my output file? Or just keeping '+h:0:' and adding no new line in the namelist.input file will work for this? Can anyone please calrify this? That will be very helpful for me. Thank you for your time and consideration.
With regards,
Ankan