Changes between Version 54 and Version 55 of DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Modules


Ignore:
Timestamp:
2016-09-16T11:52:21+02:00 (8 years ago)
Author:
ajornet
Comment:

--

Legend:

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

    v54 v55  
    2626||                      || READ_HUMIGN      || Boolean flag to read the human ignition parameter flag || 
    2727 
    28 == Grassland management == 
     28== GRassland Management (since revision 3771) == 
     29 
     30GRM module is introduce in MICT v8.1 by Jinfeng. Available flags: 
     31 
     32 
     33|| GRM_ENABLE_GRAZING   0       Enable grassland management module 
     34GRM_ENABLE_GRAZING=TRUE SLA_MAX PFT-specific SLA        maximum Specific Leaf Area (m2/gC) || 
     35||      SLA_MIN PFT-specific SLA        minimum Specific Leaf Area (m2/gC) || 
     36||      GRM_IS_GRASSLAND_MANAG__XX      0       Is PFT a managed grassland? || 
     37||      GRM_IS_GRASSLAND_CUT__XX        0       Is PFT a cut/mown grassland? || 
     38||      GRM_IS_GRASSLAND_GRAZED__XX     0       Is PFT a grazed grassland? || 
     39||      GRM_MANAGEMENT_INTENSITY__XX    0       Intensity of management (4 for global management, 2 for Europe medium intensity) || 
     40        GRM_NB_YEAR_MANAGEMENT__XX      1       Number of years in the management input file. Please keep default value, donot set to 0. 
     41        GRM_MANAGEMENT_START__XX        0       The start year of management in the management input file. 
     42        GRM_DEPOSITION_START__XX        0       The start year of N deposition in the deposition input file. 
     43        GRM_FILE_PARAM_INIT     file in CURIE   Initial parameter file for grassland management 
     44        GRM_F_SATURANT  0       Whether active saturation N fertilization? Please keep default value. Will be used in CNP version. 
     45        GRM_F_NONLIMITANT       0       Whether active nonlimitant N fertilization? Please keep default value. Will be used in CNP version. 
     46        GRM_F_COMPLEMENTATION   0       Whether active N complementation for livestock from outside (not grass N)? Please keep default. Will be used in CNP version. 
     47        GRM_F_FERTILIZATION     1       Whether active fertilization module. Please keep default value. 
     48        GRM_N_LIMITATION        0       Whether active N fertilization effect on Vcmax25. 
     49        GRM_N_EFFECT    0.6     Maximum additive N fertilization effect on Vcmax25. 
     50        GRM_F_AUTOGESTION       0       1 : automaticly cut/mown for cut-and-carry forage (for managed but not cut not grazed grass PFT only) 
     51                        2: automatically grazing by livestock to optimize (potential) livestock density (for managed but not cut not grazed grass PFT only) 
     52                        3: searching for the curve of extra-feed requirement with increasing stocking rate (cut and grazed grass PFT) 
     53                        4: searching for the curve of extra-feed requirement with constant stocking rate (cut and grazed grass PFT) 
     54                        5: automatically grazing by wild animal (grazed grass PFT only; used for LGM simulation; need update with Dan's improvement) 
     55        GRM_F_POSTAUTO  0       1: start from GRM_F_AUTOGESTION=2, running with variable optimized potential livestock density (cut and grazed grass PFT) 
     56                        2: start from GRM_F_POSTAUTO=1, running with variable optimized potential livestock density (cut and grazed grass PFT) 
     57                        3: running with constant livestock density (cut and grazed grass PFT) 
     58                        4: running with constant livestock density but varied grazed fraction and stocking rate (cut and grazed grass PFT) 
     59                        5: global simulation with prescribed management in GRM_input.nc (all grass PFT) 
     60        GRM_F_MANAGEMENT_MAP    0       Active prescribed grassland management 
     61        GRM_F_DEPOSITION_MAP    0       Active prescribed N deposition rate 
     62        GRM_F_GRAZING_MAP       0       Active prescribed stocking rate 
     63        GRM_MANAGEMENT_MAP      GRM_input.nc    "map containing management information (organic and mineral N fertilization rate-kgN/ha/yr, fertilizer application time-day of year); NOTE: in COMP/stomate.card [BoundaryFiles], [BoundaryFiles] 
     64List=   (/ccc/work/cont003/dsm/p529chan/input_gm/grm_input/grm_input_halfdeg_${year}.nc, GRM_input.nc))" 
     65        GRM_DEPOSITION_MAP      GRM_input.nc    map containing N deposition rate (kg N/ha/yr) 
     66        GRM_GRAZING_MAP GRM_input.nc    map containing stocking rate (Livestock Unit/ha) 
     67        GRM_FERTILITY_MAP       file in CURIE    
     68        GRM_AVOID_WETGRAZING    0       active soil moisture impact on grazing (i.e., avoil grazing over too wet soil, considering lag-effect) 
     69        GRM_AVOID_SNOWGRAZING   1       active snow cover impact on grazing (i.e., avoild grazing when there is snow mass, considering lag-effect) 
     70GRM_F_AUTOGESTION=2     GRM_NB_CUT_YEAR 10      how many years were running under GRM_F_AUTOGESTION=1, used to calculate annual harvested grass cut-and-carry forage 
     71 
     72 
     73 
     74== Grassland management (before revision 3771) == 
    2975Introduced in MICT v5. Available flags: 
    3076 
     
    59105|| F_MANAGEMENT_MAP || DEPOSITION_START || || 
    60106|| F_MANAGEMENT_MAP || GRAZING_MAP || || 
     107 
     108'''Important:''' This module is removed from revision 3771 
    61109 
    62110== DGVM ==