29 integer,
intent(in) :: isot,ivet
30 real,
dimension(30),
intent(out) :: maxsmc, bb, satpsi
31 integer,
intent(out) :: iret
54 bb =(/4.05, 4.26, 4.74, 5.33, 5.33, 5.25, &
55 6.77, 8.72, 8.17, 10.73, 10.39, 11.55,&
56 5.25, 4.26, 4.05, 4.26, 11.55, 4.05, &
57 4.05, 0.00, 0.00, 0.00, 0.00, 0.00, &
58 0.00, 0.00, 0.00, 0.00, 0.00, 0.00/)
67 maxsmc=(/0.395, 0.421, 0.434, 0.476, 0.476, 0.439, &
68 0.404, 0.464, 0.465, 0.406, 0.468, 0.457, &
69 0.464, 0.421, 0.200, 0.421, 0.457, 0.200, &
70 0.395, 0.000, 0.000, 0.000, 0.000, 0.000, &
71 0.000, 0.000, 0.000, 0.000, 0.000, 0.000/)
73 satpsi=(/0.035, 0.0363, 0.1413, 0.7586, 0.7586, 0.3548, &
74 0.1349, 0.6166, 0.2630, 0.0977, 0.3236, 0.4677,&
75 0.3548, 0.0363, 0.0350, 0.0363, 0.4677, 0.0350,&
76 0.0350, 0.00, 0.00, 0.00, 0.00, 0.00, &
77 0.00, 0.00, 0.00, 0.00, 0.00, 0.00/)
81 print *,
'set_soilveg_snippet not coded for soil type ', isot
Below was extracted from namelist_soilveg.f and set_soilveg.f (couldn't get above to compile for doxy...
subroutine, public set_soilveg(isot, ivet, maxsmc, bb, satpsi, iret)
This subroutine initializes soil and vegetation parameters needed in global_cycle/land_increment.f90.