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

adding semi-lagrangian sedimentation of rain in Thompson MP as an option #863

Merged
merged 35 commits into from
Oct 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9388bb4
Update .gitmodules and submodule pointer for fv3atm for code review a…
RuiyuSun Sep 9, 2021
0bd24e6
add semi-lagrangian control namelist variables to configuration
RuiyuSun Oct 13, 2021
1f0bea7
set default values for semi-Lagrangian sedimentation of rain
RuiyuSun Oct 13, 2021
387f531
set default values for semi-Lagrangian sedimentation of rain in Thomp…
RuiyuSun Oct 13, 2021
51f3aa8
remove the default setting for semi-Lagrangian sedimentation of rain …
RuiyuSun Oct 13, 2021
d43a984
RT JOBS PASSED: hera.intel. Log file uploaded.
BrianCurtis-NOAA Oct 14, 2021
47714bb
RT JOBS PASSED: hera.gnu. Log file uploaded.
BrianCurtis-NOAA Oct 14, 2021
fb99c60
commit previous merged code updates
RuiyuSun Oct 14, 2021
69e2a27
commit hera intel and gnu log file in develop branch
RuiyuSun Oct 15, 2021
e7052a3
RT JOBS PASSED: cheyenne.gnu. Log file uploaded.
BrianCurtis-NOAA Oct 15, 2021
f2d71ba
RT JOBS PASSED: hera.gnu. Log file uploaded.
BrianCurtis-NOAA Oct 15, 2021
3a1c96d
pointing MOM6 to testing branch
jiandewang Oct 20, 2021
771d175
add nw2_tracers.F90 in MOM6 cmake file
jiandewang Oct 20, 2021
e6aa836
change to FHMAX=12 in fv3_gsd for identical results in the RT test
RuiyuSun Oct 22, 2021
0645c36
Merge branch 'ufs-community:develop' into feature/update-MOM6-20211019
jiandewang Oct 22, 2021
298d406
remove white space in .gitmodules
jiandewang Oct 24, 2021
7888484
commit hera intel log file in develop branch
RuiyuSun Oct 25, 2021
3518bc2
commit prevous merged code update
RuiyuSun Oct 25, 2021
c64140c
Merge remote-tracking branch 'ufs-community/develop' into Thompson_se…
RuiyuSun Oct 25, 2021
7085535
update the log files from the most recent ufs-weather-model
RuiyuSun Oct 25, 2021
ab9272f
Merge branch 'ufs-community:develop' into feature/update-MOM6-20211019
jiandewang Oct 25, 2021
75a2aa6
Merge pull request #1 from jiandewang/feature/update-MOM6-20211019
RuiyuSun Oct 25, 2021
804d635
FV3 update
RuiyuSun Oct 27, 2021
3a06061
commit the updates
RuiyuSun Oct 27, 2021
fda3fa3
update baseline date
RuiyuSun Oct 27, 2021
43d9b39
change the nem to nems
RuiyuSun Oct 27, 2021
600e524
change fv3_gsd to compare 12hour outputs
RuiyuSun Oct 27, 2021
305d2bc
RT JOBS PASSED: cheyenne.gnu. Log file uploaded.
BrianCurtis-NOAA Oct 28, 2021
c1c170d
RT JOBS PASSED: gaea.intel. Log file uploaded.
BrianCurtis-NOAA Oct 28, 2021
99df9d9
RT JOBS PASSED: orion.intel. Log file uploaded.
BrianCurtis-NOAA Oct 28, 2021
1e0b5ad
add hera.intel, cray and dell log files
BrianCurtis-NOAA Oct 28, 2021
7a7e6b5
RT JOBS PASSED: hera.gnu. Log file uploaded.
BrianCurtis-NOAA Oct 28, 2021
7f5792c
RT JOBS PASSED: jet.intel. Log file uploaded.
BrianCurtis-NOAA Oct 28, 2021
948690e
Regression test log for cheyenne.intel
climbfuji Oct 28, 2021
db35246
point fv3 and mom6 back to emc repo
RuiyuSun Oct 28, 2021
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
2 changes: 1 addition & 1 deletion MOM6-interface/MOM6
Submodule MOM6 updated 147 files
1 change: 1 addition & 0 deletions MOM6-interface/mom6_files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ list(APPEND mom6_src_files
MOM6/src/tracer/MOM_generic_tracer.F90
MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90
MOM6/src/tracer/MOM_neutral_diffusion.F90
MOM6/src/tracer/nw2_tracers.F90
MOM6/src/tracer/MOM_offline_aux.F90
MOM6/src/tracer/MOM_offline_main.F90
MOM6/src/tracer/MOM_tracer_Z_init.F90
Expand Down
260 changes: 118 additions & 142 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

624 changes: 300 additions & 324 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

628 changes: 302 additions & 326 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

262 changes: 119 additions & 143 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

795 changes: 397 additions & 398 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

626 changes: 301 additions & 325 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

798 changes: 393 additions & 405 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

414 changes: 195 additions & 219 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

648 changes: 312 additions & 336 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,9 @@ export EFFR_IN=.false.
export LRADAR=.true.
export LTAEROSOL=.true.
export EXT_DIAG_THOMPSON=.false.
export sedi_semi=.false.
export sedi_semi_update=.false.
export sedi_semi_decfl=.false.

# GWD
export LDIAG_UGWP=.false.
Expand Down
3 changes: 3 additions & 0 deletions tests/parm/control_thompson.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ deflate_level=1
ltaerosol = @[LTAEROSOL]
lradar = @[LRADAR]
ttendlim = 0.004
sedi_semi = @[sedi_semi]
sedi_semi_update = @[sedi_semi_update]
sedi_semi_decfl = @[sedi_semi_decfl]
ext_diag_thompson = @[EXT_DIAG_THOMPSON]
pdfcld = .false.
fhswr = 3600.
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ if [[ $TESTS_FILE =~ '35d' ]]; then
TEST_35D=true
fi

BL_DATE=20211025
BL_DATE=20211027
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
1 change: 0 additions & 1 deletion tests/tests/control_thompson
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export ICLIQ_SW=2
export IOVR=3
export LHEATSTRG=.true.
export DO_TOFD=.true.

export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_GFS_v16_thompson
export INPUT_NML=control_thompson.nml.IN
52 changes: 14 additions & 38 deletions tests/tests/fv3_gsd
Original file line number Diff line number Diff line change
Expand Up @@ -20,48 +20,24 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \
sfcf000.tile4.nc \
sfcf000.tile5.nc \
sfcf000.tile6.nc \
sfcf024.tile1.nc \
sfcf024.tile2.nc \
sfcf024.tile3.nc \
sfcf024.tile4.nc \
sfcf024.tile5.nc \
sfcf024.tile6.nc \
sfcf027.tile1.nc \
sfcf027.tile2.nc \
sfcf027.tile3.nc \
sfcf027.tile4.nc \
sfcf027.tile5.nc \
sfcf027.tile6.nc \
sfcf048.tile1.nc \
sfcf048.tile2.nc \
sfcf048.tile3.nc \
sfcf048.tile4.nc \
sfcf048.tile5.nc \
sfcf048.tile6.nc \
sfcf012.tile1.nc \
sfcf012.tile2.nc \
sfcf012.tile3.nc \
sfcf012.tile4.nc \
sfcf012.tile5.nc \
sfcf012.tile6.nc \
atmf000.tile1.nc \
atmf000.tile2.nc \
atmf000.tile3.nc \
atmf000.tile4.nc \
atmf000.tile5.nc \
atmf000.tile6.nc \
atmf024.tile1.nc \
atmf024.tile2.nc \
atmf024.tile3.nc \
atmf024.tile4.nc \
atmf024.tile5.nc \
atmf024.tile6.nc \
atmf027.tile1.nc \
atmf027.tile2.nc \
atmf027.tile3.nc \
atmf027.tile4.nc \
atmf027.tile5.nc \
atmf027.tile6.nc \
atmf048.tile1.nc \
atmf048.tile2.nc \
atmf048.tile3.nc \
atmf048.tile4.nc \
atmf048.tile5.nc \
atmf048.tile6.nc \
atmf012.tile1.nc \
atmf012.tile2.nc \
atmf012.tile3.nc \
atmf012.tile4.nc \
atmf012.tile5.nc \
atmf012.tile6.nc \
RESTART/coupler.res \
RESTART/fv_core.res.nc \
RESTART/fv_core.res.tile1.nc \
Expand Down Expand Up @@ -97,8 +73,8 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \

export_fv3

export FHMAX=48
export OUTPUT_FH="0 24 27 48"
export FHMAX=12
export OUTPUT_FH="0 12"

export DT_ATMOS="450"
export IMP_PHYSICS=8
Expand Down