Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Use of Environment Variables to Direct History Output Files

jbellino

New member
Hello, I'd like to know if it is possible to use an environment variable to direct the output files from wrf.exe and if so, what the syntax would be in the namelist file. I'm thinking of something like the following:

Code:
&time_control
  ...
  history_outname          = "WRFOUTDIR/wrfout_d<domain>_<date>"
  auxhist24_outname     = "WRFOUTDIR/auxhist24_d<domain>_<date>"
  auxhist3_outname       = "WRFOUTDIR/wrfxtrm_d<domain>_<date>"
  ...
/
 
Last edited:
I'm not aware of a way to do this with an environment variable setting, but if you figure that out, please let us know!
 
Top