Changes between Version 2 and Version 3 of FMCleanUp


Ignore:
Timestamp:
2012-09-12T14:45:01+02:00 (12 years ago)
Author:
bpoulter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FMCleanUp

    v2 v3  
    1111---- 
    1212 
    13 1. 
     131. FROM TL (will be organized with more consistency) 
     14What we do not know : 
     15z0 (surface roughness) and roughheight (effective height for roughness) 
     16are set up as function of HEIGHT. 
     17But HEIGHT (cf « Solved, 3°) ») is constant. 
     18Z0 and roughheight could be set up as function of HEIGHT AND AV_HEIGHT ? 
     19 
     20Solved : 
     211°)     Kun Tan : 
     22AGE_TARGET changed, so that an automatic clearcut is not set too early. 
     23Modification made in 
     24home/satellites5/tlaunois/modipsl/ORCHIDEE_FORESTRY/modipsl_c13_forestry/modeles/ORCHIDEE/src_stomate/stomate_forestry.f90 
     25 
     26(In fact, in stomate_forestry.f90, there is another parameter 
     27"age_target_def", that we can modify in run.def to control the value of 
     28"age_target", but we donot use it in run.def right now) 
     29 
     30 
     312°)    21/10/2010 : Thomas Launois suppressed 365 multiplicator 
     32coefficient in 
     33home/satellites5/tlaunois/modipsl/ORCHIDEE_FORESTRY/modipsl_c13_forestry/modeles/ORCHIDEE/src_stomate/stomate_lpj.f90 
     34(solving problem for incoherent AV_CIRC,  AV_HEIGHT ,  DOM_HEIGHT, IND, 
     35LAI_MAX_LYEAR, SIGMA, GAMMA) 
     36 
     37 
     383°) HEIGHT : what does it represent ? 
     39A best-guess of the height of each PFT. Constant value trhough the 
     40simulations 
     41AV_HEIGHT gives the evolution of the height of each PFT through the years. 
     42 
     43Problem : 
     441°) Concatenation not possible using ncrcat (option available at the end of 
     45/home/users/tlaunois/MODELE/run_c13forestry.bat) 
     46 
     472°) Line added in ORCHIDEE/src_stomate/stomate_forestry.f90, to avoid the 
     48check by compiler for variable CIRC (argument unproperly set) : 
     49 REAL(r_std) FUNCTION vol_circ(circ,ntrees,pft) 
     50    !DEC$ ATTRIBUTES NO_ARG_CHECK :: CIRC 
     51ideas to solve this : need an « array » argument, but problem we just send 
     52a scalar or constant. 
     53 
     543°) problems with some yearly output (?? don't remember what this was about)