source: tags/ORCHIDEE_1_9_6/ORCHIDEE_OL/TESTSTOMATE/COMP/sechiba.card @ 881

Last change on this file since 881 was 865, checked in by didier.solyga, 12 years ago

New scripts compatible the externalization done for OOL_SEC, OOL_SEC_STO, FORCESOIL, TESTSTOMATE and SPINUP configurations. These scripts use an unique empty run.def.

File size: 1.6 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5LAIMAP=n
6IMPOSE_VEG=n
7# if IMPOSE_VEG = n
8LAND_USE=n
9# if LAND_USE=y
10VEGET_UPDATE=1Y
11# if LAND_USE=n and we want to use carteveg5km.nc for maxvegetfrac map.
12# (instead of default PFTmap_1850to2005_AR5_LUHa.rc2 below)
13OLD_VEGET=n
14
15[InitialStateFiles]
16List=   (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year}.nc, PFTmap.nc)
17       
18[BoundaryFiles]
19#List=  (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, .)
20List=   ()
21ListNonDel= (${config_SBG_RestartPath}/${config_SBG_RestartJobName}/SBG/Restart/${config_SBG_RestartJobName}_${Date_Restarts}_stomate_forcing.nc, stomate_forcing.nc)
22#If you want to come back to old BIG LAND USE file (to run on multipple years, just one time with LAND USE activated), you must
23# 1) empty BC list and INIT first PFTmap lines
24# 2) and suppress previous ListNonDel line and ucomment next one :
25#ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2.nc, PFTmap.nc) \
26#            (${config_SBG_RestartPath}/${config_SBG_RestartJobName}/SBG/Restart/${config_SBG_RestartJobName}_${Date_Restarts}_stomate_forcing.nc, stomate_forcing.nc)
27# See also same comment in sechiba.driver.
28
29[SmoothFiles]
30List=()
31
32[ParametersFiles]
33List=   (${SUBMIT_DIR}/PARAM/run.def, .)
34
35[RestartFiles]
36# List restart that have to be saved/restored each loop (file out, saved, and in) :
37List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
38
39[OutputText]
40List=   (run.def, used_run.def, out_teststomate, out_orchidee)
41
42[OutputFiles]
43List=   ()
Note: See TracBrowser for help on using the repository browser.