Versions Compared

Key

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

...

createENS command

Use the command createENS to create the ensemble experiment:

Info

Please only use the 2013102400 start date to ensure we can create the full ensemble from everyone's runs.

Use the createENS command to create an ensemble with just a single member

Code Block
createENS -d 2013102400 -m 1


Code Block
createENS --help

usage: createENS [-h] -d <startdate/enddate/hr_inc> [-m <members>]
Set up ensemble forecast for the OpenIFS 2015 workshop
optional arguments:
  -h, --help            show this help message and exit
  -d <startdate/enddate/hr_inc>, --date <startdate/enddate/hr_inc>
                        List of date(s) to retrieve, format: YYYYMMDDHH. The
                        only dates available are: 2013102400/2013102700/24
  -m <members>, --members <members>
                        Number of ensemble members to create e.g. 3 (default 1)
Info

Please only use the 2013102400 start date to ensure we can create the full ensemble from everyone's runs.

Use the createENS command to create an ensemble with just a single member
(use the option -m
1)

Exercise

Change to the experiment directory labelled by the date chosen:

...