Skip to content

Releases: yantosca/qfyaml

qfyaml 0.2.3

13 May 13:50
Compare
Choose a tag to compare

qfyaml 0.2.3
13 May 2020
License

What's new:

  • Remove duplicate PUBLIC statement for type QFYAML_t (this caused ifort 18 to choke)
  • Use the species_database*yml files with the latest updates from 13 May 2020

qfyaml 0.2.2

05 May 21:13
Compare
Choose a tag to compare

qfyaml 0.2.2
05 May 2020
License

What's new:

  • Add an error trap to exit if we can't find the input YAML file on disk
  • Update species database files as of 5/5/20
  • Update the test_species_database.F90 program accordingly

qfyaml 0.2.1

29 Apr 20:29
Compare
Choose a tag to compare

qfyaml 0.2.1
28 Apr 2020
License

Bug fixes:

  • Now use << (instead of >>) to point to YAML anchors.
  • Also updated species database test files as of 29 Apr 2020

qfyaml 0.2.0

28 Apr 21:19
Compare
Choose a tag to compare

qfyaml 0.2.0
28 Apr 2020
License

What's new

  • Errors now propagate out of qfyaml_mod.F90 and back to the calling routine.
  • Merging of two QFYAML objects is now supported.
  • Updated the test_species_database example.

qfyaml 0.1.0

23 Apr 14:23
Compare
Choose a tag to compare

qfyaml 0.2.1
23 Apr 2020
License

This is the initial release of the Quick Fortran YAML parser code. This code has mostly been developed as a core-Fortran parser for GEOS-Chem.

Features supported:

  • Simple variable definition (e.g. name: Fred)
  • Block mapping (e.g. array: [1.0, 2.0])
  • Flow mapping (e.g. array: {1.0, 2.0})
  • YAML anchors

Features not yet supported:

  • YAML sequences
  • Nested mappings

We hope to add extra functionality as time allows.