All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Minor formatting changes in
CHANGELOG.md
- Add fix from geoschem/geos-chem#2486 to prevent errors on Intel compilers
- Species database files in
test/
have been updated to GEOS-Chem 14.5.0 (in development)
- New
CONTRIBUTING.md
file - New
SUPPORT.md
file - New
CHANGELOG.md
file
QFYAML_Print
now places single-quotes around the top-level variable name if it is eitherNO:
orno:
. This will prevent this text from being interpreted asno
orfalse
.- The
test_species_database.F90
program now checks ifNO
(i.e. Nitrogen Oxide) will have quotes placed around it. bin/.cleanBinDir.sh
is nowbin/cleanup.sh
. It will also remove files generated by the make process in thebuild/
folder.- Version numbers in CMakeLists.txt and conf.py are now 0.4.2
- Updated ReadTheDocs documentation accordingly
- Now use proper title & section headings in the ReadTheDocs *.rst files
QFYAML_Print
now prints to stdout if `fileName="*"- Version numbers in CMakeLists.txt and conf.py are now 0.4.1
- New
QFYAML_Print
routine - New
favicon.ico
for ReadTheDocs documentation
- License is now GPLv3 instead of MIT
- Request ReadTheDocs dependency
jinja2<3.1.0
indocs/requirements.txt
- Fixed parsing of categories that occur more than 2 indentation levels to the prior indentation level.
- Extra input in the
geoschem_config.yml
and modified thetest_geoschem_config.F90
test program to read this input - New routine
QFYAML_FindNextHigher
to find the next higher variable of a category
- Updated ReadTheDocs documentation accordingly
- New
bin/cleanBinDir.sh
script to remove compiler-generated files - Bug fix: increase the line length in routine
Get_Fields_String
- New updates for
geoschem_config.yml
andtest_geoschem_config.F90
and other test programs
- Resized
MaxDataLen
to 20000 - Updated ReadTheDocs documentation
- New
geoschem_config.yml
and test programtest_geoschem_config.F90
- Capability to read nested YAML categories and variables
- Capability to read YAML sequences
- ReadTheDocs documentation
- New
LICENSE.txt
,README.md
and ReadTheDocs updates
- Split source code into
src/
andtest/
folders
.zenodo.json
file for auto-DOI generation
- Updated GEOS-Chem species database files as of 2020-05-13
- Bug fix: remove duplicate
PUBLIC
statement forQFYAML_t
- Error trap to test if species database file can't be opened
- The species database test program was made consistent with the latest GEOS-Chem species database YAML file.
- Bug fix: Anchors use
<<
instead of>>
- Test program for GEOS-Chem species database files
- Capability to merge more than 1 YAML file together
- Return error code all the way to the calling routine
- Updated error message printout
- Initial version