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

Last change on this file since 661 was 661, checked in by sdipsl, 15 years ago

Get closer to IPSLCM5_v1. Add 39 levels. Some clean up.

File size: 1.9 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#       (${R_INIT}/SRF/${config_UserChoices_TagName}/PFTmap.1980.nc, pft_new.nc)
13
14[BoundaryFiles]
15List=   ()
16ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/lai2D.nc, .)
17# For STOMATE : suppress unused lai file and add reftemp file
18#            (${R_BC}/SRF/${config_UserChoices_TagName}/reftemp.nc, .)
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[OutputText]
30List=   (out_orchidee, orchidee.def)
31
32[OutputFiles]
33List=   (sechiba_out.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history)
34# For STOMATE :
35#  \
36#       (stomate_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_stomate_history.nc, Post_1M_stomate_history)  \
37#       (stomate_Cforcing.nc, ${R_OUT_SRF_O_M}/${PREFIX}_stomate_Cforcing.nc, NONE) \
38#       (stomate_forcing.nc, ${R_OUT_SRF_O_M}/${PREFIX}_stomate_forcing.nc, NONE)
39# For ORCHIDEE_WATCHOUT :
40#       (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_orchidee_watchout.nc, NONE) \
41
42[Post_1M_sechiba_history]
43Patches = (Patch_20070220_histcom_time_axis)
44GatherWithInternal = (lon, lat, veget, time_counter, Areas)
45TimeSeriesVars = (alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, lai, rain, runoff, snow, snowf, snownobio, subli, tair, temp_sol, tsol_max, tsol_min, drainage)
46
47[Post_1M_stomate_history]
48Patches = ()
49GatherWithInternal = (lon, lat, PFT, time_counter)
50TimeSeriesVars = (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.