Skip to content

Releases: wrfchem-leeds/WRFotron

WRFotron2.3.0

04 Feb 10:35
Compare
Choose a tag to compare

Updates

  • Action needed:
    • Either clone the new repository.
    • Or add the following changes to an existing WRFotron:
      • In config.bash, add netcdf/4.6.3 to the loaded modules.
      • In namelist.wrf.blueprint, remove all instances of auxinput5/6 from the &time_control section.
        • This fixes meteorological spin up in CEMAC builds (issue).
      • In namelist.chem.blueprint, change dust_opt to 13.
        • This replaces dust_opt 3 for WRFChem4.2 (issue).
      • In pre.bash, remove duplicate WRF_UoM_EMIT/ in path for copying over the final_output (line 149).
  • 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.

Benchmarking
benchmark_pm25_china_measurements

benchmark_o3_china_measurements

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

10 Nov 12:51
Compare
Choose a tag to compare

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

23 Jun 05:56
Compare
Choose a tag to compare

See documentation here.

WRFotron2.0.0

22 Jan 13:26
Compare
Choose a tag to compare

See documentation here.