Skip to content
33 changes: 33 additions & 0 deletions parameters/MPTABLE.TBL
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,39 @@ RTCT_S8 = 0.0, 0.0, 0.0, 0.0, 0.0,

BIO2LAI = 0.015, 0.030, 0.015, 0.015, 0.015, ! leaf are per living leaf biomass [m^2/kg]

/

&noahmp_tiledrain_parameters
!-----------------------------------!
! For simple drainage model !
!-----------------------------------!
DRAIN_LAYER_OPT = 4
! 0 - from one specified layer by TD_DEPTH,
! 1 - from layers 1 & 2,
! 2 - from layer layers 1, 2, and 3
! 3 - from layer 2 and 3
! 4 - from layer layers 3, 4
! 5 - from all the four layers
!-------------------------------------------------------------------------------------------------------------------------------------------------------------------- !
! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 !
!-------------------------------------------------------------------------------------------------------------------------------------------------------------------- !
TDSMC_FAC = 0.90, 0.90, 0.90, 0.90, 0.90, 1.25, 0.90, 1.0, 0.90, 0.90, 0.90, 0.90, 0.90, 0.90, 0.90, 0.90, 0.90, 0.90, 0.90 ! corresponds to number of soil types SOILPARAM.TBL
TD_DEPTH = 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 ! depth of drain tube from the soil surface
TD_DC = 20., 20., 20., 20., 20., 20., 20., 20., 20., 20., 20., 20., 20., 20., 20., 20., 20., 20., 20. ! drainage coefficient (mm d^-1)
!-------------------------------------------------------------------------------------------------------------------------------------------------------------------- !
!
!-------------------------------------!
! For Hooghoudt tile drain model !
!-------------------------------------!
!--------------------------------------------------------------------------------------------------------------------------------------------------------------------
TD_DCOEF = 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07 ! m d^-1, drainage coefficent
TD_D = 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00 ! m, depth to impe layer from drain water level (D)
TD_ADEPTH = 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00 ! m, actual depth of imp layer from land surface
TD_RADI = 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07 ! m, effective radius of drains (ro)
TD_SPAC = 60.0, 55.0, 45.0, 20.0, 25.0, 30.0, 40.0, 16.0, 18.0, 50.0, 15.0, 10.0, 35.0, 10.0, 60.0, 60.0, 10.0, 60.0, 60.0 ! m, distance between two drain tubes or tiles (L)
TD_DDRAIN = 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20, 1.20 ! m, Depth of drain
KLAT_FAC = 1.30, 1.80, 2.10, 2.60, 2.90, 2.50, 2.30, 3.00, 2.70, 2.00, 3.10, 3.30, 2.50, 1.00, 1.00, 1.80, 4.00, 1.00, 1.30 ! multiplication factor to lateral hyd.cond
!--------------------------------------------------------------------------------------------------------------------------------------------------------------------

/

Expand Down
Loading