You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
### Changed
13
+
14
+
### Fixed
15
+
16
+
### Removed
17
+
18
+
### Deprecated
19
+
20
+
## [2.51.0] - 2024-12-06
21
+
22
+
### Added
23
+
12
24
- Added macro `_RETURN(_SUCCESS)` to fetch_data
13
25
- Allow update offsets of ±timestep in ExtData2G
14
26
- Minor revision (and generalization) of grid-def for GSI purposes
15
27
- Add ability to use an `ESMF_CONFIG_FILE` environment variable to specify name of file to pass in pre-`ESMF_Initialize` options to ESMF (see [ESMF Docs](https://earthsystemmodeling.org/docs/release/latest/ESMF_refdoc/node4.html#SECTION04024000000000000000) for allowed flags.
16
28
- Allow lat-lon grid factory to detect and use CF compliant lat-lon bounds in a file when making a grid
17
29
- PFIO/Variable class, new procedures to retrieve string/reals/int attributes from a variable
18
-
- Added a call in GenericRefresh to allow GC's refresh method to be called; in support
30
+
- Added a call in GenericRefresh to allow GC's refresh method to be called; in support
19
31
of CICE6 rewind
20
32
21
33
### Changed
@@ -58,10 +70,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58
70
- Trajectory sampler: fix a bug when group_name does not exist in netCDF file and a bug that omitted the first time point
59
71
- Fixed a bug where the periodicity around the earth of the lat-lon grid was not being set properly when grid did not span from pole to pole
0 commit comments