source: CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/orchidee.card @ 1204

Last change on this file since 1204 was 1203, checked in by jgipsl, 14 years ago

Dev config LMDZOR_v4 :

Towards possibility to run LMDZOR experience as climate or AMIP
interannuel experience. All PARAM/*def and COMP/*driver are the same. To
switch change lmdz.card and orchidee.card.

  • Modified following parameters from lmdz.card and orchidee.card : VEGET_UPDATE, LAND_COVER_CHANGE, ok_guide, pmagic, aer_type
  • Added orchidee.card_AMIP, lmdz.card_AMIP : copied from AMIP/COMP
  • Uniformized lmdz.driver and orchidee.driver with functionality from AMIP experience
  • orchidee.driver : added function SRF_PeriodStart, desactaivate river routing for high resolution (280x280x39)
  • lmdz.driver : added lecture of GHG forcing files if they exist (if added in lmdz.card), desactivated fft filter in case of resolution

280x280x39 which contains zoom, added test if Bands file exist
(LMDZ_Bands_file_name)

  • lmdz.card : take climoz_LMDZ.nc file from CREATE run instead of AR5/HISTORIQUE/climoz_LMDZ_1995.nc
File size: 1.8 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5NEWHYDROL=n
6sechiba_LEVEL=11
7VEGET_UPDATE=0Y
8LAND_COVER_CHANGE=n
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[SmoothFiles]
20List=()
21
22[ParametersFiles]
23List=   (${SUBMIT_DIR}/PARAM/orchidee.def, .)
24
25[RestartFiles]
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)
28
29[OutputText]
30List=   (out_orchidee, orchidee.def)
31
32[OutputFiles]
33List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
34        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, Post_HF_sechiba_out_2), \
35        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE)
36
37[Post_1M_sechiba_history]
38Patches = ()
39GatherWithInternal = (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
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
42TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee)
43ChunckJob3D = NONE
44Seasonal=ON
45
46[Post_HF_sechiba_out_2]
47Patches= ()
48GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
49TimeSeriesVars2D= (mrsos, mrro)
50ChunckJob2D= 50Y
51TimeSeriesVars3D= (ptn)
52ChunckJob3D= 10Y
53Seasonal= OFF
Note: See TracBrowser for help on using the repository browser.