...
Code Block | ||||
---|---|---|---|---|
| ||||
# run interactively: cd $OIFS_EXPT/ab2a/2016092500 ./oifs-run |
Postprocessing with oifs-run
If in the exp-config.h file the OIFS_PPROC
variable has been set to true
(or if the --pproc command line parameter was used) then the model output in the experiment directory is further processed after completing the model run.
...
This postprocessing is required if the Metview Python script is to be used later to visualise the model output. This is described in the following section.
Plotting of model output
Here we describe in a brief summary how plots from the model results can be generated. This permits a first-order sanity check whether the model results look sensible.
...