-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2838 from slevis-lmwg/hist_time_mid_of_time_bounds
Change history time to be equal to the middle of the time bounds
- Loading branch information
Showing
8 changed files
with
191 additions
and
22 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 mosart
updated
12 files
+12 −0 | README.rst | |
+2 −1 | cime_config/config_compsets.xml | |
+37 −0 | cime_config/testdefs/ExpectedTestFails.xml | |
+29 −25 | cime_config/testdefs/testlist_mosart.xml | |
+74 −5 | docs/ChangeLog | |
+31 −28 | src/cpl/nuopc/rof_comp_nuopc.F90 | |
+4 −2 | src/cpl/nuopc/rof_import_export.F90 | |
+2 −0 | src/riverroute/mosart_control_type.F90 | |
+4 −11 | src/riverroute/mosart_driver.F90 | |
+45 −18 | src/riverroute/mosart_histfile.F90 | |
+32 −17 | src/riverroute/mosart_restfile.F90 | |
+37 −57 | src/riverroute/mosart_timemanager.F90 |
Submodule rtm
updated
9 files
+26 −8 | cime_config/testdefs/testlist_rtm.xml | |
+542 −396 | docs/ChangeLog.md | |
+13 −14 | src/cpl/nuopc/rof_comp_nuopc.F90 | |
+0 −70 | src/riverroute/RtmFileUtils.F90 | |
+44 −18 | src/riverroute/RtmHistFile.F90 | |
+12 −5 | src/riverroute/RtmIO.F90 | |
+11 −10 | src/riverroute/RtmMod.F90 | |
+45 −31 | src/riverroute/RtmRestFile.F90 | |
+41 −48 | src/riverroute/RtmTimeManager.F90 |
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
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