Difference between revisions of "Box model"
Line 55: | Line 55: | ||
== Inputs == |
== Inputs == |
||
+ | |||
+ | The box model, |
||
+ | |||
+ | In addition to the above namelist options, the following input files are required (with default name provided): |
||
+ | |||
+ | * chem_tracer_pars: Initial values of chemical (and/or aerosol) tracers required to fill the '''tracer''' array when running UKCA |
||
+ | |||
+ | All gas-phase chemical species should be provided as mass mixing ratios (kg/kg). Not all values need to be provided - any not initialised are set to a default initial value of 1e-15 (*n.b. should make this a namelist option*) |
||
+ | |||
+ | |||
+ | * chem_ntp_pars: Initial mass mixing ratios of non-transported prognostics required to fill the '''tracer''' array |
||
+ | |||
+ | Example input files can be found in the directory: |
||
+ | |||
+ | '''~/roses/<suite_id>/app/ukca/file''' |
||
+ | |||
+ | |||
---- |
---- |
Revision as of 12:00, 13 May 2022
UKCA Box Model - Version 1
The UKCA Box Model is a set of wrapper code which allow the running of the UKCA code base, taken directly from the repository trunk, independently of the UM as if running the chemistry and aerosol code over a single grid cell. The box model is designed to be used primarily for development and testing purposes - due to it's simple design it can quickly compiled and run on a single core in minutes, making debugging of changes to the core chemistry routines substantially faster than on the 3D model. The model has been tested to run in three broad modes, currently it only works with chemical mechanisms which utilise the ASAD framework:
- Chemistry only, using StratTrop or CRI-Strat chemical mechanisms
- GLOMAP Aerosol with offline oxidents
- Coupled online chemistry-aerosol, using GLOMAP-MODE aerosol and StratTrop or CRI-Strat chemical mechanisms.
As well as use for development and testing, the box model is an integral part of the broader UKCA development strategy, as part of the ExCALIBUR ['LINK'] project, to enable the wholesale movement of the UKCA code base out of the UM into a seperpate repository. This transfer is occurring as part of the changes being made for UM vn13.0, Ticket #6717.
Overview
The source code for the box model can be found as a branch of the UKCA repository - in time these will merged into a single trunk which contains the UKCA source code and code to run the box model. The latest (10 May 2022) working branch can be found at:
This branch is designed to run with the first iteration of the UKCA repository, which can be found:
The build options are defined in the file fcm_make/inc/ukca-box-common.cfg; UKCA files/directories used for the build are defined under extract.path-incl[ukca] =
Files defined in the directory src/control/box_control are the box model code wrapping the core UKCA code. The UKCA code based is those under the sections src/control/core and src/science. Currently, the box model still has dependencies on the full UM code base (defined by extract.path-incl[um]). These will be removed and replaced with appropriate replications of functionalism not currently called.
Compiling and Running
Virtual Machine
The UKCA box model was developed to run on the Virtual Machine framework:
https://code.metoffice.gov.uk/doc/um/latest/papers/umdp_X10.pdf
Instruction on how to set up the Virtual Machine to run UKCA can be found here:
Once
- Build environment
- Example suites...
Met Office computer
(Pedro?)
Inputs
The box model,
In addition to the above namelist options, the following input files are required (with default name provided):
- chem_tracer_pars: Initial values of chemical (and/or aerosol) tracers required to fill the tracer array when running UKCA
All gas-phase chemical species should be provided as mass mixing ratios (kg/kg). Not all values need to be provided - any not initialised are set to a default initial value of 1e-15 (*n.b. should make this a namelist option*)
- chem_ntp_pars: Initial mass mixing ratios of non-transported prognostics required to fill the tracer array
Example input files can be found in the directory:
~/roses/<suite_id>/app/ukca/file
Output
- Scraps*
Usage:
A. Met Office desktop:
/home/h02/hadzm/eval_v2/camb_chem/eval_tropchem_spice.py -i <ppfiles> [-s STASHlist] [-m trmap]
- Options
-h, --help | show this help message and exit |
-i | Required: ppfiles (12) from the year to analyse -full path- |