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

add mynn surface scheme as opt_sfc=4 in NoahMP #1224

Merged
merged 30 commits into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bb1c8a3
change for mynn opt_sfc in NoahMP
HelinWei-NOAA May 19, 2022
ac8a80d
Merge remote-tracking branch 'upstream/develop' into NoahMP_p8c_mynn
HelinWei-NOAA May 24, 2022
8c96914
Merge remote-tracking branch 'upstream/develop' into NoahMP_p8c_mynn
HelinWei-NOAA Jun 14, 2022
d6cf386
Delete compile_bsub.IN
HelinWei-NOAA Jun 14, 2022
7b6d3a1
Delete fv3_bsub.IN
HelinWei-NOAA Jun 14, 2022
5a58fde
Update rt.sh
HelinWei-NOAA Jun 14, 2022
2924d87
new BL_DATE: 20220614
jkbk2004 Jun 14, 2022
433564c
update FV3 repository
HelinWei-NOAA Jun 14, 2022
71f0b0b
revert all opt_sfc changes
HelinWei-NOAA Jun 14, 2022
2781b56
revert the changes in rrfs_conus13km_hrrr.nml.IN
HelinWei-NOAA Jun 15, 2022
e980b9d
update ccpp-physics repository
HelinWei-NOAA Jun 15, 2022
f26c181
update fv3 repository
HelinWei-NOAA Jun 15, 2022
7809a44
new BL_DATE: 20220615
jkbk2004 Jun 15, 2022
3067ed2
Update rap.nml.IN
HelinWei-NOAA Jun 16, 2022
fc5e69c
new BL_DATE=20220616
jkbk2004 Jun 16, 2022
3910e9f
update fv3 repository
HelinWei-NOAA Jun 17, 2022
beef7f2
Merge remote-tracking branch 'upstream/develop' into NoahMP_p8c_mynn
HelinWei-NOAA Jun 17, 2022
ed13101
update fv3 repository
HelinWei-NOAA Jun 17, 2022
bf789d2
Merge branch 'ufs-community:develop' into NoahMP_p8c_mynn
HelinWei-NOAA Jun 23, 2022
dafdec7
Merge remote-tracking branch 'upstream/develop' into NoahMP_p8c_mynn
HelinWei-NOAA Jun 29, 2022
939b6f7
update FV3 repository
HelinWei-NOAA Jun 29, 2022
6ee3b47
new BL_DATE
jkbk2004 Jun 29, 2022
7358760
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA Jun 29, 2022
de0e9d8
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA Jun 29, 2022
3717fbf
WCOSS2 RT Log: Passed
BrianCurtis-NOAA Jun 29, 2022
26f0469
add cheyenne RT intel/gnu logs: passed
jkbk2004 Jun 29, 2022
8da366a
[AutoRT] gaea.intel Job Completed.
BrianCurtis-NOAA Jun 30, 2022
88f5497
add jet intel RT log: passed
jkbk2004 Jun 30, 2022
9c1af40
add orion intel RT log: passed
jkbk2004 Jun 30, 2022
f1c4977
update .gitmodules and FV3 repository
HelinWei-NOAA Jun 30, 2022
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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
url = https://github.com/HelinWei-NOAA/fv3atm
branch = NoahMP_p8c_mynn
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion FV3
378 changes: 189 additions & 189 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,142 changes: 571 additions & 571 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,128 changes: 564 additions & 564 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

380 changes: 190 additions & 190 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,140 changes: 570 additions & 570 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,254 changes: 638 additions & 616 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,158 changes: 579 additions & 579 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

910 changes: 455 additions & 455 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/parm/rap.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ deflate_level=1
iopt_crs = 2
iopt_btr = 1
iopt_run = 1
iopt_sfc = 3
iopt_sfc = 4
iopt_frz = 1
iopt_inf = 1
iopt_rad = 3
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220623
BL_DATE=20220629

RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}

Expand Down