Skip to content

Commit

Permalink
Merge pull request #368 from zhongwangwei/master
Browse files Browse the repository at this point in the history
fixed in BVIC for soil textture class
  • Loading branch information
CoLM-SYSU authored Jan 16, 2025
2 parents 82fa7d2 + e62e367 commit ba465f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkinidata/MOD_Initialize.F90
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ SUBROUTINE initialize (casename, dir_landdata, dir_restart, &
!soil type 0 1 2 3 4 5 6 7 8 9 10 11 12
!BVIC = 1.0 0.050, 0.080, 0.090, 0.250, 0.150, 0.180, 0.200, 0.220, 0.230, 0.250, 0.280, 0.300
!re-arranged BVIC for USDA soil texture class:
real(r8), parameter :: BVIC_USDA(0:12) = (/ 1., 0.300, 0.280, 0.250, 0.230, 0.220, 0.200, 0.180, 0.250, 0.090, 0.150, 0.080, 0.050/)
real(r8), parameter :: BVIC_USDA(0:12) = (/ 1., 0.300, 0.280, 0.250, 0.230, 0.220, 0.200, 0.180, 0.100, 0.090, 0.150, 0.080, 0.050/)

! --------------------------------------------------------------------
! Allocates memory for CoLM 1d [numpatch] variables
Expand Down

0 comments on commit ba465f8

Please sign in to comment.