Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update global inline post for outputting foundation temperature #968

Merged
merged 17 commits into from
Jan 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 2 files
+15 −2 io/post_gfs.F90
+1 −1 upp
278 changes: 139 additions & 139 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

918 changes: 459 additions & 459 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

902 changes: 451 additions & 451 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

280 changes: 140 additions & 140 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

924 changes: 462 additions & 462 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

850 changes: 425 additions & 425 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

912 changes: 456 additions & 456 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

605 changes: 309 additions & 296 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,167 changes: 579 additions & 588 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

39 changes: 38 additions & 1 deletion tests/parm/postxconfig-NT.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2
111
112
197
GFSPRS
0
Expand Down Expand Up @@ -7581,6 +7581,43 @@ surface
?
?
?
549
FDNSSTMP_ON_SURFACE
?
1
tmpl4_0
FDNSSTMP
?
?
surface
0
?
0
?
?
0
?
0
?
?
?
0
0.0
0
0.0
?
0
0.0
0
0.0
1
4.0
0
0
0
?
?
?
116
TSOIL_ON_DEPTH_BEL_LAND_SFC
?
Expand Down
39 changes: 38 additions & 1 deletion tests/parm/postxconfig-NT_FH00.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2
46
47
150
GFSPRS
0
Expand Down Expand Up @@ -5842,6 +5842,43 @@ surface
?
?
?
549
FDNSSTMP_ON_SURFACE
?
1
tmpl4_0
FDNSSTMP
?
?
surface
0
?
0
?
?
0
?
0
?
?
?
0
0.0
0
0.0
?
0
0.0
0
0.0
1
4.0
0
0
0
?
?
?
116
TSOIL_ON_DEPTH_BEL_LAND_SFC
?
Expand Down
4 changes: 3 additions & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ rt_single() {
}

rt_35d() {
if [[ $TEST_NAME =~ 'cpld_bmark_p7_35d' ]] ; then
local sy=$(echo ${DATE_35D} | cut -c 1-4)
local sm=$(echo ${DATE_35D} | cut -c 5-6)
local new_test_name="tests/${TEST_NAME}_${DATE_35D}"
Expand All @@ -73,6 +74,7 @@ rt_35d() {
sed -i -e "s/\(export SMONTH\)/\1=\"$sm\"/" $new_test_name

TEST_NAME=${new_test_name#tests/}
fi
}

rt_trap() {
Expand Down Expand Up @@ -465,7 +467,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

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