Skip to content

Commit 1f289cc

Browse files
committed
Add EKGW diagnostic to pass FPHYStest tests
1 parent a6a3df1 commit 1f289cc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

cime_config/testdefs/testmods_dirs/cam/outfrq_gw_cam4_derecho/user_nl_cam

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ gw_qbo_hdepth_scaling = 1.0D0
1919
gw_top_taper = .false.
2020
pgwv = 0
2121
tau_0_ubc = .false.
22+
23+
! diagnostics for gravity wave drag
24+
hist_add_inst_fields;h1: EKGW
25+
hist_output_frequency;h1: 1*nsteps
26+
hist_write_nstep0;h1: .true.
27+
hist_precision;h1: REAL64
28+
hist_max_frames;h1: 1

cime_config/testdefs/testmods_dirs/cam/outfrq_gw_cam7_derecho/user_nl_cam

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,10 @@ gw_rdg_beta_cd_llb = 1.0D0
4141
tau_0_ubc = .true.
4242
gw_front_taubgnd = 1.5D-3
4343
gw_rdg_beta_trpd_leewv = .false.
44+
45+
! diagnostics for gravity wave drag
46+
hist_add_inst_fields;h1: EKGW
47+
hist_output_frequency;h1: 1*nsteps
48+
hist_write_nstep0;h1: .true.
49+
hist_precision;h1: REAL64
50+
hist_max_frames;h1: 1

0 commit comments

Comments
 (0)