Changes between Version 8 and Version 9 of DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/ReferenceSimulations


Ignore:
Timestamp:
2016-03-30T14:25:00+02:00 (8 years ago)
Author:
cyue
Comment:

--

Legend:

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

    v8 v9  
    1616FIRE_DISABLE = y 
    1717ALLOW_DEFOREST_FIRE = n 
     18 
     19  #Chao add 
     20   
     21  ## IF FIRE_DISABLE = n 
     22  # Read population density? [always set yes, otherwise the model may break]     
     23  READ_POPDENS = y [always yes]                                                  
     24  POPDENS_FILE = /home/orchidee01/ychao/FIRE_INPUT_DATA/HYDE/05deg/popd_1700.nc  
     25  # Read human ignition parameter? [always yes]                                  
     26  READ_HUMIGN = y                                                                
     27  HUMIGN_FILE = /home/orchidee01/ychao/FIRE_INPUT_DATA/humign.nc                 
     28  # Lightning flashes input file                                                 
     29  LIGHTNING_FILE = /home/orchidee01/ychao/FIRE_INPUT_DATA/LISOTD_HRMC_V2.3.2011.lightn.nc 
     30                                                                                 
     31  # Read the ratio flag? [always yes]                                            
     32  READ_RATIO_FLAG = y                                                            
     33  # When the flag is greater than 1, BA and CF are forced, otherwise             
     34  # they are prognositcally determined.                                          
     35  RATIO_FLAG_FILE = /home/orchidee01/ychao/FIRE_INPUT_DATA/FORCE_BA/flag_minus_ones.nc 
     36  # Read the ratio? [always y]                                                   
     37  READ_RATIO = y                                                                 
     38  # Default ratio file with all ratios as 1, i.e., the BA is prognostically      
     39  # determined. Current GFED3 ratio file is derived by calibrating with GFED BA. 
     40  RATIO_FILE = /home/orchidee01/ychao/FIRE_INPUT_DATA/FORCE_BA/ratio_GFED3_BvmaxT9_Opt3.nc 
     41                                                                                 
     42  # Force the combustion fraction for the coarse fuel [default: n]               
     43  READ_CF_COARSE = n                                                             
     44  CF_COARSE_FILE = /home/orchidee01/ychao/FIRE_DATA/GFED3/CF_coarse.nc           
     45  # Force the combustion fraction for the fine fuel [default: n]                 
     46  READ_CF_FINE = n                                                               
     47  CF_FINE_FILE = /home/orchidee01/ychao/FIRE_DATA/GFED3/CF_fine.nc       
    1848 
    1949# Activate the soil freezing scheme?