forked from NOAA-EMC/RDASApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync submodules with the JCSDA/jedi-bundle (NOAA-EMC#121)
This is to address issue NOAA-EMC#109 . Sync all submodules with JCSDA/jedi-bundle: 1) sync the submodules: fv3 fv3-jedi fv3-jedi-lm femps gsibec ioda mpas-jedi oops saber ufo vader 2) add fv3-interface.cmake 3) remove submodule fms because it needs to be load through model 4) change compile setups for new fv3 model Tested on Hera, Jet and Orion. All compiled successfully. All rrfs test cases are success except for the "rrfs_mpasjedi_2022052619_atms_npp_qc" on JET, which had trouble to find the crtm coefficient. This is an error in the current version of RDAS. The submodule crtm is not synced. Will do it later. --------- Co-authored-by: Guoqing Ge <[email protected]>
- Loading branch information
1 parent
09cbdbe
commit 8ff7bb0
Showing
21 changed files
with
37 additions
and
20 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
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
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") |
Submodule gsibec
updated
22 files
Submodule mpas-jedi
updated
79 files