source: CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/orchidee.card @ 1536

Last change on this file since 1536 was 1536, checked in by jgipsl, 13 years ago

Modifications in working configuration :

  • orchidee.def : all experiences have VEGET_UPDATE=0Y and LAND_COVER_CHANGE=n
  • orchidee.driver can modify parameters VEGET_UPDATE and LAND_COVER_CHANGE in orchidee.def. This is done IF in orhchidee.card in section UserChoices? the variables VEGET_UPDATE and LAND_COVER_CHANGE is set.
  • Added VEGET_UPDATE=1Y and LAND_COVER_CHANGE=y in orchidee.card section UserChoices? for historical and Chistorical experience
  • Now all orchidee.def and orchidee.driver are the same for the 5 experiences.
File size: 1.8 KB
RevLine 
[396]1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
[793]5NEWHYDROL=n
[1013]6sechiba_LEVEL=11
[1536]7# If use of PFTmap, put VEGET_UPDATE=1Y and LAND_COVER_CHANGE=y
8VEGET_UPDATE=1Y
9LAND_COVER_CHANGE=y
[396]10
11[InitialStateFiles]
[863]12List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc,      . ), \
[988]13        (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,          . )
[396]14
15[BoundaryFiles]
16List=   ()
[1171]17ListNonDel= ()
[396]18
[988]19[SmoothFiles]
[1171]20List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, PFTmap.nc, 12:12:)
[988]21
[396]22[ParametersFiles]
23List=   (${SUBMIT_DIR}/PARAM/orchidee.def, .)
24
25[RestartFiles]
[793]26# List restart that have to be saved/restored each loop (file out, saved, and in) :
27List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
[396]28
29[OutputText]
30List=   (out_orchidee)
31
32[OutputFiles]
[1013]33List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
[1014]34        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, Post_HF_sechiba_out_2), \
[1013]35        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE)
[396]36
37[Post_1M_sechiba_history]
[1081]38Patches= ()
[1032]39GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
[1014]40TimeSeriesVars2D= (nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac)
41ChunckJob2D= NONE
[1086]42TimeSeriesVars3D= (lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee)
[1014]43ChunckJob3D= NONE
44Seasonal= ON
45
46[Post_HF_sechiba_out_2]
[1032]47Patches= ()
48GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
[1014]49TimeSeriesVars2D= (mrsos, mrro)
[1040]50ChunckJob2D= 50Y
[1014]51TimeSeriesVars3D= (ptn)
[1040]52ChunckJob3D= 10Y
53Seasonal= OFF
Note: See TracBrowser for help on using the repository browser.