Skip to content

Commit

Permalink
Merge pull request #79 from ludwiglierhammer/lotus_scripts
Browse files Browse the repository at this point in the history
restructure obs_suite lotus scripts
  • Loading branch information
ludwiglierhammer authored Dec 6, 2024
2 parents 921d2d4 + 391271a commit fbe5e10
Show file tree
Hide file tree
Showing 16 changed files with 321 additions and 644 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.9.18
python: python3.11

repos:
- repo: https://github.com/asottile/pyupgrade
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ New features and enhancements
Internal changes
^^^^^^^^^^^^^^^^
* ``obs_suite``: update ICOADS_R3.0.0T release_4.0 time period list (:pull:`73`)
* ``obs_suite``: combine loops over decks in ``level_slurm.py`` and ``config_array.py`` to one single loop (:issue:`74`, :pull:`79`)
* ``obs_suie``: name log files according to the date of the source files instead of simply numbering them consecutively (:issue:`74`, :pull:`79`)
* ``obs_suite``: standardize level scripts (:pull:`79`)

Breaking changes
^^^^^^^^^^^^^^^^
* ``obs_suite``: rename level3 output from <YYYY>-<MM>-<RELEASE>-<UPDATE>-pressure_data.psv to pressure-data-<YYYY>-<MM>-<RELEASE>-<UPDATE>.psv (:pull:`79`)

v7.1.0 (2024-11-25)
-------------------
Expand Down
246 changes: 0 additions & 246 deletions glamod_marine_processing/obs_suite/lotus_scripts/config_array.py

This file was deleted.

Loading

0 comments on commit fbe5e10

Please sign in to comment.