source: CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/COMP/orchidee.card @ 882

Last change on this file since 882 was 882, checked in by aclsce, 15 years ago

Modified LMDZ4OR_v3 configuration to fit with IPSLCM5_v2 coupled
configuration.
Now, LMDZ4OR_work is the working configuration using trunk of LMDZ and
LMDZ4OR_v2 fits with IPSLCM4_v2 coupled configuration.
Modifications :

  • compilation of LMD9695-L39 resolution by default
  • modified *.card, *.driver and *.def to fit with IPSLCM5_v2
  • added SBG component (like IPSLCM5_v2)
  • added POST directory
File size: 1.3 KB
Line 
1# $Id$
2
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7NEWHYDROL=n
8sechiba_LEVEL=10
9
10[InitialStateFiles]
11List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc, .), \
12        (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc, .), \
13        (${R_INIT}/SRF/${config_UserChoices_TagName}/PFTmap_IPCC_2000.nc, PFTmap.nc)
14
15[BoundaryFiles]
16List=   ()
17ListNonDel= ()
18
19[ParametersFiles]
20List=   (${SUBMIT_DIR}/PARAM/orchidee.def, .)
21
22[RestartFiles]
23# List restart that have to be saved/restored each loop (file out, saved, and in) :
24List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
25
26[OutputText]
27List=   (out_orchidee, orchidee.def)
28
29[OutputFiles]
30List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history) \
31        (sechiba_out_2.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_out2.nc, NONE) \
32        (watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE)
33
34[Post_1M_sechiba_history]
35Patches = (Patch_20091030_histcom_time_axis)
36GatherWithInternal = (lon, lat, veget, time_counter, Areas, Contfrac)
37TimeSeriesVars2D = (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)
38ChunckJob2D = NONE
39TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, CO2FLUX)
40ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.