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

Last change on this file since 882 was 882, checked in by aclsce, 14 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: 5.1 KB
Line 
1# $Id$
2
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# You can choose here the name of create_etat0 you want to use
8# If noting is defined here, the job will get the JobName in the file  ../CREATE/config.card
9CREATE=ELC-${RESOL_ATM_3D}
10ByPass_hgardfou_teta=n
11ByPass_hgardfou_mats=n
12LMDZ_NbPeriod_adjust=3
13# LMDZ_NbPeriod_adjust=0
14# To force usage of this Bands file, put LMDZ_NbPeriod_adjust=0 and replace XXXXXXX by Restart Job Name
15# LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5/XXXXXXX/ATM/Debug/XXXXXXX_Bands_96x95x19_3prc.dat_3
16
17[InitialStateFiles]
18List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_clim_start.nc,    start.nc) \
19      (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_clim_startphy.nc, startphy.nc)
20
21[BoundaryFiles]
22List= ()
23# With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM)
24# With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations)
25ListNonDel= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Boundary/${CREATE}_clim_limit.nc, limit.nc),\
26            (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/climoz_LMDZ_1995.nc, climoz_LMDZ.nc),\
27            (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1995.nc, aerosols1980.nc),\
28            (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1860.nc, aerosols.nat.nc)
29
30[ParametersFiles]
31List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \
32        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \
33        (${SUBMIT_DIR}/PARAM/run.def, .), \
34        (${SUBMIT_DIR}/PARAM/traceur.def, .)
35
36[RestartFiles]
37List=   (restart.nc, restart.nc, start.nc), \
38        (restartphy.nc, restartphy.nc,  startphy.nc)
39
40[OutputText]
41List=   (physiq.def, gcm.def, run.def, traceur.def, used_run.def)
42
43[OutputFiles]
44List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,      Post_1M_histmth), \
45        (histNMC.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histNMC.nc,      NONE), \
46        (histrac.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histrac.nc,      NONE), \
47        (dynzon.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc,       NONE), \
48        (histday.nc,      ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,      NONE), \
49        (histhf.nc,       ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,       NONE)
50
51[Post_1M_histmth]
52Patches= (Patch_20091030_histcom_time_axis)
53GatherWithInternal = (lon, lat, presnivs, time_counter, aire)
54TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, t2m_max, t2m_min, taux_ter, taux_sic, taux_lic, taux_oce, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, topl0, topl, tops0, tops, topswad, topswai, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, u500, v10m, v500, w500, pourc_ter, pourc_oce, pourc_sic, pourc_lic)
55ChunckJob2D = NONE
56TimeSeriesVars3D = ()
57ChunckJob3D = NONE
58
59[Post_1M_histNMC]
60Patches = ()
61GatherWithInternal = (lon, lat, presnivs, time_counter, aire)
62TimeSeriesVars2D = ()
63ChunckJob2D = NONE
64TimeSeriesVars3D = (temp, phi, q, u, v, rh)
65ChunckJob3D = NONE
66
67[Post_1M_histrac]
68Patches= (Patch_20091030_histcom_time_axis)
69GatherWithInternal = (lon, lat, presnivs, time_counter, aire)
70TimeSeriesVars2D=()
71ChunckJob2D = NONE
72TimeSeriesVars3D = ()
73ChunckJob3D = NONE
74
75[Post_1M_dynzon]
76Patches = ()
77GatherWithInternal = (lon, lat, presnivs, time_counter)
78TimeSeriesVars2D = ()
79ChunckJob2D = NONE
80TimeSeriesVars3D = ()
81ChunckJob3D = NONE
82
83[Post_1D_histday]
84Patches= (Patch_20091030_histcom_time_axis)
85GatherWithInternal = (lon, lat, presnivs, time_counter)
86TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, iwp, lwp, phi500, precip, pluc, plul, prw, psol, rh2m, q2m, sens, sicf, slp, soll, sols, SWdnSFC, taux, tauy, t2m, t2m_max, t2m_min, topl, tops, tsol, u10m, v10m, wind10m, wind10max, u850, v850, w850, phi850, q850, t850, u700, v700, w700, phi700, q700, t700, u500, v500, w500, phi500, q500, t500, u200, v200, w200, phi200, q200, t200)
87ChunckJob2D = NONE
88TimeSeriesVars3D = (temp, theta, ovap, ovapinit, geop, vitu, vitv, vitw, pres)
89ChunckJob3D = 50Y
90
91[Post_HF_histhf]
92Patches= (Patch_20091030_histcom_time_axis)
93GatherWithInternal = (lon, lat, presnivs, time_counter)
94TimeSeriesVars2D = (cldt, psol, q2m, slp, SWnetOR, SWdownOR, LWdownOR, precip, pluc, plul, prw, t2m, tsol, u10m, v10m, t1000, t925, t850, t700, t500, t300, t250, t200, t150, t100, t50, t30, t10, u1000, u925, u850, u700, u500, u300, u250, u200, u150, u100, u50, u30, u10, v1000, v925, v850, v700, v500, v300, v250, v200, v150, v100, v50, v30, v10, phi1000, phi925, phi850, phi700, phi500, phi300, phi250, phi200, phi150, phi100, phi50, phi30, phi10, w1000, w925, w850, w700, w500, w300, w250, w200, w150, w100, w50, w30, w10, q1000, q925, q850, q700, q500, q300, q250, q200, q150, q100, q50, q30, q10)
95ChunckJob2D = 30Y
96TimeSeriesVars3D = (temp, theta, ovap, ovapinit, vitu, vitv)
97ChunckJob3D = 10Y
Note: See TracBrowser for help on using the repository browser.