Versions Compared

Key

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

...

Using TM5 chemistry without aerosol

Example: We will run   Run a 2-day forecast starting from 2010-01-01 with TM5 chemistry without aerosol.

...

Using TM5 chemistry with AER aerosol

Example: We will run   Run a 2-day forecast starting from 2010-01-01 with TM5 chemistry and the AER bulk aerosol scheme.

...

Using BASCOE-TM5 chemistry without aerosol

Example: We will run   Run a-2 day forecast starting from 2010-01-01 with combined BASCOE and TM5 chemistry without aerosol.

...

Using BASCOE-TM5 chemistry with AER aerosol

Example: We will run   Run a-2 day forecast starting from 2010-01-01 with combined BASCOE and TM5 chemistry without aerosol.

...

Code Block
PLATFORM='ecmwf-atos'

RUNDIR='${SCRATCH}/43r3/experiments/${EXP}/runs'        # where your experiment will run
AC_IC_DIR='${SCRATCH}/43r3/experiments/${EXP}/chem_ic'  # where your chemical initial conditions will be created
run_end_date="2010-01-03"
rst_freq='6 day'
USE_RESTART=false

LCHEM=true
CHEM_SCHEME="bascoetm5"
CHEM_VER="ver2f"
OIFS_INIDATA_DIR='${OIFS_DATA_DIR}/INITIAL-CONDITIONS/T255L91-bascoetm5-none'
AC_IC_ONCE='${OIFS_INIDATA_DIR}/ICMUAoiac.ac_rst'
MET_IC_DIR='${OIFS_DATA_DIR}/ICMCL/aabg/2010010100'

LAERO=true
LAERCHEM=true
LCHEM_AEROI=true
LINJ_CHEM=true
LINJ_AER=true
LAEROSFC=true

LWAM=true
LRLXG=false
LAC4IC=true

...