Skip to content

Commit

Permalink
CCPP metadata bugfixes, FMS 2021.03 updates in FV3, bug fix for IAU, …
Browse files Browse the repository at this point in the history
…bug fix for loading yaml module (#782)

This PR has code changes in fv3atm and ccpp-physics for CCPP metadata bugfixes and FV3 FMS updates + IAU bug fixes. It also includes the bug fix to load module gftl-shared, yadyaml and mapl on hera only.

Co-authored-by: Wen Meng <[email protected]>
  • Loading branch information
climbfuji and WenMeng-NOAA authored Sep 10, 2021
1 parent 4a2a127 commit 29fa453
Show file tree
Hide file tree
Showing 14 changed files with 1,959 additions and 1,869 deletions.
2 changes: 1 addition & 1 deletion FV3
6 changes: 3 additions & 3 deletions modulefiles/ufs_common
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ module load sp/2.3.3
module load w3nco/2.4.1
module load upp/10.0.8

module load gftl-shared/v1.3.0
module load yafyaml/v0.5.1
module load mapl/v2.7.3-esmf820bs14
#module load gftl-shared/v1.3.0
#module load yafyaml/v0.5.1
#module load mapl/v2.7.3-esmf820bs14
6 changes: 3 additions & 3 deletions modulefiles/ufs_common_debug
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ module load sp/2.3.3
module load w3nco/2.4.1
module load upp/10.0.8

module load gftl-shared/v1.3.0
module load yafyaml/v0.5.1
module load mapl/v2.7.3-esmf820bs14
#module load gftl-shared/v1.3.0
#module load yafyaml/v0.5.1
#module load mapl/v2.7.3-esmf820bs14
3 changes: 3 additions & 0 deletions modulefiles/ufs_hera.intel
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ module load ufs_common

module unload fms
module load fms/2021.03-avx
module load gftl-shared/v1.3.0
module load yafyaml/v0.5.1
module load mapl/v2.7.3-esmf820bs14

setenv CC mpiicc
setenv CXX mpiicpc
Expand Down
4 changes: 4 additions & 0 deletions modulefiles/ufs_hera.intel_debug
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ module load hpc-impi/2018.0.4

module load ufs_common_debug

module load gftl-shared/v1.3.0
module load yafyaml/v0.5.1
module load mapl/v2.7.3-esmf820bs14

setenv CC mpiicc
setenv CXX mpiicpc
setenv FC mpiifort
Expand Down
154 changes: 77 additions & 77 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

478 changes: 239 additions & 239 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

649 changes: 328 additions & 321 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

152 changes: 76 additions & 76 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

670 changes: 373 additions & 297 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

468 changes: 234 additions & 234 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

478 changes: 239 additions & 239 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

274 changes: 137 additions & 137 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

484 changes: 242 additions & 242 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

0 comments on commit 29fa453

Please sign in to comment.