Changes between Version 48 and Version 49 of Branches/MergeOCN/Goll


Ignore:
Timestamp:
2015-06-09T16:18:13+02:00 (9 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Branches/MergeOCN/Goll

    v48 v49  
    489489}}} 
    490490 
     491=== 10. Parameter value issue: pft_parameters.f90 === 
     492The value for leaffall is set to undef for a couple of PFT, but it is used in stomate_turnover.f90 for every PFT. I fixed this by setting all undef to 10. like all the other PFTs: 
     493{{{ 
     494      !Config Key   = LEAFFALL 
     495      !Config Desc  = length of death of leaves, tabulated  
     496      !Config if    = OK_STOMATE 
     497      !Config Def   = undef, 10., 10., 10., 10., 10., 10., 10., 10., 10., 10., 10., 10.  
     498      !Config Help  = 
     499      !Config Units = [days] 
     500      CALL getin_p('LEAFFALL',leaffall) 
     501}}} 
     502 
     503 
    491504= '''Mass conservation checks''' = 
    492505Mass closure given by: