-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable cpl_scalars export from ATM and NoahMP for use by CMEPS (#2175)
* CMEPS - allow additional dimension in cpl_scalars for CSG and regional ATM domains for use in mediator history files * CMEPS - fix mapping mask for lnd->atm * FV3 - add export of cpl_scalars * NOAHMP - add export of cpl_scalars
- Loading branch information
1 parent
1411b90
commit 26e6db6
Showing
48 changed files
with
2,378 additions
and
2,103 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
Submodule CMEPS
updated
8 files
+35 −14 | cesm/driver/esm.F90 | |
+30 −10 | mediator/med.F90 | |
+3 −3 | mediator/med_fraction_mod.F90 | |
+6 −2 | mediator/med_internalstate_mod.F90 | |
+20 −21 | mediator/med_io_mod.F90 | |
+55 −51 | mediator/med_map_mod.F90 | |
+17 −31 | mediator/med_phases_history_mod.F90 | |
+4 −0 | mediator/med_phases_restart_mod.F90 |
Submodule FV3
updated
7 files
+1 −0 | CMakeLists.txt | |
+29 −25 | atmos_model.F90 | |
+0 −1 | cpl/module_cap_cpl.F90 | |
+25 −17 | cpl/module_cplfields.F90 | |
+203 −0 | cpl/module_cplscalars.F90 | |
+53 −2 | fv3_cap.F90 | |
+25 −1 | module_fcst_grid_comp.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 noahmp
updated
4 files
+4 −3 | CMakeLists.txt | |
+192 −0 | drivers/nuopc/lnd_comp_cplscalars.F90 | |
+78 −34 | drivers/nuopc/lnd_comp_import_export.F90 | |
+59 −8 | drivers/nuopc/lnd_comp_nuopc.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export BL_DATE=20240315 | ||
export BL_DATE=20240401 |
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.