Changes between Version 69 and Version 70 of DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Modules


Ignore:
Timestamp:
2018-02-12T15:04:57+01:00 (6 years ago)
Author:
cyue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Modules

    v69 v70  
    55In the latest MICT version you can find the following modules. Each flag list of each module needs to be checked. This is an axproximation and it might have errors. 
    66 
     7== Gross Land Use Change (GLUC) (since revision ????) == 
     8 
     9||= Dependency =||= Keyword =||= Description =|| 
     10|| || GLUC_USE_AGE_CLASS || Use age class and activate gross land use change? (y/N) || 
     11|| || GLUC_NAGEC_TREE || Number of age class for forest (6) || 
     12|| || GLUC_NAGEC_HERB || Number of age class for crop, pasture and grassland (4) || 
     13|| || ​GLUC_​NVMAP ||  Total number of metaclasses​ (15) || 
     14|| || GLUC_​AGEC_GROUP__​xx || look-up table to link MTC to PFTs​ || 
     15|| || GLUC_AGE_CLASS_BOUND__xx || boundaries used to distinguish age class || 
     16|| || GLUC_ALLOW_FORESTRY_HARVEST || allow forestry harvest ? [y/N] || 
     17|| || GLUC_SINGLE_AGE_CLASS || Assume there is a single age class in each MTC?​ ​[y/N]​ || 
     18|| || GLUC_USE_BOUND_SPA​ || Use a spital file for input as the boundaries of age class? [y/N] || 
     19|| GLUC_AGE_THRESHOLD_FILE​ || GLUC_AGE_THRESHOLD_FILE​ || File name of the spatial boundary input file || 
     20|| || GLUC_NET_LCC_FILE​ || Matrix file for Net land cover change || 
     21|| || GLUC_SHIFT_PRI_FILE​  || Matrix file for shifting cultivation by clearing primary forest, normally not used || 
     22|| || GLUC_SHIFT_SEC_FILE || Matrix file for shifting cultivation by clearing secondary forest || 
     23|| || GLUC_FORESTRY_HARVEST_FILE ||Matrix file for wood harvest from primary and secondary forests || 
     24 
     25Since revision [3306/branches/ORCHIDEE-MICT/ORCHIDEE] 
    726 
    827== Spitfire == 
    928Introduced in MICT v6. Available flags for input data files 
    1029 
    11 ||= DEPENDENCIES =||= Keyword =||= Description =|| 
    12 ||                  ||FIRE_DISABLE        || Allow deforestation fire to be simulated when set (src_parameters/constantes.f90)||  
    13 ||NOT FIRE_DISABLE  ||ALLOW_DEFOREST_FIRE || Activate deforestation fire module when being TRUE (src_parameters/constantes.f90)|| 
    14 ||                  ||LIGHTNING_FILE   || Read the ligntning map || 
    15 ||READ_OBSERVED_BA  ||BA_FILE          || Read the external forced burned area, in this case the simulated burned area will be over-written, valid only for monthly BA input || 
    16 ||READ_CF_COARSE    || CF_COARSE_FILE  || Read the external coarse fuel combustion completeness || 
    17 ||READ_CF_FINE      ||CF_FINE_FILE     || Read external fine fuel combustion completeness || 
    18 ||READ_RATIO        ||RATIO_FILE       || Read a map of ratios used to scale simulated burned area, default as 1 || 
    19 ||READ_RATIO_FLAG   ||RATIO_FLAG_FILE  || Read the ratio flag map, regions with a flag bigger than 0 will use external input BA, default value as -1 || 
    20 ||READ_POPDENS      ||POPDENS_FILE     || Read the population density map || 
    21 ||READ_HUMIGN       ||HUMIGN_FILE      || Read parameter used for human ignition calculation || 
    22 ||                      || READ_OBSERVED_BA || Boolean flag to read the observed burned_area flag || 
    23 ||                      || READ_CF_COARSE   || Boolean flag to read the forced coarse fuel combustion completeness || 
    24 ||                      || READ_CF_FINE     || Boolean flag to read the forced fine fuel combustion completeness || 
    25 ||                      || READ_RATIO       || Boolean flag to read the correction ratios || 
    26 ||                      || READ_RATIO_FLAG  || Boolean flag to read ratio flag || 
    27 ||                      || READ_POPDENS     || Boolean flag to read the popdens flag || 
    28 ||                      || READ_HUMIGN      || Boolean flag to read the human ignition parameter flag || 
     30||= DEPENDENCIES =||= Keyword          ||= Default value =||= Description =|| 
     31||FIRE_DISABLE    ||                   ||FALSE            ||Overall control flag. Activate fire module when set as FALSE    || 
     32||                ||LIGHTNING_FILE     ||nc file          ||ligntnings map used as ignition sources                                                  || 
     33||                ||READ_POPDENS       ||FALSE            ||Boolean flag to read the popdens flag, for a decent simulation of fire, set this as TRUE || 
     34||READ_POPDENS    ||POPDENS_FILE       ||nc file          ||Read the population density map || 
     35||                ||READ_HUMIGN        ||FALSE            ||Boolean flag to read the human ignition parameter flag, for a decent simulation, set as TRUE and use the default file provided||   
     36||READ_HUMIGN     ||HUMIGN_FILE        ||nc file          ||Read parameter used for human ignition calculation || 
     37||                ||READ_RATIO         ||TRUE             ||Boolean flag to read the correction ratios, please always set as TRUE || 
     38||READ_RATIO      ||RATIO_FILE         ||Default file     ||Read a map of ratios used to scale simulated burned area,the default file has a uniform value as 1 || 
     39||                ||READ_RATIO_FLAG    ||TRUE             ||Boolean flag to read ratio flag, please always set as TRUE || 
     40||READ_RATIO_FLAG ||RATIO_FLAG_FILE    ||Default file     ||Read the ratio flag map, regions with a flag bigger than 0 will use external input BA, the default file has a uniform value as -1 || 
     41||                ||READ_OBSERVED_BA   ||FALSE            ||Boolean flag to read the observed burned_area flag || 
     42||READ_OBSERVED_BA||BA_FILE            ||nc file          ||Read the external forced burned area, in this case the simulated burned area will be over-written, valid only for monthly BA input || 
     43||READ_OBSERVED_BA||READ_CF_COARSE     ||FALSE            ||Boolean flag to read the forced coarse fuel combustion completeness || 
     44||READ_OBSERVED_BA||READ_CF_FINE       ||FALSE            ||Boolean flag to read the forced fine fuel combustion completeness || 
     45||READ_CF_COARSE  ||CF_COARSE_FILE     ||nc file          ||Read the external coarse fuel combustion completeness || 
     46||READ_CF_FINE    ||CF_FINE_FILE       ||nc file          ||Read external fine fuel combustion completeness || 
     47||(NOT)FIRE_DISABLE||ALLOW_DEFOREST_FIRE||FALSE           ||Activate deforestation fire module when being TRUE|| 
    2948 
    3049== GRassland Management (since revision 3771) ==