Releases: COSIMA/regional-mom6
Releases · COSIMA/regional-mom6
v0.6.2
What's Changed
- Add link in the Docs pointing to the COSIMA recipe that uses the package by @navidcy in #182
- Better citation info in Docs by @navidcy in #187
- Freeze xarray version given update causes crash by @ashjbarnes in #190
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- JOSS paper by @navidcy in #100
- New API for downloading GLORYS reanalysis dataset by @ashjbarnes in #180
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.2
What's Changed
- add explicity bathymetry.nc to MOM_input by @ashjbarnes in #173
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Add intro in Docs + include a "MOM6 file structure primer" section by @ashjbarnes in #148
- Minor rephrase/format in the installation instructions by @navidcy in #153
- Docs edits by @navidcy in #157
- Tweak API docstrings/comments by @aekiss in #158
- Show bathymetry plot in notebook + some other fixes by @navidcy in #156
- Fix minor bugs in kwargs default values in
setup_bathymetry
by @ashjbarnes in #161 - Few notebook fixes by @navidcy in #159
- Delete ACCESS-OM2 example by @navidcy in #162
- Mostly ERA5-GLORYS demo notebook tweaks by @aekiss in #160
- Automatic PyPI upload on GitHub release by @angus-g in #151
- fix regional-mom6 link in docs/index.rst by @aekiss in #167
- Avoid singling out one contributor by @navidcy in #163
- Add JOSS badge by @navidcy in #169
- Era5 fix. Typo, and need to combine years into single file again by @ashjbarnes in #170
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Remove buffer from longitude slicer by @ashjbarnes in #132
- Use verbosely-silly names when creating data arrays for tests by @navidcy in #133
- Update installation instructions by @navidcy in #95
- Change default arg from False to None in the setup run dir by @ashjbarnes in #135
- Remove tide-related methods until proper tidal forcing implementation by @navidcy in #139
- Minor changes to readme by @dhruvbhagtani in #136
- Further enhance/clarify
setup_run_directory
by @navidcy in #137 - Add conda-forge and pypi badges + update installation instructions by @navidcy in #149
- (0.5.0) Better
experiment.bathymetry
method by @navidcy in #147 - Fixes for demos by @navidcy in #142
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What's Changed
- Delete
legacy_README.md
+ updatesREADME.md
by @navidcy in #23 - Fix
NaN
interpolation to catch edge cases and remove time dimension by @ashjbarnes in #35 - Add black badge by @navidcy in #36
- Remove placeholder
parabola
func/test by @navidcy in #37 - Build API docs by @angus-g in #38
- Some cleanup by @navidcy in #34
- Add codecov.yml by @navidcy in #43
- Add instructions to run tests + build docs locally by @navidcy in #44
- fix typo by @navidcy in #45
- Rename repo/package
mom6_regional
->regional_mom6
by @navidcy in #47 - Update instructions for local docs built by @navidcy in #49
- Add example with parametrized test by @navidcy in #50
- Add demo notebooks to docs by @angus-g in #56
- Cleaner readme title by @navidcy in #54
- More badges by @navidcy in #60
- Add installation instructions by @navidcy in #58
- Αdd test for quad area function by @ashjbarnes in #61
- Test hgrid generator by @ashjbarnes in #62
- Some code cleanup by @navidcy in #51
- Update README.md by @ashjbarnes in #63
- More verbose name for
quad_area
->quadrilateral_area
+ one more test by @navidcy in #64 - Simplify quadilateral_area + better doc by @navidcy in #66
- Simplify
angle_between
+ refactorquadrilateral_area
by @navidcy in #65 - Update codecov badge to point to
main
branch by @navidcy in #71 - Made the use of FRE tools optional, and stopped them being called on … by @ashjbarnes in #70
- Adds COSIMA to package author by @navidcy in #74
- Replace ESMF subprocess calls with new parallel implementation of xesmf (0.8.x) directly in Python by @ashjbarnes in #73
- Add Docs/Demos link to README by @navidcy in #76
- Use Path objects instead of string manipulation by @angus-g in #75
- Bugfix: Bathymetry regridding and B grid velocity regridding. by @ashjbarnes in #80
- Update
_make_hgrid
docstring by @ashjbarnes in #82 - Declutter example notebook by @ashjbarnes in #83
- Tidying up merge by @ashjbarnes in #89
- add new executable to config.yaml and tidy up diagnostic table by @ashjbarnes in #88
- Update README.md to specify MOM6 version requirements and configuration by @ashjbarnes in #90
- Include era5 fluxes by @ashjbarnes in #91
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
The initial release relied on running FRE-NC tools via python subprocesses to generate both the horizontal grid and bathymetry. This works fine on small test domains, but breaks down for larger domains and requires the manual execution of these f90 scripts in interactive jobs
I've replaced these tools with python (via xESMF)
This means that FRE-NC tools are no longer used for any computationally expensive tasks, making the pipeline more scalable.
v0.1.0
First release.