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

UFS-dev PR#92 #108

Merged
merged 4 commits into from
Jan 16, 2024
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
2 changes: 1 addition & 1 deletion tests/bl_date.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export BL_DATE=20230816
export BL_DATE=20230818

2 changes: 1 addition & 1 deletion tests/bl_date.ncar.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export BL_DATE=20240110
export BL_DATE=20240116

2 changes: 1 addition & 1 deletion tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ export LKM=0 # 0=no lake, 1=run lake model, 2=run both lake and nsst on lake poi
export IOPT_LAKE=2 # 1=flake, 2=clm lake
export LAKEFRAC_THRESHOLD=0.0 # lake fraction must be higher for lake model to run it
export LAKEDEPTH_THRESHOLD=1.0 # lake must be deeper (in meters) for a lake model to run it
export FRAC_ICE=.false.
export FRAC_ICE=.true. # should be false for flake, true for clm_lake

export CPL=.false.
export CPLCHM=.false.
Expand Down
1,520 changes: 760 additions & 760 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/parm/control_flake.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ deflate_level=1
lakefrac_threshold = @[LAKEFRAC_THRESHOLD] ! 0.15
lakedepth_threshold = @[LAKEDEPTH_THRESHOLD] ! 0.5
clm_lake_debug = .false.

frac_ice = @[FRAC_ICE] ! false for flake, true for clm lake
fhzero = 6
h2o_phys = .true.
ldiag3d = .false.
Expand Down
1 change: 1 addition & 0 deletions tests/tests/control_flake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export RESTART_INTERVAL=6

export LKM=1
export IOPT_LAKE=1
export FRAC_ICE=.false.

export DO_SPPT=.true.
export DO_SHUM=.true.
Expand Down
1 change: 1 addition & 0 deletions tests/tests/control_flake_debug
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export OUTPUT_FH="0 1"

export LKM=1
export IOPT_LAKE=1
export FRAC_ICE=.false.

export DO_SPPT=.true.
export DO_SHUM=.true.
Expand Down
1 change: 1 addition & 0 deletions tests/tests/rap_flake_debug
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export CCPP_SUITE=FV3_RAP_flake
export INPUT_NML=rap.nml.IN
export FIELD_TABLE=field_table_thompson_aero_tke
export DIAG_TABLE=diag_table_rap
export FRAC_ICE=.false.

export IMP_PHYSICS=8
export DNATS=0
Expand Down