-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to FMS 2024.01.02, fix build issue with SDPToolkit (#208)
* Fix build issue with SDPToolkit * Update to FMS 2024.01.02 * Fix up toolkit * Update version * Fix GNU make bug
- Loading branch information
Showing
6 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule FMS
updated
10 files
+19 −0 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+1 −1 | configure.ac | |
+1 −1 | diag_manager/diag_manager.F90 | |
+17 −12 | diag_manager/fms_diag_file_object.F90 | |
+11 −2 | diag_manager/fms_diag_object.F90 | |
+1 −1 | libFMS/Makefile.am | |
+4 −3 | test_fms/diag_manager/Makefile.am | |
+124 −0 | test_fms/diag_manager/test_prepend_date.F90 | |
+87 −0 | test_fms/diag_manager/test_prepend_date.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8.2.0 | ||
8.3.0 |