-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring CDEPS inline capability to CMEPS (#2028)
Developed and enabled using CMEPS with inline CDEPS capability for UFS regional coupling. Two HAFS regional moving nest atm_ocn_wav coupling regression tests were added to test this capability. Note: This is a collaborative effort among the ESMF team, EMC/EIB, and EMC hurricane project team.
- Loading branch information
1 parent
db98161
commit 8c9339f
Showing
36 changed files
with
7,494 additions
and
5,302 deletions.
There are no files selected for viewing
Submodule CDEPS
updated
4 files
+7 −2 | datm/atm_comp_nuopc.F90 | |
+1 −1 | docn/cime_config/config_component.xml | |
+35 −21 | streams/dshr_strdata_mod.F90 | |
+19 −2 | 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
Submodule CMEPS
updated
23 files
+8 −8 | .github/workflows/extbuild.yml | |
+17 −3 | .github/workflows/srt.yml | |
+1 −1 | cesm/driver/esmApp.F90 | |
+37 −4 | cesm/flux_atmocn/shr_flux_mod.F90 | |
+9 −1 | cime_config/buildnml | |
+9 −26 | cime_config/config_component.xml | |
+13 −18 | cime_config/namelist_definition_drv.xml | |
+1 −1 | cime_config/runseq/runseq_TG.py | |
+53 −53 | cime_config/testdefs/testlist_drv.xml | |
+20 −0 | mediator/esmFldsExchange_cesm_mod.F90 | |
+242 −121 | mediator/esmFldsExchange_hafs_mod.F90 | |
+4 −0 | mediator/fd_cesm.yaml | |
+33 −1 | mediator/med.F90 | |
+27 −10 | mediator/med_internalstate_mod.F90 | |
+191 −66 | mediator/med_map_mod.F90 | |
+67 −0 | mediator/med_methods_mod.F90 | |
+30 −2 | mediator/med_phases_aofluxes_mod.F90 | |
+292 −0 | mediator/med_phases_cdeps_mod.F90 | |
+1 −1 | mediator/med_phases_ocnalb_mod.F90 | |
+2 −0 | mediator/med_phases_post_atm_mod.F90 | |
+1 −0 | mediator/med_phases_prep_atm_mod.F90 | |
+45 −7 | mediator/med_phases_prep_ocn_mod.F90 | |
+30 −3 | mediator/med_phases_prep_wav_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 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
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
Oops, something went wrong.