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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
- Added macro _RETURN(_SUCCESS) to fetch_data
12
+
- Added macro `_RETURN(_SUCCESS)` to fetch_data
13
13
- Allow update offsets of ±timestep in ExtData2G
14
14
- Minor revision (and generalization) of grid-def for GSI purposes
15
-
-Trajectory sampler: fix a bug when group_name does not exist in netCDF file and a bug that omitted the first time point
15
+
-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
16
- Allow lat-lon grid factory to detect and use CF compliant lat-lon bounds in a file when making a grid
17
17
- PFIO/Variable class, new procedures to retrieve string/reals/int attributes from a variable
18
18
@@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
52
53
53
- Fixed issue of some Baselibs builds appearing to support zstandard. This is not possible due to Baselibs building HDF5 and netCDF as static libraries
54
54
- Workaround ifx bug in `pfio/ArrayReference.F90` (NOTE: This currently targets all versions of ifx, but will need to be qualified or removed in the future)
55
+
- Trajectory sampler: fix a bug when group_name does not exist in netCDF file and a bug that omitted the first time point
55
56
- 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