Changeset 3815
- Timestamp:
- 05/16/18 10:17:49 (6 years ago)
- Location:
- CONFIG/UNIFORM/v6/LMDZOR_v6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/highresmip_CMIP6/COMP/orchidee.card
r3805 r3815 4 4 [UserChoices] 5 5 # The variable DefSuffix gives the suffix of the orchidee.def file to be used. 6 # By default the file orchidee.def_Choi will be selected. 7 # Sef DefSuffix=Choi (default) to activate default 2-layer Choisnel hydrology 8 # Set DefSuffix=CWRR to activate 11-layer CWRR hydrology 6 # Set DefSuffix=CWRR to activate 11-layer CWRR hydrology (default) 7 # Sef DefSuffix=Choi to activate 2-layer Choisnel hydrology (obsolete option) 9 8 DefSuffix=CWRR 10 9 11 VEGET_UPDATE=1Y 10 # Set frequency to update vegetation map. 11 # VEGET_UPDATE=0Y : no update 12 VEGET_UPDATE=0Y 12 13 13 14 # Set climatology lai map 14 15 LAI_MAP=y 16 17 # Here desactivate wood harvest, no need when running without stomate 18 DO_WOOD_HARVEST=n 15 19 16 20 # Specify output level for output files … … 19 23 # output_level_filename=12 : highest level which will output all variables 20 24 # output_level_filename=NONE : deactivate the file 21 output_level_sechiba_history = 1125 output_level_sechiba_history = 0 22 26 output_level_sechiba_out_2 = NONE 23 output_level_sechiba_history_4dim = 1127 output_level_sechiba_history_4dim = NONE 24 28 25 29 # Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts] … … 39 43 40 44 [BoundaryFiles] 41 List= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_${year}.nc, PFTmap.nc) ,\ 42 (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_${year}.nc, woodharvest.nc),\ 43 (${R_IN}/CMIP6/IPSLCM6.1.2-LR/IPSL-CM6A-LR/highresSST-present/r1i1p1f1/${year}/dr2xml_orchidee.xml, .) 45 List= (${R_IN}/CMIP6/IPSLCM6.1.2-LR/IPSL-CM6A-LR/highresSST-present/r1i1p1f1/${year}/dr2xml_orchidee.xml, .) 44 46 45 47 # For resolution 512x360 change to use: 46 48 # (${R_IN}/CMIP6/IPSLCM6.1.2-LR/IPSL-CM6A-ATM-HR/highresSST-present/r1i1p1f1/${year}/dr2xml_orchidee.xml, .) 47 49 48 ListNonDel= ( )50 ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_2000.nc, PFTmap.nc) 49 51 50 52 [SmoothFiles] … … 63 65 64 66 [OutputText] 65 List= (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, file_def_input_orchidee.xml, river_desc.nc )67 List= (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, file_def_input_orchidee.xml, river_desc.nc, ping_orchidee.xml, dr2xml_orchidee.xml) 66 68 67 69 [OutputFiles] -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/orchidee.driver
r3772 r3815 68 68 else 69 69 IGCM_comp_modifyDefFile nonblocker orchidee.def LAI_MAP DEFAULT 70 fi 71 72 # Set DO_WOOD_HARVEST in orchidee.def acording to value set in orchidee.card section UserChoices 73 # If DO_WOOD_HARVEST is not definded in orchidee.card, set default value y 74 if [ ! X${orchidee_UserChoices_DO_WOOD_HARVEST} = X ] ; then 75 IGCM_comp_modifyDefFile nonblocker orchidee.def DO_WOOD_HARVEST ${orchidee_UserChoices_DO_WOOD_HARVEST} 76 else 77 IGCM_comp_modifyDefFile nonblocker orchidee.def DO_WOOD_HARVEST DEFAULT 70 78 fi 71 79 -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_CWRR
r3774 r3815 137 137 138 138 # Activate harvest of wood 139 DO_WOOD_HARVEST= y139 DO_WOOD_HARVEST=_AUTO_ : DEFAULT=y 140 140 141 141 # Growth respiration (default values except for PFT=14 and PFT=15)
Note: See TracChangeset
for help on using the changeset viewer.