-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use nuopc labels in fv3cap. Refactor ModelAdvance in fv3cap (#654)
* Update fv3atm to use NUOPC semantic labels in fv3cap, and refactor ModelAdvance. * Update NEMS. Removed NEMS grid component (no need to set PE_MEMBER01: in model_configure anymore) * Cleanup CMakeLists.txt
- Loading branch information
1 parent
766f511
commit 6ccea3e
Showing
21 changed files
with
2,201 additions
and
2,251 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 FV3
updated
6 files
+1 −2 | CMakeLists.txt | |
+71 −0 | README.md | |
+1 −1 | atmos_cubed_sphere | |
+95 −0 | ccpp/suites/suite_FV3_GFS_v16_coupled_nsstNoahmpUGWPv1.xml | |
+199 −353 | fv3_cap.F90 | |
+8 −10 | module_fcst_grid_comp.F90 |
Submodule NEMS
updated
6 files
+0 −7 | src/ESMFConvenienceMacros.h | |
+82 −200 | src/MAIN_NEMS.F90 | |
+23 −33 | src/module_EARTH_GRID_COMP.F90 | |
+0 −544 | src/module_NEMS_GRID_COMP.F90 | |
+0 −57 | src/module_NEMS_UTILS.F90 | |
+4 −4 | src/nems_c_rusage.c |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
print_esmf: .true. | ||
PE_MEMBER01: @[TASKS] | ||
|
||
start_year: 2018 | ||
start_month: 10 | ||
start_day: 15 | ||
|
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,6 +1,4 @@ | ||
total_member: 1 | ||
print_esmf: .true. | ||
PE_MEMBER01: 108 | ||
start_year: 2018 | ||
start_month: 10 | ||
start_day: 15 | ||
|
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