Skip to content

Commit

Permalink
Remove snicar_snobc_intmix from EXPERIMENTAL endrun (allow it to be
Browse files Browse the repository at this point in the history
true)
  • Loading branch information
olyson committed Feb 1, 2024
1 parent 923d05d commit 0dd297a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/controlMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ subroutine control_init(dtime)
snicar_solarspec /= 'mid_latitude_winter' .or. &
snicar_dust_optics /= 'sahara' .or. &
snicar_numrad_snw /= 5 .or. &
snicar_snobc_intmix .or. snicar_snodst_intmix .or. &
snicar_snodst_intmix .or. &
.not. snicar_use_aerosol .or. &
do_sno_oc) then
call endrun(msg=' ERROR: You have selected an option that is EXPERIMENTAL, UNSUPPORTED, and UNTESTED. For guidance see namelist_defaults_ctsm.xml'//&
Expand Down

0 comments on commit 0dd297a

Please sign in to comment.