Changes between Version 1 and Version 2 of Ajeterici/TechnicalModifications


Ignore:
Timestamp:
2011-03-21T09:29:52+01:00 (13 years ago)
Author:
dsolyga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ajeterici/TechnicalModifications

    v1 v2  
    77 
    88We tried to respect as soon as possible the structure of the code. Three folders over five were affected by 
    9 the modifications : '''src_parameters''', '''src_sechiba''' and '''src_stomate'''. 
     9the modifications : '''src_parameters''', '''src_sechiba''' and '''src_stomate'''. We regroup all the 
     10files containing parameters in src_parameters. We rewrite some parts of the code in order not to have explicit 
     11references to indexes to some PFTs (like agricultural ones). The changements are detailed below : 
     12 
     13 
     14=== Src_parameters === 
     15 
     16Originally, this folder was organized in 4 files called '''constantes.f90''', '''constantes_co2.f90''', '''constantes_veg.f90''' and  
     17'''constantes_soil.f90'''. The last three files were mixed up with '''stomate_constants.f90''' to give '''pft_parameters.f90''' and '''constantes_mtc.f90'''. These new files make the initialization and the overwriting of the pft-parameters. All the default values 
     18for the pft-parameters are in '''constantes_mtc.f90'''.  
     19 
     20'''constantes.f90''' contains all the physical constants used by ORCHIDEE  
     21and (for the moment) the rest of the externalized parameters.