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
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
- Allow update offsets of ±timestep in ExtData2G
13
13
- Minor revision (and generalization) of grid-def for GSI purposes
14
14
- 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.
15
+
- Trajectory sampler: fix a bug when group_name does not exist in netCDF file and a bug that omitted the first time point
16
+
- Allow lat-lon grid factory to detect and use CF compliant lat-lon bounds in a file when making a grid
17
+
- PFIO/Variable class, new procedures to retrieve string/reals/int attributes from a variable
15
18
16
19
### Changed
17
20
18
-
- refactored tableEnd check
21
+
- Change minimum CMake version to 3.24
22
+
- This is needed for f2py and meson support
23
+
- Refactored tableEnd check
19
24
- Added commandline options to `checkpoint_benchmark.x` and `restart_benchmark.x` to allow for easier testing of different configurations. Note that the old configuration file style of input is allowed via the `--config_file` option (which overrides any other command line options)
20
25
- Update ESMF version for Baselibs to match that of Spack for consistency
21
26
- Update `components.yaml`
@@ -28,9 +33,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
33
- GSL 2.8
29
34
- jpeg 9f
30
35
- Various build fixes
31
-
- ESMA_cmake v3.52.0
36
+
- ESMA_cmake v3.55.0
32
37
- Fixes for using MAPL as a library in spack builds of GEOSgcm
33
38
- Various backports from v4
39
+
- Code for capturing `mepo status` output
40
+
- Fixes for f2py and meson (NOTE: Requires CMake minimum version of 3.24 in project for complete functionality)
41
+
- Fixes for `MPI_STACK` code run multiple times
34
42
- Updates to CI
35
43
- Use v7.27.0 Baselibs
36
44
- Use GCC 14 for GNU tests
@@ -39,12 +47,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
47
### Fixed
40
48
41
49
- Fixed issue of some Baselibs builds appearing to support zstandard. This is not possible due to Baselibs building HDF5 and netCDF as static libraries
50
+
<<<<<<< HEAD
42
51
- Trajectory sampler: fix a bug when group_name does not exist in netCDF file and a bug that omitted the first time point
52
+
=======
53
+
- 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
54
+
>>>>>>> develop
43
55
44
56
### Removed
45
57
46
58
### Deprecated
47
59
60
+
## [2.50.3] - 2024-12-02
61
+
62
+
### Fixed
63
+
64
+
- Fixed bug where c null character is not removed from end of string when reading netcdf attribute in NetCDF4\_FileFormatter.F90
0 commit comments