-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodules and use spack-stack FMS (#1221)
Update JEDI submodules to the latest develop as of today (7/12/2024) and remove FMS and MOM6 from the submodule list and ecbuild_bundle. FMS is now assumed to be a library loaded as a module and MOM6 is inside of SOCA already. Code compiles on Hera and WCOSS, have not tried to run any tests yet. --------- Co-authored-by: cory martin <[email protected]> Co-authored-by: Rahul Mahajan <[email protected]> Co-authored-by: RussTreadon-NOAA <[email protected]>
- Loading branch information
1 parent
b2ca01e
commit ca18845
Showing
24 changed files
with
64 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,4 +183,5 @@ install*/ | |
/sorc/gdas | ||
/sorc/gdas-utils | ||
!/bundle/CMakeLists.txt | ||
!/bundle/fv3-interface.cmake | ||
/bundle/* |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# FV3 dycore | ||
set(OPENMP ON ) | ||
set(32BIT OFF) | ||
set(DEBUG OFF) | ||
set(MOVING_NEST OFF) | ||
set(MULTI_GASES OFF) | ||
set(USE_GFSL63 ON ) | ||
set(NO_PHYS ON ) | ||
set(GFS_PHYS OFF) | ||
set(GFS_TYPES OFF) | ||
set(use_WRTCOMP OFF) | ||
set(INTERNAL_FILE_NML ON ) | ||
set(ENABLE_QUAD_PRECISION ON ) | ||
|
||
add_library(fv3dycore IMPORTED SHARED) | ||
set_target_properties(fv3dycore PROPERTIES IMPORTED_LOCATION ${CMAKE_CURRENT_BINARY_DIR}/fv3/libfv3.${CMAKE_SHARED_LIBRARY_SUFFIX}) | ||
|
||
message(WARN "WE ARE USING fv3-interface.cmake") |
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
Submodule fms
deleted from
1f7391
Submodule fv3
updated
96 files
Submodule ioda
updated
83 files
Submodule iodaconv
updated
16 files
Submodule land-imsproc
updated
from a3b233 to bbe3f3
Submodule mom6
deleted from
51ec48
Submodule oops
updated
83 files
Submodule soca
updated
15 files
+4 −6 | CMakeLists.txt | |
+0 −1 | bundle/CMakeLists.txt | |
+5 −2 | mom6/CMakeLists.txt | |
+2 −0 | src/soca/Geometry/Geometry.cc | |
+1 −3 | src/soca/Geometry/soca_geom_mod.F90 | |
+2 −2 | test/CMakeLists.txt | |
+9 −11 | test/mom6solo.py | |
+9 −9 | test/testinput/varchange_ana2model.yml | |
+9 −9 | test/testref/3dhyb.test | |
+16 −16 | test/testref/3dhybfgat_pseudo.test | |
+15 −15 | test/testref/3dvar_nicas.test | |
+3 −3 | test/testref/dirac_soca_cor_nicas_scales.test | |
+27 −27 | test/testref/dirac_socahyb_cov.test | |
+2 −2 | test/testref/parameters_bump_cov.test | |
+10 −7 | tools/calc_scales.py |
Submodule vader
updated
85 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