Skip to content
Open
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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "UFSATM"]
path = UFSATM
url = https://github.com/NOAA-EMC/ufsatm
branch = develop
url = https://github.com/WChen-NOAA/fv3atm
branch = var_g
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion UFSATM
1 change: 1 addition & 0 deletions tests/parm/global_control.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
no_dycore = @[NO_DYCORE]
z_tracer = .true.
agrid_vel_rst = .true.
var_grav = .false.
read_increment = @[READ_INCREMENT]
res_latlon_dynamics = @[RES_LATLON_DYNAMICS]
ignore_rst_cksum = @[ATM_IGNORE_RST_CKSUM]
Expand Down
7 changes: 4 additions & 3 deletions tests/parm/wam_v17.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ntiles = 6
npz = @[NPZ]
dz_min = @[DZ_MIN]
ncnst = 12
ncnst = 13
psm_bc = @[PSM_BC]
grid_type = -1
make_nh = @[MAKE_NH]
Expand Down Expand Up @@ -90,6 +90,7 @@
no_dycore = .false.
z_tracer = @[Z_TRACER]
inline_q = @[INLINE_Q]
var_grav = .false.
agrid_vel_rst = .false.
read_increment = @[READ_INCREMENT]
res_latlon_dynamics = "fv3_increment.nc"
Expand All @@ -107,8 +108,8 @@
&gfs_physics_nml
fhzero = @[FHZERO]
h2o_phys = .true.
ldiag3d = .true.
qdiag3d = .true.
ldiag3d = .false.
qdiag3d = .false.
print_diff_pgr= .false.
fhcyc = @[FHCYC]
use_ufo = .true.
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/control_wam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export FHMAX=24
export OUTPUT_GRID='gaussian_grid'
export FHROT=0
export OUTPUT_FH='24 -1'

export RESTART_INTERVAL='12 -1'
#WAM settings
export TAU=1.0
export D2_BG_K1=0.0
Expand Down