Versions Compared

Key

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

...

Expand
titlepost.job.sh - post-processing script

Purpose

Any post-processing needed is performed here. Archiving of postprocessing results is also done here. Post-processing may take a lot of time, depending on its complexity. This may slow down the whole chain. Therefore it is run in parallel to the rest of the chain.

Contents

The script includes the job_settings and functions.sh files. The following post-processing is performed by default. However, the user can adjust the script to his needs. The following steps are performed:

  • time series functions are defined. For p- and z-levels extra functions are defined.
  • the time series functions are then called for user selected quantities. The resulting time series are noted under ${WORKDIR}/${EXPID}/post/YYYY_MM.
  • depending on the setting of the environment variable ITYPE_COMPRESS_POST (to be set in the file job_settings) a compression is applied.


Jobflow

Image Removed