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

Under 3.1 Interpolating real-data initial conditions on the MPAS Tutorial: Running into plotting Tsk.png, Clobbering

Hi @Emilio Guardado , you can add or modify the clobber_mode for each stream in the streams.atmosphere file the run uses. E.g.

XML:
<immutable_stream name="restart"
                  type="input;output"
                  clobber_mode="overwrite"
                  filename_template="restart.$Y-$M-$D_$h.$m.$s.nc"
                  input_interval="initial_only"
                  output_interval="00:06:00" />

You can consult Section 5 of the v8.3.0 MPAS User's Guide PDF or same content at the the Configuring Model Input and Output page on the new-ish MPAS-A website.
 
Top