-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated all components to newer versions used in the latest CESM:
- CMEPS: 0.14.35 -> 0.14.50 - CDEPS: 1.0.19 -> 1.0.28 - MOM dev/ncar_230504 -> dev/ncar_240214 - WW3: dev/unified_0.0.7 -> dev/unified_0.0.10 - CESM_share: 1.0.17 -> 1.0.18 The only exception is CICE, which is updated to the latest main.
- Loading branch information
1 parent
00e4963
commit d3fa90d
Showing
12 changed files
with
82 additions
and
152 deletions.
There are no files selected for viewing
Submodule CDEPS
updated
22 files
+23 −50 | .github/workflows/extbuild.yml | |
+2 −2 | cime_config/buildlib | |
+2 −1 | datm/CMakeLists.txt | |
+30 −2 | datm/atm_comp_nuopc.F90 | |
+1 −1 | datm/cime_config/buildnml | |
+4 −2 | datm/cime_config/config_component.xml | |
+110 −1 | datm/cime_config/namelist_definition_datm.xml | |
+1 −0 | datm/cime_config/stream_definition_datm.xml | |
+379 −0 | datm/datm_datamode_simple_mod.F90 | |
+3 −0 | dice/ice_comp_nuopc.F90 | |
+3 −0 | dlnd/lnd_comp_nuopc.F90 | |
+1 −1 | docn/cime_config/config_component.xml | |
+2 −1 | docn/ocn_comp_nuopc.F90 | |
+1 −1 | drof/cime_config/config_component.xml | |
+2 −1 | drof/rof_comp_nuopc.F90 | |
+1 −1 | dshr/dshr_mod.F90 | |
+2 −0 | dwav/wav_comp_nuopc.F90 | |
+2 −0 | share/CMakeLists.txt | |
+1,048 −0 | share/shr_file_mod.F90 | |
+88 −0 | share/shr_nl_mod.F90 | |
+35 −21 | streams/dshr_strdata_mod.F90 | |
+41 −9 | streams/dshr_stream_mod.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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule CMEPS
updated
33 files
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 WW3
updated
8 files
+2 −0 | model/inp/ww3_grid.inp | |
+2 −0 | model/nml/namelists.nml | |
+16 −7 | model/src/CMakeLists.txt | |
+5 −2 | model/src/w3gdatmd.F90 | |
+7 −1 | model/src/w3gridmd.F90 | |
+13 −3 | model/src/w3iogomd.F90 | |
+2 −2 | model/src/w3iogrmd.F90 | |
+5 −3 | model/src/wav_shel_inp.F90 |