Versions Compared

Key

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

...

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
titleExercise

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

...

Code Block
languagebash
titleexamine Examine files in the experiment directory
cd pf001
ls

...