Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you re-run post-processing, it will check status of tasks and will skip a task if its status is OK“OK”.

Tasks

If you run ls you’ll probably see a file like e3sm_diags_180x360_aave_model_vs_obs_0001-0020.status. This is one e3sm_diags job. Parts of the file name are explained below:

...

There is also a corresponding output file. It will have the same name but end with .o<job ID> instead of .status.

...

The post-processing output is organized hierarchically as follows (where the exact year-ranges are what are defined in the configuration file):

  • <e3sm_simulations_dir>/<case_name>/post/atm/180x360_aave/ts/monthly/10yr has the time series files – one variable per file, in 10 year chunks as defined in <post_processing_script_dir>/<case_name>.cfg.

  • <e3sm_simulations_dir>/<case_name>/post/atm/180x360_aave/clim/20yr similarly has climatology files for 20 year periods, as defined in <post_processing_script_dir>/<case_name>.cfg`.

  • <e3sm_simulations_dir>/<case_name>/post/atm/glb/ts/monthly/10yr has globally averaged files for 10 years periods as defined in <post_processing_script_dir>/<case_name>.cfg. The glb directory currently doesn't follow the same file naming convention as 180x360_aave.

...