source: CONFIG/IPSLCM/IPSLCM5_v4/USER_SPEC/LMDZOR/amip/COMP/orchidee.card @ 1643

Last change on this file since 1643 was 1643, checked in by jgipsl, 13 years ago
  • Added all cards needed to run a forced LMDZOR amip experience in IPSLCM5_v4 configuration.
  • Added file guide.def. By defalut ok_guide=n, no nudging. To activate nudging, set ok_guide=y in lmdz.card
  • in lmdz.driver, changed test to know if create_etat0_limit execution is needed
File size: 1.9 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5NEWHYDROL=n
6sechiba_LEVEL=11
7VEGET_UPDATE=1Y
8LAND_COVER_CHANGE=y
9
10[InitialStateFiles]
11List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc,      . ), \
12        (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,          . ), \
13        (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year}.nc, PFTmap.nc)
14
15[BoundaryFiles]
16List= ()
17ListNonDel= ()
18
19[SmoothFiles]
20List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, PFTmap.nc, 12:12:)
21
22
23[ParametersFiles]
24List=   (${SUBMIT_DIR}/PARAM/orchidee.def, .)
25
26[RestartFiles]
27# List restart that have to be saved/restored each loop (file out, saved, and in) :
28List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
29
30[OutputText]
31List=   (out_orchidee, orchidee.def)
32
33[OutputFiles]
34List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
35        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, Post_HF_sechiba_out_2), \
36        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE)
37
38[Post_1M_sechiba_history]
39Patches= ()
40GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
41TimeSeriesVars2D= (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)
42ChunckJob2D= NONE
43TimeSeriesVars3D= (lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee)
44ChunckJob3D= NONE
45Seasonal= ON
46
47[Post_HF_sechiba_out_2]
48Patches= ()
49GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
50TimeSeriesVars2D= (mrsos, mrro)
51ChunckJob2D= 50Y
52TimeSeriesVars3D= (ptn)
53ChunckJob3D= 10Y
54Seasonal= OFF
Note: See TracBrowser for help on using the repository browser.