You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
real (kind=8), intent(in) :: weatherPRELES(nClimID,maxYears,365,5),HarvLim(maxYears,2),minDharv !!energCuts
19
+
real (kind=8), intent(in) :: weatherPRELES(nClimID,maxYears,365,5),minDharv !!energCuts
20
20
integer, intent(in) :: DOY(365),etmodel
21
21
real (kind=8), intent(in) :: pPRELES(30),pCrobas(npar,allSP)
22
-
real (kind=8), intent(inout) :: siteInfo(nSites,10), areas(nSites)
22
+
real (kind=8), intent(inout) :: siteInfo(nSites,10), areas(nSites),HarvLim(maxYears,2)
23
23
real (kind=8), intent(in) :: thinning(nSites,maxThin,9),pAWEN(12,allSP)
24
24
real (kind=8), intent(inout) :: dailyPRELES(nSites,(maxYears*365),3)
25
25
real (kind=8), intent(inout) :: initClearcut(nSites,5),fixBAinitClarcut(nSites),initCLcutRatio(nSites,maxNlayers) !initial stand conditions after clear cut. (H,D,totBA,Hc,Ainit)
0 commit comments