Skip to content

Commit f34ca9e

Browse files
committed
new ice phy props for SNICAR-ADv4
*********1*********2*********3*********4*********5*********6*********7** functional v of snicar-adv4 in elm, new ice physical props that match measurements better and have better "control" fill albedo physical properties this version was used for simulations in the manuscript
1 parent 4247ac3 commit f34ca9e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

components/elm/bld/namelist_files/namelist_defaults.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ this mask will have smb calculated over the entire global land surface
587587
<!-- SNICAR (SNow, ICe, and Aerosol Radiative model) datasets -->
588588
<!-- *********** Resolution independent: *********** -->
589589
<fsnowoptics >lnd/clm2/snicardata/snicar_optics_5bnd_mam_cCAW20230224_nc3.nc</fsnowoptics>
590-
<ficephyprop >lnd/clm2/snicardata/jja_icephyprop_2000_2021_ValFill_c20230825_nc3.nc</ficephyprop>
590+
<ficephyprop >lnd/clm2/snicardata/jja_icephyprop_2000_2021_ValFill_c20230826_nc3.nc</ficephyprop>
591591
<fsnowaging >lnd/clm2/snicardata/snicar_drdt_bst_fit_60_c070416.nc</fsnowaging>
592592
<use_snicar_ad>.true.</use_snicar_ad>
593593
<snow_shape>sphere</snow_shape>

components/elm/src/biogeophys/SnowSnicarMod.F90

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,18 +2639,18 @@ subroutine SNICAR_AD_RT (flg_snw_ice, bounds, num_nourbanc, filter_nourbanc, &
26392639
elseif(numrad_snw==5) then
26402640
! Direct:
26412641
if (flg_slr_in == 1) then
2642-
flx_wgt(1) = 1._r8
2643-
flx_wgt(2) = 0.502936511226529_r8 + 0.05_r8
2644-
flx_wgt(3) = 0.180787216133052_r8 + 0.05_r8
2645-
flx_wgt(4) = 0.116700734417544_r8 - 0.05_r8
2646-
flx_wgt(5) = 0.199547150388836_r8 - 0.05_r8 !+CAW
2642+
flx_wgt(1) = 1._r8
2643+
flx_wgt(2) = 0.502936511226529_r8 + 0.065_r8
2644+
flx_wgt(3) = 0.180787216133052_r8 + 0.065_r8
2645+
flx_wgt(4) = 0.116700734417544_r8 - 0.065_r8
2646+
flx_wgt(5) = 0.199547150388836_r8 - 0.065_r8 !+CAW
26472647
! Diffuse:
26482648
elseif (flg_slr_in == 2) then
26492649
flx_wgt(1) = 1._r8
2650-
flx_wgt(2) = 0.633177019092330_r8 + 0.05_r8
2651-
flx_wgt(3) = 0.186664819863994_r8 + 0.05_r8
2652-
flx_wgt(4) = 0.093952188565569_r8 - 0.05_r8
2653-
flx_wgt(5) = 0.086205637586152_r8 - 0.05_r8
2650+
flx_wgt(2) = 0.633177019092330_r8 + 0.065_r8
2651+
flx_wgt(3) = 0.186664819863994_r8 + 0.065_r8
2652+
flx_wgt(4) = 0.093952188565569_r8 - 0.065_r8
2653+
flx_wgt(5) = 0.086205637586152_r8 - 0.065_r8
26542654
endif
26552655
endif ! end if numrad_snw
26562656

0 commit comments

Comments
 (0)