Skip to content

Commit

Permalink
Merge pull request #108 from grantfirl/ufs-dev-PR92
Browse files Browse the repository at this point in the history
UFS-dev PR#92
  • Loading branch information
grantfirl committed Jan 16, 2024
2 parents 4f76537 + 5063b27 commit c96f7fe
Show file tree
Hide file tree
Showing 9 changed files with 768 additions and 765 deletions.
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

0 comments on commit c96f7fe

Please sign in to comment.