Skip to content

v2.6

Compare
Choose a tag to compare
@lars2015 lars2015 released this 02 Nov 21:48
· 393 commits to master since this release
  • Update CITATION.cff file.
  • Simplified the example for the Puyehue case.
  • Removed OpenMP quicksort algorithm.
  • Update documentation.
  • Update test cases.
  • Bugfix: Correcting CLaMS filenames.
  • Integrated photolysis rates in climatological data struct.
  • Modify the dimension of sza to unit rad.
  • Switch the photolysis rate to Roeth's scheme.
  • Added tuv photolysis data.
  • Added check of surface pressure to read_met_ozone().
  • Added total column ozone to interpolation functions.
  • Added function to calculate total column ozone.
  • Removed uvw cache for diabatic calculations. It needs further considerations.
  • Added a test to spot changes in the diabatic calculations.
  • Added parameter to read meteo data in different conventions.
  • Added interoper_test, the part for testing IO of atmospheric data.
  • Added the diabatic transport scheme.
  • Added option to select pre-defined pressure level sets.
  • Optimized calculation of solar zenith angle.
  • Optimized tracer chemistry code.
  • Fixed compilation warning for ZFP code.
  • Obsolete output omitted for make check
  • Bugfix zfp code.
  • Added const qualifiers.
  • Update README.md
  • Renamed variables of climatological data.
  • Update unit strings for volume mixing ratios.
  • Fix for NVIDIA C compiler.
  • Added control parameters for ZFP compression.
  • Update grid output to include quantity mean values.
  • Add compilation of KPP in build.sh
  • Added macro for particle loop.
  • Changed group assignment of sorting timer.
  • Fix in module_chemgrid.
  • Check conflict of THRUST and STATIC flags in Makefile.
  • Update library build script.
  • Added an overview image showing the MPTRAC modules.
  • Added CLaMS radical species files with concentrations converted to vmr.
  • Removed redundant mixing of O3 in module_mixing().
  • Revised code for tracer concentrations and fixes of GPU code.
  • Fix for KPP code.
  • Added new function clim_ts() and clim_zm() to interpolate climatological data.
  • Update references.
  • Read HNO3 climatology from file.
  • Update GOZCARDS data files.
  • Added module_h2o2_chem() and module_chemgrid() to trac_test.
  • Added language/locales setting to run scripts.
  • Renamed chem_test into kpp_test.
  • Added module_mixing to trac_test.
  • Added check of KPP flag in trac.
  • Merged module_h2o2_chemgrid() and module_kpp_chemgrid() into module_chemgrid().
  • Revised atm_init to initialize for age of air calculation.
  • Revised control parameter defaults for boundary condition module.
  • Fixed boundary conditions for CCl4 and SF6.
  • Removed CFC-13 from tracer chemistry.
  • Added code to calculate age of air.
  • Revised reaction rates of chemical tracers.
  • Added trends for CFCs and N2O boundary conditions.
  • Added climatological time series of CFCs, N2O, and SF6.
  • Revised preprocessor directives for KPP.
  • Fix OpenACC pragma for sza_calc().
  • Added control switch TRACER_CHEM for first-order tracer chemistry.
  • Changed default values for mixing module.
  • Added module for inter-parcel mixing.
  • Add o3 climatology from CAMS reanalysis.
  • Removed setting of GPU vector length.
  • Changed ordering of calls to boundary condition module in trac.
  • Added VTK output to trac_test.
  • Added new quantities for H2O2, HO2, and O(1D) number concentrations.
  • Added HO2 and O(1D) to output of met tools.
  • Revised clim_oh() function to use clim_var().
  • Removed clim_h2o2() function.
  • Implemented a separate function for VTK output.
  • Modified GPU vector length of advection kernel.
  • Added dry deposition to trac_test.
  • Revised code for reading species defaults.
  • Added vtk output for particle data.
  • Fix for OH diurnal correction.
  • Added const qualifier to locate functions.
  • Revised function call for clim_var().
  • Update OH climatology code.