Versions Compared

Key

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

...

  • create a machine config file:  oifs-config.me.sh  (we can re-use the one used in t21test_xios_t255ac)
  • create a wrapper script to submit the batch job; the following templates exist:
    • ecmwf-cca.job.tmpl    –    run oifs without XIOS   (try this first!)   this is virtually the same as $OIFS_HOME/AC-experiments/run-cca.job
    • ecmwf-cca+xios.job.tmpl    –    run oifs with XIOS     this is virtually the same as $OIFS_HOME/AC-experiments/run-cca+xios.job
    • ecmwf-cca-workflow.sh    –    workflow for a run with a series of restarts

We begin with a batch job to run OpenIFS/AC without restarts and without XIOS.  For this purpose we modify run-cca.job:

  • in oifs-run.sh change platform to 'me'  (or 'damk' in this case)
  • in run-cca.job remove the accounting PBS header line: EC_billing_....
  • submit oifs-run.sh with qsub

Generating the initial data for the experiment

...