@@ -26,7 +26,7 @@ module parm
26
26
real :: rttime, rchdep, rtevp, rttlc, da_km, resflwi, wdlps, wglps
27
27
real :: resflwo, respcp, resev, ressep,ressedi,ressedo,dtot,wdprch
28
28
real :: nperco, pperco, rsdco, phoskd, voltot, volcrmin, msk_x
29
- real :: uno3d, canev, usle, rcn, surlag, bactkdq, precipday, wdpf
29
+ real :: uno3d, canev, usle, surlag, bactkdq, precipday, wdpf
30
30
real :: thbact, wpq20, wlpq20, wps20, wlps20, bactrop, bactsedp
31
31
real :: bactlchp, bactlchlp, enratio, wetpcp, pndpcp, wetsep, wgpf
32
32
real :: pndsep, wetev, pndev, pndsedo, wetsedo, pndflwi, wetflwi
@@ -327,6 +327,7 @@ module parm
327
327
real , dimension (:), allocatable :: blai,dlai,rdmx,cpyld,bio_leaf
328
328
real , dimension (:), allocatable :: bio_n1,bio_n2,bio_p1,bio_p2
329
329
real , dimension (:), allocatable :: bmx_trees,ext_coef,bm_dieoff
330
+ real , dimension (:), allocatable :: rsr1, rsr2
330
331
! real , dimension (:), allocatable :: air_str
331
332
real , dimension (:,:), allocatable :: pltnfr,pltpfr
332
333
integer , dimension (:), allocatable :: idc, mat_yrs
@@ -538,12 +539,12 @@ module parm
538
539
real , dimension (:), allocatable :: wshd_pstap, wshd_pstdg
539
540
integer , dimension (:), allocatable :: ndmo,npno
540
541
character (len= 13 ), dimension (18 ) :: rfile,tfile
541
- ! character (len= 1 ), dimension (250000 ) :: hydgrp, kirr !!for srin' s big runs
542
+ ! character (len= 1 ), dimension (50000 ) :: hydgrp, kirr !!for srin' s big runs
542
543
543
544
character(len=1), dimension (20000) :: hydgrp, kirr
544
545
! character(len=4), dimension (50) :: urbname
545
546
character(len=4), dimension (1000) :: urbname
546
- ! character(len=16), dimension (250000 ) :: snam !! for srin' s big runs
547
+ ! character(len=16), dimension (50000 ) :: snam !! for srin' s big runs
547
548
548
549
character (len= 16 ), dimension (20000 ) :: snam
549
550
character (len= 17 ), dimension (300 ) :: pname
0 commit comments