Skip to content
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.38.0
hooks:
- id: yamllint
args: [-c, .yamllint.yml, --no-warnings]
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- Add a modules directory with a model_utils sub-directory with some basic eval, post, and utils modules
- Add codes to sample according to AERONET for a general GEOS experiment and for MERRA-21C evaluation
- Add codes to sample MERRA-21C according to field campaign HSRL and icartt files, then plot results
- Add 2 new directories to src/Components/missions/INSPYRE:
* ``gigatraj:`` introduces``GIGATRAJ`` python class, alongside several utilities to generate trajectories on region AWS-West-2 from the airborne SMCE environment. This is a replacement for the code under INSPYRE/trajectories. Consult this [README.md](https://github.com/Asticou-Earth/AeroApps/blob/develop/src/Components/missions/INSPYRE/gigatraj/README.md) for additional information.
* ``Notebooks:`` companion notebooks, consult this [README.md](https://github.com/Asticou-Earth/AeroApps/blob/develop/src/Components/missions/INSPYRE/gigatraj/README.md) for more information.

### Fixed

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading