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
9 changes: 9 additions & 0 deletions cime_config/testdefs/testlist_cam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@
<option name="comment">Test for Holtslag-Boville boundary layer scheme and vertical diffusion</option>
</options>
</test>
<test compset="FPHYStest" grid="ne3pg3_ne3pg3_mg37" name="SMS_Ln2" testmods="cam/outfrq_hb_freeatm_vdiff_derecho">
<machines>
<machine name="derecho" compiler="gnu" category="aux_sima"/>
</machines>
<options>
<option name="wallclock">00:10:00</option>
<option name="comment">Test for Holtslag-Boville boundary layer scheme for free atm above CLUBB and vertical diffusion</option>
</options>
</test>
<test compset="FPHYStest" grid="ne3pg3_ne3pg3_mg37" name="SMS_Ln2" testmods="cam/outfrq_uw_vdiff_derecho">
<machines>
<machine name="derecho" compiler="gnu" category="aux_sima"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./xmlchange CAM_CONFIG_OPTS="--dyn none --physics-suites vdiff_holtslag_boville_free_atm"
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
! CAM7 FHISTC_LTso snapshot:
ncdata = '/glade/campaign/cesm/community/amwg/sima_baselines/cam_sima_test_snapshots/cam_ne3pg3_fhistc_ltso_vertical_diffusion_hb_free_atm_snapshot_derecho_gnu_before_c20260604.nc'
ncdata_check = '/glade/campaign/cesm/community/amwg/sima_baselines/cam_sima_test_snapshots/cam_ne3pg3_fhistc_ltso_vertical_diffusion_hb_free_atm_snapshot_derecho_gnu_after_c20260604.nc'
Comment on lines +2 to +3

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this use the new variable that Jesse is introducing for the ROOT? I guess it depends on what comes in first, but we need to make sure this one doesn't slip through the cracks if it comes in first

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do! Not sure which will come in first, but I have plenty of test mods I will merge in, so I'll keep this in mind. Thanks for the reminder.

pver = 58

do_iss = .true.

hist_output_frequency;h1: 1*nsteps
hist_max_frames;h1: 1
hist_add_inst_fields;h1:QT,SL,SLV,SLFLX,QTFLX,UFLX,VFLX
hist_add_inst_fields;h1:DTV,DUV,DVV,DTVKE
hist_precision;h1: REAL64

Loading