Postprocessing

Overview

Teaching: 0 min
Exercises: 0 min
Questions
  • What are some common run time configuration changes?

  • How do I make these changess?

Objectives

The process of going from history files to timeseries files and to convert 3D atmospheric data from the model coordinate system to selected pressure levels. We will learn how to use the CESM Postprocessing Tools

$ cd postprocess/
$ cp /glade/u/home/dbailey/timeseries .

Edit timeseries:

Edit the settings of env_postprocess.xml file using pp_config.

Set where the output should be written. You have to create this directory. If not set the output will be written in DOUT_S_ROOT.

$ pp_config --set TIMESERIES_OUTPUT_ROOTDIR=/glade/derecho/scratch/$USER/diagnostics-output/tseries

Run the postprocessing:

$ qsub timeseries

Key Points