Changes between Version 5 and Version 6 of DevelopmentActivities/MergeHydro/Soilmap_note


Ignore:
Timestamp:
2011-10-24T08:57:34+02:00 (13 years ago)
Author:
mmaipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/MergeHydro/Soilmap_note

    v5 v6  
    3333== Programmation == 
    3434{{{ 
     35    !Config  Key  = 'PREF_SOIL_VEG'  
     36    !Config  Desc = The soil tile number for each vegetation 
     37    !Config  Def  = 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3 
     38    !Config  Help = Gives the number of the soil tile on which we will 
     39    !Config         put each vegetation. This allows to divide the hydrological column 
     40    pref_soil_veg = (/ 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3 /) 
     41    CALL getin_p('PREF_SOIL_VEG', pref_soil_veg) 
     42 
     43[...] 
    3544       soilclass=val_exp 
    3645       CALL setvar (soilclass, val_exp, 'SOIL_FRACTIONS', soilclass_default)