Hello,
I am attempting to direct wrfout* files to an alternative file location in WRF v4.3. I am limited by storage space in my working directory and would like to output to a scratch storage space. In previous versions, this was pretty straightforward by using
within namelist.input. I noticed this option is removed from /WRF-4.3/run/README.namelist. Is there a way to utilize this feature in v4.3+?
Best,
Brad Johnson
I am attempting to direct wrfout* files to an alternative file location in WRF v4.3. I am limited by storage space in my working directory and would like to output to a scratch storage space. In previous versions, this was pretty straightforward by using
Code:
history_outname = /path/to/scratch/directory
Best,
Brad Johnson