Skip to content

AMIPsuite_u_ap747

JhanSrbinovsky edited this page Oct 25, 2018 · 1 revision

standard suite: u-ap747

All source code is extracted from MOSRS. All source code relevant to CABLE is extracted from Shared branches at specific revisions on MOSRS. (see app/fcm_make_um/rose-app.conf)

e.g. JULES code from:

https://code.metoffice.gov.uk/svn/jules/main/branches/dev/Share/vn10.6_CABLE@9075

It is therefore not necessary to copy anything locally in addition to the suite.

Not essential but please make your own copy of this suite using:

rosie copy u-ap747

you can make a local copy of suite which is more convenient using:

rosie copy u-ap747 --prefix=au

By defult rosie will copy the suite to the next available suite ID (lets assume this u-XXX) and check it out to your roses/ directory. Assuming you are set up for rose-cylc, then simply

cd u-XXX

and

rose suite-run

Thats it!!

Of course this is all doable and modifiable via the GUI, but I dont know all the directions, buttons to press there. To open the GUI simply use:

cd u-aXXX

and

rose edit

Note: default run length is set to 3 months in express queue

in app/um/rose-app.conf: RUNLEN='P3M' NCI_QUEUE='express'

For e.g 20 year run change YOUR copy RUNLEN='P20Y' NCI_QUEUE='normal'

By default CASA-CNP is switched on:

l_casacnp=.TRUE. icycle=3

CASA-CNP can be switched on/off (configured) in cable.nml defined in app/um/rose-app.conf:

Comparisson of walltime for first month (Caveat:assumed to be statistically indicative)

icycle=0 Walltime Used: 00:26:01 icycle=3 Walltime Used: 00:41:05

**Note:**Known issues we intend to improve upon (shortly)

  • CASA pools are initialized to zero. Soil order = 4.0

  • Soil/snow initializations still to be evaluated (I "think" they are reasonably OK)

  • MSLP field has deficit of 3-4HPa in intialization

Clone this wiki locally