-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into wavegrid_compath
- Loading branch information
Showing
19 changed files
with
161 additions
and
84 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
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 gfs_utils.fd
updated
3 files
+8 −5 | modulefiles/gfsutils_noaacloud.intel.lua | |
+1 −1 | src/ocnicepost.fd/masking_mod.F90 | |
+5 −0 | ush/module-setup.sh |
Submodule ufs_utils.fd
updated
21 files
+4 −4 | docs/source/chgres_cube.rst | |
+9 −9 | docs/source/ufs_utils.rst | |
+5 −9 | fix/link_fixdirs.sh | |
+64 −0 | modulefiles/build.gaeaC6.intel.lua | |
+7 −10 | modulefiles/build.noaacloud.intel.lua | |
+0 −10 | modulefiles/common4noaacloud.lua | |
+1 −1 | reg_tests/cpld_gridgen/rt.sh | |
+1 −3 | reg_tests/ice_blend/driver.jet.sh | |
+4 −1 | sorc/machine-setup.sh | |
+3 −11 | sorc/orog_mask_tools.fd/orog.fd/CMakeLists.txt | |
+319 −20 | sorc/orog_mask_tools.fd/orog.fd/io_utils.F90 | |
+0 −4,468 | sorc/orog_mask_tools.fd/orog.fd/mtnlm7_oclsm.F | |
+1,365 −0 | sorc/orog_mask_tools.fd/orog.fd/mtnlm7_oclsm.F90 | |
+1,104 −0 | sorc/orog_mask_tools.fd/orog.fd/orog_utils.F90 | |
+1 −0 | tests/CMakeLists.txt | |
+23 −0 | tests/orog/CMakeLists.txt | |
+58 −0 | tests/orog/ftst_get_ll_angle.F90 | |
+87 −0 | tests/orog/ftst_ll2xyz.F90 | |
+44 −0 | tests/orog/ftst_minmax.F90 | |
+1 −1 | ush/fv3gfs_driver_grid.sh | |
+1 −1 | util/gdas_init/set_fixed_files.sh |
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,5 +1,5 @@ | ||
export stack_intel_ver=2021.3.0 | ||
export stack_impi_ver=2021.3.0 | ||
export stack_intel_ver=2021.10.0 | ||
export stack_impi_ver=2021.10.0 | ||
export spack_env=gsi-addon-env | ||
source "${HOMEgfs:-}/versions/spack.ver" | ||
export spack_mod_path="/contrib/spack-stack/spack-stack-${spack_stack_ver}/envs/gsi-addon-env/install/modulefiles/Core" | ||
export spack_mod_path="/contrib/spack-stack-rocky8/spack-stack-${spack_stack_ver}/envs/gsi-addon-env/install/modulefiles/Core" |
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,8 +1,8 @@ | ||
export stack_intel_ver=2021.3.0 | ||
export stack_impi_ver=2021.3.0 | ||
export stack_intel_ver=2021.10.0 | ||
export stack_impi_ver=2021.10.0 | ||
export spack_env=gsi-addon-env | ||
|
||
source "${HOMEgfs:-}/versions/spack.ver" | ||
export spack_mod_path="/contrib/spack-stack/spack-stack-${spack_stack_ver}/envs/gsi-addon-env/install/modulefiles/Core" | ||
export spack_mod_path="/contrib/spack-stack-rocky8/spack-stack-${spack_stack_ver}/envs/gsi-addon-env/install/modulefiles/Core" | ||
|
||
export cdo_ver=2.2.0 |
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.