Skip to content

Commit

Permalink
Change snow_thermal_cond_method to char*25
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Nov 3, 2023
1 parent 75d5f10 commit 239a552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bld/namelist_files/namelist_definition_ctsm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ NiuYang2007: Niu and Yang 2007
SwensonLawrence2012: Swenson and Lawrence 2012
</entry>

<entry id="snow_thermal_cond_method" type="char*64" category="clm_physics"
<entry id="snow_thermal_cond_method" type="char*25" category="clm_physics"
group="clm_inparm" valid_values="Jordan1991,Sturm1997" >
Parameterization to use for snow thermal conductivity
</entry>
Expand Down
1 change: 0 additions & 1 deletion src/biogeophys/SoilTemperatureMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ subroutine SoilThermProp (bounds, num_urbanc, filter_urbanc, num_nolakec, filter
use landunit_varcon , only : istice, istwet
use column_varcon , only : icol_roof, icol_sunwall, icol_shadewall, icol_road_perv, icol_road_imperv
use clm_varctl , only : iulog, snow_thermal_cond_method

!
! !ARGUMENTS:
type(bounds_type) , intent(in) :: bounds
Expand Down

0 comments on commit 239a552

Please sign in to comment.