(RESOLVED) How to append tslist for restart runs.

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Jslaten

New member
Hello,

I'm running on a slightly older version of wrf.v.4.0.3, so this may be outdated, but is there a way to have tslist append variables during restart runs? Right now it seem to overwrite the previous variables for the new run.


Thank you,
Jesse
 
Jesse,
I'm sure there is a way to play around with the code and do it, but that may be more work than you're wanting to do. I would suggest moving the original files to a new directory, or to a new name, and then you can simply concatenate the files once you have all the output. For e.g.,
Code:
cat xxxx.d01.PH_restart xxxx.d01.PH_original
 
Back
Top