Versions Compared

Key

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

...

Info

Make a copy of the namelist file and edit it to set the ensemble member value to the one you are given.

Make sure you are in the 'pf001' directory.

Code Block
cp namelistfc mynamelist

vi mynamelist        # or use your favourite text editor; emacs etc.

and make the following changes to the namelist variables:

Panel
bgColorwhite
titleBGColorwhite
titleSet these namelist variables:
CTYPE="pf",   ! change the type of forecast to perturbed

NENSFNB=2,    ! change the ensemble member number to your assigned value. This determines the random number seed for the stochastic physics.


LSTOPH_SPBS=true, ! this enables the stochastic backscatter scheme in the model dynamics LSPSDT=true, ! this enables the stochastic scheme for the physics tendencies
Save your changes.

The variable NENSFNB is important as this determines the random number seed by altering the ensemble member value.

Code Block
languagebash
titleUse the 'diff' command to check your changes
diff mynamelist namelistfc

Create Cray batch job

 

Submit job: qsub jobN

Checking job status: qstatu

...