Skip to content

Commit

Permalink
Cleanup grandfathered-in constants in CCPP - round 1 (#726)
Browse files Browse the repository at this point in the history
Add metadata for three constants that are required for the changes in PR NCAR/ccpp-physics#525.
The motivation behind these changes is that physical parameterizations should receive constants (e.g. gravitational acceleration) from the host model via the argument list instead of importing them from some Fortran module or defining them locally. This ensures consistency and enhances interoperability.
  • Loading branch information
climbfuji authored Aug 12, 2021
1 parent 9bbb6d4 commit 396dbc8
Show file tree
Hide file tree
Showing 11 changed files with 2,450 additions and 2,989 deletions.
2 changes: 1 addition & 1 deletion FV3
202 changes: 101 additions & 101 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

700 changes: 350 additions & 350 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

688 changes: 344 additions & 344 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

222 changes: 111 additions & 111 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

702 changes: 351 additions & 351 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

682 changes: 341 additions & 341 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

702 changes: 351 additions & 351 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

400 changes: 200 additions & 200 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,137 changes: 299 additions & 838 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ if [[ $TESTS_FILE =~ '35d' ]]; then
TEST_35D=true
fi

BL_DATE=20210806
BL_DATE=20210811
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down

0 comments on commit 396dbc8

Please sign in to comment.