Releases: wrfchem-leeds/WRFotron
Releases · wrfchem-leeds/WRFotron
WRFotron2.3.0
Updates
- Action needed:
- Either clone the new repository.
- Or add the following changes to an existing WRFotron:
- In
config.bash
, addnetcdf/4.6.3
to the loaded modules. - In
namelist.wrf.blueprint
, remove all instances ofauxinput5/6
from the&time_control
section.- This fixes meteorological spin up in CEMAC builds (issue).
- In
namelist.chem.blueprint
, changedust_opt
to 13.- This replaces
dust_opt
3 for WRFChem4.2 (issue).
- This replaces
- In
pre.bash
, remove duplicateWRF_UoM_EMIT/
in path for copying over thefinal_output
(line 149).
- In
- No action needed:
- CEMAC conda module includes python libraries required for post-processing (
pp_concat_regrid.py
) script. - CEMAC modulefile for WRFChem4.2 updated for build 2.
- This fixes the N2O5 chemistry (issue).
- CEMAC build for WPSChem3.7.1 fixed for geogrid and metgrid.
- Removed superfluous
anthro_emis.inp
from WRF_UoM_EIT.
- CEMAC conda module includes python libraries required for post-processing (
Testing
============================= test session starts ==============================
platform linux -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
rootdir: /nobackup/earlacoa/simulation_WRFChem4.2_test/output/base
plugins: openfiles-0.4.0, doctestplus-0.4.0, arraydiff-0.3, remotedata-0.3.1, hypothesis-5.19.0, astropy-header-0.1.2
collected 1 item
tests/test_dust_in_geogrid.py . [100%]
============================== 1 passed in 0.22s ===============================
============================= test session starts ==============================
platform linux -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
rootdir: /nobackup/earlacoa/simulation_WRFChem4.2_test/output/base
plugins: openfiles-0.4.0, doctestplus-0.4.0, arraydiff-0.3, remotedata-0.3.1, hypothesis-5.19.0, astropy-header-0.1.2
collected 4 items
tests/test_namelist_options.py .... [100%]
============================== 4 passed in 0.22s ===============================
============================= test session starts ==============================
platform linux -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
rootdir: /nobackup/earlacoa/simulation_WRFChem4.2_test/output/base
plugins: openfiles-0.4.0, doctestplus-0.4.0, arraydiff-0.3, remotedata-0.3.1, hypothesis-5.19.0, astropy-header-0.1.2
collected 8 items
tests/test_pre.py ........ [100%]
============================== 8 passed in 0.83s ===============================
WRFotron2.2.0
Summary of changes:
- Changing default settings to turn on heterogeneous uptake of N2O5 onto aerosol particles. Within
namelist.chem.blueprint
,n2o5_hetchem = 1
. - Added introductory Python course for analysing WRFChem output.
- Added blueprints for CEMAC/manual compilation runs.
- Added Python postprocessing script.
- Changed default cores to 64.
WRFotron2.1.0
See documentation here.
WRFotron2.0.0
See documentation here.