source: CONFIG/trunk/LMDZ4OR_v2/LMDZOR/COMP/orchidee.card @ 326

Last change on this file since 326 was 326, checked in by jgipsl, 17 years ago
  • Updated parameter files, *.card and *.driver as done for configuration IPSLCM4_v2.

Important differences, in orchidee.def : sechiba_qsint, rveg_pft

in gcm.def : cvl_corr, day_step, iphysiq

  • Updated variable list for timeseries
  • Removed config.card.OldName? : not useful for this config
File size: 1.8 KB
Line 
1# $Id$
2
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7
8[InitialStateFiles]
9List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/carteveg5km.nc, .), \
10        (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc, .), \
11        (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc, .)
12
13[BoundaryFiles]
14List=   ()
15ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/lai2D.nc, .)
16# For STOMATE : suppress unused lai file and add reftemp file
17#            (${R_BC}/SRF/${config_UserChoices_TagName}/reftemp.nc, .)
18
19
20[ParametersFiles]
21List=   (${SUBMIT_DIR}/PARAM/orchidee.def, .)
22
23[RestartFiles]
24List=   (sechiba_rest.nc, sechiba_rest.nc, start_sech.nc)
25# For STOMATE :
26#  \
27#       (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc)
28
29
30[OutputText]
31List=   (out_orchidee, orchidee.def)
32
33[OutputFiles]
34List=   (sechiba_out.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history)
35# For STOMATE :
36#  \
37#       (stomate_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_stomate_history.nc, Post_1M_stomate_history)  \
38#       (stomate_Cforcing.nc, ${R_OUT_SRF_O_M}/${PREFIX}_stomate_Cforcing.nc, NONE) \
39#       (stomate_forcing.nc, ${R_OUT_SRF_O_M}/${PREFIX}_stomate_forcing.nc, NONE)
40# For ORCHIDEE_WATCHOUT :
41#       (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_orchidee_watchout.nc, NONE) \
42
43[Post_1M_sechiba_history]
44Patches = (Patch_20070220_histcom_time_axis)
45GatherWithInternal = (lon, lat, veget, time_counter)
46TimeSeriesVars = (alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snowf, subli, tair, tsol_max, tsol_min, drainage)
47
48[Post_1M_stomate_history]
49Patches = ()
50GatherWithInternal = (lon, lat, PFT, time_counter)
51TimeSeriesVars = (SPACE_NAT, CO2FLUX_MONTHLY, LAI, VEGET, VEGET_MAX, NPP, GPP, MAINT_RESP, GROWTH_RESP, AGE, HEIGHT, T2M_MONTH, CONTFRAC, RESOLUTION_X, RESOLUTION_Y)
Note: See TracBrowser for help on using the repository browser.