Changeset 6631 for CONFIG/UNIFORM/v6


Ignore:
Timestamp:
09/22/23 15:50:34 (10 months ago)
Author:
acosce
Message:

switch from NPv6.1 to NPv6.2

Location:
CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/IPSLESM
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/IPSLESM/AER/piControl_AER_CoupOceAtm_TEST/COMP/lmdz.card

    r6628 r6631  
    44[UserChoices] 
    55# Physics package to use : 
    6 # LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 
    7 LMDZ_Physics=NPv6.1 
     6LMDZ_Physics=NPv6.2 
    87 
    9 # Set ConfType to choose parameters for aerosols, solar and green house gazes. 
     8# Activate the call to phytrac to run tracer simulation  
     9iflag_phytrac=1 
     10# desactivate aerosol_strato in lmdz 
     11flag_aerosol_strat=0 
     12 
     13# Use XIOS as output library 
     14XIOS=y 
     15 
     16# Set the variable CREATE needed further below to find the initial and boundary condition files. 
     17CREATE=ELC-${RESOL_ATM_3D} 
     18 
     19# ByPass_hgardfou_teta=y : modify teta_ parameters for following CumulPeriod only 
     20ByPass_hgardfou_teta=n 
     21 
     22# ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only 
     23ByPass_hgardfou_mats=n 
     24 
     25# Set ConfType to choose parameters for aerosols, solar and green house gazes.  
    1026# The parameter file PARAM/config.def_$ConfType will be used. 
    1127# ConfType=preind/actuel/annuel 
     
    2339ok_cdnc=y 
    2440 
    25  
    2641carbon_cycle_cpl=y 
    2742carbon_cycle_tr=n 
    2843carbon_cycle_rad=n 
    2944 
    30  
    31 # ByPass_hgardfou_teta=y : modify teta_ parameters for following CumulPeriod only 
    32 ByPass_hgardfou_teta=n 
    33  
    34 # ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only 
    35 ByPass_hgardfou_mats=n 
     45# Nugding : ok_guide=y/n 
     46# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
     47ok_guide=n 
    3648 
    3749# Specify which output file to activate and at which output_level 
     
    115127 
    116128[OutputFiles] 
    117 List=   (histmth.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,       Post_1M_histmth),       \ 
    118         (histmthCOSP.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,   NONE),                  \ 
    119         (histmthNMC.nc,    ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,    NONE),    \ 
    120         (histday.nc,       ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,       NONE),                  \ 
    121         (histdayCOSP.nc,   ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc,   NONE),                  \ 
    122         (histdayNMC.nc,    ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc,    NONE),                  \ 
    123         (histhf.nc,        ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,        NONE),                  \ 
    124         (histhfCOSP.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc,    NONE),                  \ 
    125         (histhfNMC.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,     NONE),                  \ 
    126         (histhf3h.nc,      ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,      NONE),                  \ 
    127         (histhf3hm.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,     NONE) 
     129List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,   Post_1M_histmth   )        
    128130 
    129131[Post_1M_histmth] 
    130132Patches= () 
    131133GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds, aire) 
    132 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFC, LWupSFCclr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWdnTOA, SWupTOA, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, ave_t2m_daily_max, ave_t2m_daily_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, topl0, topl, tops0, tops, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, v10m, pourc_ter, pourc_oce, pourc_sic, pourc_lic, wind10m, od550aer, od550lt1aer, od550_STRAT, sconcoa, sconcbc, sconcso4, R_ecc, R_peri, R_incl, solaire, rsun1, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt, colO3_strat, colO3_trop) 
    133 ChunckJob2D = NONE 
    134 TimeSeriesVars3D = (temp, theta, ovap, geop, vitu, vitv, vitw, pres, rneb, rhum, paprs, ec550aer, concoa, concbc, concso4, concss, concdust) 
     134TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, t2m_max, t2m_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, 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, wind10m, od550aer, od550lt1aer, absvisaer, loadoa, loadbc, loadso4, loaddust, loadss, sconcoa, sconcbc, sconcso4, sconcdust, sconcss, reffclwtop, cldncl, swtoaas_ant, swtoacs_ant, swtoacf_ant, swsrfas_ant, swsrfcs_ant, swsrfcf_ant, swtoaas_nat, swtoacs_nat, swtoacf_nat, swsrfas_nat, swsrfcs_nat, swsrfcf_nat, solswai, solswad, swtoacf_zero, swsrfcf_zero) 
     135ChunckJob2D = 100Y 
     136TimeSeriesVars3D = (upwd, lwcon, iwcon, lcc3dcon, lcc3dstra, temp, theta, ovap, ovapinit, geop, vitu, vitv, vitw, pres, rneb, rnebcon, rhum, mc, paprs, scdnc, ec550aer, concoa, concbc, concso4, concss, concdust, reffclws, reffclwc, tnt, dtdyn, dtphy, dtlschr, tntr, tntscpbl, tnhus, dqdyn, dqvdf, tnhusscpbl, dqphy, evu, mcd) 
    135137ChunckJob3D = 100Y 
    136138Seasonal=ON 
    137  
    138 [Post_1M_histmthCOSP] 
    139 Patches = () 
    140 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds, aire) 
    141 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 
    142 ChunckJob2D = OFF 
    143 TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 
    144 ChunckJob3D = OFF 
    145 Seasonal=OFF 
    146  
    147 [Post_1M_histmthNMC] 
    148 Patches = () 
    149 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    150 TimeSeriesVars2D = () 
    151 ChunckJob2D = NONE 
    152 TimeSeriesVars3D = (ta, tro3, zg, hus, hur, ua, va, wap) 
    153 ChunckJob3D = NONE 
    154 Seasonal=ON 
    155  
    156 [Post_1D_histday] 
    157 Patches= () 
    158 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    159 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, precip, pluc, plul, prw, psol, q2m, sens, sicf, slp, soll, sols, snow, SWdnSFC, t2m, t2m_max, t2m_min, topl, tops, tsol, u10m, v10m, wind10m, wind10max) 
    160 ChunckJob2D = 50Y 
    161 TimeSeriesVars3D = (lwcon, iwcon, mc, rhum, rneb, temp, theta, ovap, geop, vitu, vitv, vitw, pres, paprs) 
    162 ChunckJob3D = OFF 
    163 Seasonal=OFF 
    164  
    165 [Post_1D_histdayCOSP] 
    166 Patches = () 
    167 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds) 
    168 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 
    169 ChunckJob2D = OFF 
    170 TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 
    171 ChunckJob3D = OFF 
    172 Seasonal=OFF 
    173  
    174 [Post_1D_histdayNMC] 
    175 Patches = () 
    176 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    177 TimeSeriesVars2D = () 
    178 ChunckJob2D = NONE 
    179 TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap) 
    180 ChunckJob3D = 10Y 
    181 Seasonal=OFF 
    182  
    183 [Post_HF_histhf] 
    184 Patches= () 
    185 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    186 TimeSeriesVars2D = (cldt, psol, q2m, slp, precip, pluc, plul, t2m, tsol, u10m, v10m) 
    187 ChunckJob2D = 50Y 
    188 TimeSeriesVars3D = (temp, theta, ovap, vitu, vitv) 
    189 ChunckJob3D = OFF 
    190 Seasonal=OFF 
    191  
    192 [Post_HF_histhfCOSP] 
    193 Patches = () 
    194 GatherWithInternal = (lon, lat, height, sza, time_counter, time_centered, time_centered_bounds) 
    195 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso) 
    196 ChunckJob2D = OFF 
    197 TimeSeriesVars3D = (clcalipso, parasol_refl, cfad_lidarsr532_c01, cfad_lidarsr532_c02, cfad_lidarsr532_c03, cfad_lidarsr532_c04, cfad_lidarsr532_c05, cfad_lidarsr532_c06, cfad_lidarsr532_c07, cfad_lidarsr532_c08, cfad_lidarsr532_c09, cfad_lidarsr532_c10, cfad_lidarsr532_c11, cfad_lidarsr532_c12, cfad_lidarsr532_c13, cfad_lidarsr532_c14, cfad_lidarsr532_c15) 
    198 ChunckJob3D = OFF 
    199 Seasonal=OFF 
    200  
    201 [Post_HF_histhfNMC] 
    202 Patches = () 
    203 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    204 TimeSeriesVars2D = () 
    205 ChunckJob2D = NONE 
    206 TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap) 
    207 ChunckJob3D = 10Y 
    208 Seasonal=OFF 
    209  
    210 [Post_3H_histhf3hm] 
    211 Patches= () 
    212 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    213 TimeSeriesVars2D = (flat, precip, pluc, snow, topl, topl0, SWupTOA, SWupTOAclr, SWdnTOA, SWupSFC, SWupSFCclr, SWdnSFC, SWdnSFCclr, LWupSFC, LWupSFCclr, LWdnSFC, LWdnSFCclr, bils, bils_tke, bils_diss, bils_ec, bils_kinetic, bils_enthalp, bils_latent, sens, cldt, zmax_th) 
    214 ChunckJob2D = OFF 
    215 TimeSeriesVars3D = () 
    216 ChunckJob3D = OFF 
    217 Seasonal=OFF 
    218  
    219 [Post_3H_histhf3h] 
    220 Patches= () 
    221 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    222 TimeSeriesVars2D = (phis, tsol, t2m, q2m, ustar, u10m, v10m, psol) 
    223 ChunckJob2D = OFF 
    224 TimeSeriesVars3D = () 
    225 ChunckJob3D = OFF 
    226 Seasonal=OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/IPSLESM/AER/piControl_AER_TEST/COMP/lmdz.card

    r6550 r6631  
    44[UserChoices] 
    55# Physics package to use : 
    6 # LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 
    7 LMDZ_Physics=NPv6.1 
     6LMDZ_Physics=NPv6.2 
    87 
    9 # Set ConfType to choose parameters for aerosols, solar and green house gazes. 
     8# Activate the call to phytrac to run tracer simulation  
     9iflag_phytrac=1 
     10# desactivate aerosol_strato in lmdz 
     11flag_aerosol_strat=0 
     12 
     13# Use XIOS as output library 
     14XIOS=y 
     15 
     16# Set the variable CREATE needed further below to find the initial and boundary condition files. 
     17CREATE=ELC-${RESOL_ATM_3D} 
     18 
     19# ByPass_hgardfou_teta=y : modify teta_ parameters for following CumulPeriod only 
     20ByPass_hgardfou_teta=n 
     21 
     22# ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only 
     23ByPass_hgardfou_mats=n 
     24 
     25# Set ConfType to choose parameters for aerosols, solar and green house gazes.  
    1026# The parameter file PARAM/config.def_$ConfType will be used. 
    1127# ConfType=preind/actuel/annuel 
     
    2339ok_cdnc=y 
    2440 
    25 # ByPass_hgardfou_teta=y : modify teta_ parameters for following CumulPeriod only 
    26 ByPass_hgardfou_teta=n 
    2741 
    28 # ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only 
    29 ByPass_hgardfou_mats=n 
     42# Nugding : ok_guide=y/n 
     43# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
     44ok_guide=n 
    3045 
    3146# Specify which output file to activate and at which output_level 
     
    108123 
    109124[OutputFiles] 
    110 List=   (histmth.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,       Post_1M_histmth),       \ 
    111         (histmthCOSP.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,   NONE),                  \ 
    112         (histmthNMC.nc,    ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,    NONE),    \ 
    113         (histday.nc,       ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,       NONE),                  \ 
    114         (histdayCOSP.nc,   ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc,   NONE),                  \ 
    115         (histdayNMC.nc,    ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc,    NONE),                  \ 
    116         (histhf.nc,        ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,        NONE),                  \ 
    117         (histhfCOSP.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc,    NONE),                  \ 
    118         (histhfNMC.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,     NONE),                  \ 
    119         (histhf3h.nc,      ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,      NONE),                  \ 
    120         (histhf3hm.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,     NONE) 
     125List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,   Post_1M_histmth   )        
    121126 
    122127[Post_1M_histmth] 
    123128Patches= () 
    124129GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds, aire) 
    125 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFC, LWupSFCclr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWdnTOA, SWupTOA, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, ave_t2m_daily_max, ave_t2m_daily_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, topl0, topl, tops0, tops, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, v10m, pourc_ter, pourc_oce, pourc_sic, pourc_lic, wind10m, od550aer, od550lt1aer, od550_STRAT, sconcoa, sconcbc, sconcso4, R_ecc, R_peri, R_incl, solaire, rsun1, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt, colO3_strat, colO3_trop) 
    126 ChunckJob2D = NONE 
    127 TimeSeriesVars3D = (temp, theta, ovap, geop, vitu, vitv, vitw, pres, rneb, rhum, paprs, ec550aer, concoa, concbc, concso4, concss, concdust) 
     130TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, t2m_max, t2m_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, 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, wind10m, od550aer, od550lt1aer, absvisaer, loadoa, loadbc, loadso4, loaddust, loadss, sconcoa, sconcbc, sconcso4, sconcdust, sconcss, reffclwtop, cldncl, swtoaas_ant, swtoacs_ant, swtoacf_ant, swsrfas_ant, swsrfcs_ant, swsrfcf_ant, swtoaas_nat, swtoacs_nat, swtoacf_nat, swsrfas_nat, swsrfcs_nat, swsrfcf_nat, solswai, solswad, swtoacf_zero, swsrfcf_zero) 
     131ChunckJob2D = 100Y 
     132TimeSeriesVars3D = (upwd, lwcon, iwcon, lcc3dcon, lcc3dstra, temp, theta, ovap, ovapinit, geop, vitu, vitv, vitw, pres, rneb, rnebcon, rhum, mc, paprs, scdnc, ec550aer, concoa, concbc, concso4, concss, concdust, reffclws, reffclwc, tnt, dtdyn, dtphy, dtlschr, tntr, tntscpbl, tnhus, dqdyn, dqvdf, tnhusscpbl, dqphy, evu, mcd) 
    128133ChunckJob3D = 100Y 
    129134Seasonal=ON 
    130  
    131 [Post_1M_histmthCOSP] 
    132 Patches = () 
    133 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds, aire) 
    134 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 
    135 ChunckJob2D = OFF 
    136 TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 
    137 ChunckJob3D = OFF 
    138 Seasonal=OFF 
    139  
    140 [Post_1M_histmthNMC] 
    141 Patches = () 
    142 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    143 TimeSeriesVars2D = () 
    144 ChunckJob2D = NONE 
    145 TimeSeriesVars3D = (ta, tro3, zg, hus, hur, ua, va, wap) 
    146 ChunckJob3D = NONE 
    147 Seasonal=ON 
    148  
    149 [Post_1D_histday] 
    150 Patches= () 
    151 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    152 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, precip, pluc, plul, prw, psol, q2m, sens, sicf, slp, soll, sols, snow, SWdnSFC, t2m, t2m_max, t2m_min, topl, tops, tsol, u10m, v10m, wind10m, wind10max) 
    153 ChunckJob2D = 50Y 
    154 TimeSeriesVars3D = (lwcon, iwcon, mc, rhum, rneb, temp, theta, ovap, geop, vitu, vitv, vitw, pres, paprs) 
    155 ChunckJob3D = OFF 
    156 Seasonal=OFF 
    157  
    158 [Post_1D_histdayCOSP] 
    159 Patches = () 
    160 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds) 
    161 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 
    162 ChunckJob2D = OFF 
    163 TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 
    164 ChunckJob3D = OFF 
    165 Seasonal=OFF 
    166  
    167 [Post_1D_histdayNMC] 
    168 Patches = () 
    169 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    170 TimeSeriesVars2D = () 
    171 ChunckJob2D = NONE 
    172 TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap) 
    173 ChunckJob3D = 10Y 
    174 Seasonal=OFF 
    175  
    176 [Post_HF_histhf] 
    177 Patches= () 
    178 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    179 TimeSeriesVars2D = (cldt, psol, q2m, slp, precip, pluc, plul, t2m, tsol, u10m, v10m) 
    180 ChunckJob2D = 50Y 
    181 TimeSeriesVars3D = (temp, theta, ovap, vitu, vitv) 
    182 ChunckJob3D = OFF 
    183 Seasonal=OFF 
    184  
    185 [Post_HF_histhfCOSP] 
    186 Patches = () 
    187 GatherWithInternal = (lon, lat, height, sza, time_counter, time_centered, time_centered_bounds) 
    188 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso) 
    189 ChunckJob2D = OFF 
    190 TimeSeriesVars3D = (clcalipso, parasol_refl, cfad_lidarsr532_c01, cfad_lidarsr532_c02, cfad_lidarsr532_c03, cfad_lidarsr532_c04, cfad_lidarsr532_c05, cfad_lidarsr532_c06, cfad_lidarsr532_c07, cfad_lidarsr532_c08, cfad_lidarsr532_c09, cfad_lidarsr532_c10, cfad_lidarsr532_c11, cfad_lidarsr532_c12, cfad_lidarsr532_c13, cfad_lidarsr532_c14, cfad_lidarsr532_c15) 
    191 ChunckJob3D = OFF 
    192 Seasonal=OFF 
    193  
    194 [Post_HF_histhfNMC] 
    195 Patches = () 
    196 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    197 TimeSeriesVars2D = () 
    198 ChunckJob2D = NONE 
    199 TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap) 
    200 ChunckJob3D = 10Y 
    201 Seasonal=OFF 
    202  
    203 [Post_3H_histhf3hm] 
    204 Patches= () 
    205 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    206 TimeSeriesVars2D = (flat, precip, pluc, snow, topl, topl0, SWupTOA, SWupTOAclr, SWdnTOA, SWupSFC, SWupSFCclr, SWdnSFC, SWdnSFCclr, LWupSFC, LWupSFCclr, LWdnSFC, LWdnSFCclr, bils, bils_tke, bils_diss, bils_ec, bils_kinetic, bils_enthalp, bils_latent, sens, cldt, zmax_th) 
    207 ChunckJob2D = OFF 
    208 TimeSeriesVars3D = () 
    209 ChunckJob3D = OFF 
    210 Seasonal=OFF 
    211  
    212 [Post_3H_histhf3h] 
    213 Patches= () 
    214 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    215 TimeSeriesVars2D = (phis, tsol, t2m, q2m, ustar, u10m, v10m, psol) 
    216 ChunckJob2D = OFF 
    217 TimeSeriesVars3D = () 
    218 ChunckJob3D = OFF 
    219 Seasonal=OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/IPSLESM/GES/piControl_GES_CoupOceAtm_TEST/COMP/lmdz.card

    r6628 r6631  
    44[UserChoices] 
    55# Physics package to use : 
    6 # LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 
    7 LMDZ_Physics=NPv6.1 
     6LMDZ_Physics=NPv6.2 
    87 
    9 # Set ConfType to choose parameters for aerosols, solar and green house gazes. 
     8# Activate the call to phytrac to run tracer simulation  
     9iflag_phytrac=1 
     10# desactivate aerosol_strato in lmdz 
     11flag_aerosol_strat=0 
     12 
     13# Use XIOS as output library 
     14XIOS=y 
     15 
     16# Set the variable CREATE needed further below to find the initial and boundary condition files. 
     17CREATE=ELC-${RESOL_ATM_3D} 
     18 
     19# ByPass_hgardfou_teta=y : modify teta_ parameters for following CumulPeriod only 
     20ByPass_hgardfou_teta=n 
     21 
     22# ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only 
     23ByPass_hgardfou_mats=n 
     24 
     25# Set ConfType to choose parameters for aerosols, solar and green house gazes.  
    1026# The parameter file PARAM/config.def_$ConfType will be used. 
    1127# ConfType=preind/actuel/annuel 
     
    2743carbon_cycle_rad=n 
    2844 
    29  
    30 # ByPass_hgardfou_teta=y : modify teta_ parameters for following CumulPeriod only 
    31 ByPass_hgardfou_teta=n 
    32  
    33 # ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only 
    34 ByPass_hgardfou_mats=n 
     45# Nugding : ok_guide=y/n 
     46# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
     47ok_guide=n 
    3548 
    3649# Specify which output file to activate and at which output_level 
     
    113126 
    114127[OutputFiles] 
    115 List=   (histmth.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,       Post_1M_histmth),       \ 
    116         (histmthCOSP.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,   NONE),                  \ 
    117         (histmthNMC.nc,    ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,    NONE),    \ 
    118         (histday.nc,       ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,       NONE),                  \ 
    119         (histdayCOSP.nc,   ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc,   NONE),                  \ 
    120         (histdayNMC.nc,    ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc,    NONE),                  \ 
    121         (histhf.nc,        ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,        NONE),                  \ 
    122         (histhfCOSP.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc,    NONE),                  \ 
    123         (histhfNMC.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,     NONE),                  \ 
    124         (histhf3h.nc,      ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,      NONE),                  \ 
    125         (histhf3hm.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,     NONE) 
     128List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,   Post_1M_histmth   )        
    126129 
    127130[Post_1M_histmth] 
    128131Patches= () 
    129132GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds, aire) 
    130 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFC, LWupSFCclr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWdnTOA, SWupTOA, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, ave_t2m_daily_max, ave_t2m_daily_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, topl0, topl, tops0, tops, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, v10m, pourc_ter, pourc_oce, pourc_sic, pourc_lic, wind10m, od550aer, od550lt1aer, od550_STRAT, sconcoa, sconcbc, sconcso4, R_ecc, R_peri, R_incl, solaire, rsun1, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt, colO3_strat, colO3_trop) 
    131 ChunckJob2D = NONE 
    132 TimeSeriesVars3D = (temp, theta, ovap, geop, vitu, vitv, vitw, pres, rneb, rhum, paprs, ec550aer, concoa, concbc, concso4, concss, concdust) 
     133TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, t2m_max, t2m_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, 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, wind10m, od550aer, od550lt1aer, absvisaer, loadoa, loadbc, loadso4, loaddust, loadss, sconcoa, sconcbc, sconcso4, sconcdust, sconcss, reffclwtop, cldncl, swtoaas_ant, swtoacs_ant, swtoacf_ant, swsrfas_ant, swsrfcs_ant, swsrfcf_ant, swtoaas_nat, swtoacs_nat, swtoacf_nat, swsrfas_nat, swsrfcs_nat, swsrfcf_nat, solswai, solswad, swtoacf_zero, swsrfcf_zero) 
     134ChunckJob2D = 100Y 
     135TimeSeriesVars3D = (upwd, lwcon, iwcon, lcc3dcon, lcc3dstra, temp, theta, ovap, ovapinit, geop, vitu, vitv, vitw, pres, rneb, rnebcon, rhum, mc, paprs, scdnc, ec550aer, concoa, concbc, concso4, concss, concdust, reffclws, reffclwc, tnt, dtdyn, dtphy, dtlschr, tntr, tntscpbl, tnhus, dqdyn, dqvdf, tnhusscpbl, dqphy, evu, mcd) 
    133136ChunckJob3D = 100Y 
    134137Seasonal=ON 
    135  
    136 [Post_1M_histmthCOSP] 
    137 Patches = () 
    138 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds, aire) 
    139 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 
    140 ChunckJob2D = OFF 
    141 TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 
    142 ChunckJob3D = OFF 
    143 Seasonal=OFF 
    144  
    145 [Post_1M_histmthNMC] 
    146 Patches = () 
    147 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    148 TimeSeriesVars2D = () 
    149 ChunckJob2D = NONE 
    150 TimeSeriesVars3D = (ta, tro3, zg, hus, hur, ua, va, wap) 
    151 ChunckJob3D = NONE 
    152 Seasonal=ON 
    153  
    154 [Post_1D_histday] 
    155 Patches= () 
    156 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    157 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, precip, pluc, plul, prw, psol, q2m, sens, sicf, slp, soll, sols, snow, SWdnSFC, t2m, t2m_max, t2m_min, topl, tops, tsol, u10m, v10m, wind10m, wind10max) 
    158 ChunckJob2D = 50Y 
    159 TimeSeriesVars3D = (lwcon, iwcon, mc, rhum, rneb, temp, theta, ovap, geop, vitu, vitv, vitw, pres, paprs) 
    160 ChunckJob3D = OFF 
    161 Seasonal=OFF 
    162  
    163 [Post_1D_histdayCOSP] 
    164 Patches = () 
    165 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds) 
    166 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 
    167 ChunckJob2D = OFF 
    168 TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 
    169 ChunckJob3D = OFF 
    170 Seasonal=OFF 
    171  
    172 [Post_1D_histdayNMC] 
    173 Patches = () 
    174 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    175 TimeSeriesVars2D = () 
    176 ChunckJob2D = NONE 
    177 TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap) 
    178 ChunckJob3D = 10Y 
    179 Seasonal=OFF 
    180  
    181 [Post_HF_histhf] 
    182 Patches= () 
    183 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    184 TimeSeriesVars2D = (cldt, psol, q2m, slp, precip, pluc, plul, t2m, tsol, u10m, v10m) 
    185 ChunckJob2D = 50Y 
    186 TimeSeriesVars3D = (temp, theta, ovap, vitu, vitv) 
    187 ChunckJob3D = OFF 
    188 Seasonal=OFF 
    189  
    190 [Post_HF_histhfCOSP] 
    191 Patches = () 
    192 GatherWithInternal = (lon, lat, height, sza, time_counter, time_centered, time_centered_bounds) 
    193 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso) 
    194 ChunckJob2D = OFF 
    195 TimeSeriesVars3D = (clcalipso, parasol_refl, cfad_lidarsr532_c01, cfad_lidarsr532_c02, cfad_lidarsr532_c03, cfad_lidarsr532_c04, cfad_lidarsr532_c05, cfad_lidarsr532_c06, cfad_lidarsr532_c07, cfad_lidarsr532_c08, cfad_lidarsr532_c09, cfad_lidarsr532_c10, cfad_lidarsr532_c11, cfad_lidarsr532_c12, cfad_lidarsr532_c13, cfad_lidarsr532_c14, cfad_lidarsr532_c15) 
    196 ChunckJob3D = OFF 
    197 Seasonal=OFF 
    198  
    199 [Post_HF_histhfNMC] 
    200 Patches = () 
    201 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    202 TimeSeriesVars2D = () 
    203 ChunckJob2D = NONE 
    204 TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap) 
    205 ChunckJob3D = 10Y 
    206 Seasonal=OFF 
    207  
    208 [Post_3H_histhf3hm] 
    209 Patches= () 
    210 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    211 TimeSeriesVars2D = (flat, precip, pluc, snow, topl, topl0, SWupTOA, SWupTOAclr, SWdnTOA, SWupSFC, SWupSFCclr, SWdnSFC, SWdnSFCclr, LWupSFC, LWupSFCclr, LWdnSFC, LWdnSFCclr, bils, bils_tke, bils_diss, bils_ec, bils_kinetic, bils_enthalp, bils_latent, sens, cldt, zmax_th) 
    212 ChunckJob2D = OFF 
    213 TimeSeriesVars3D = () 
    214 ChunckJob3D = OFF 
    215 Seasonal=OFF 
    216  
    217 [Post_3H_histhf3h] 
    218 Patches= () 
    219 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    220 TimeSeriesVars2D = (phis, tsol, t2m, q2m, ustar, u10m, v10m, psol) 
    221 ChunckJob2D = OFF 
    222 TimeSeriesVars3D = () 
    223 ChunckJob3D = OFF 
    224 Seasonal=OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/IPSLESM/GES/piControl_GES_CoupOceAtm_TEST/config.card

    r6628 r6631  
    144144Restart= y 
    145145# Last day of the experience used as restart for this component if Restart=y 
    146 RestartDate=1849-12-31 
    147 #D- Define restart simulation name for this component 
    148 RestartJobName=CM61-pre-pi-01 
    149 #D- Path Server Group Login 
    150 RestartPath=${R_IN}/RESTART/IPSLCM6/PROD/piControl-spinup 
     146RestartDate=3849-12-31 
     147#D- Define restart simulation name for this component 
     148RestartJobName=CM61-LR-pi-03g 
     149#D- Path Server Group Login 
     150RestartPath=/ccc/store/cont003/gencmip6/lurtont/IGCM_OUT/IPSLCM6/PROD/piControl 
    151151 
    152152#======================================================================== 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/IPSLESM/GES/piControl_GES_TEST/COMP/lmdz.card

    r6556 r6631  
    44[UserChoices] 
    55# Physics package to use : 
    6 # LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 
    7 LMDZ_Physics=NPv6.1 
     6LMDZ_Physics=NPv6.2 
    87 
    9 # Set ConfType to choose parameters for aerosols, solar and green house gazes. 
     8# Activate the call to phytrac to run tracer simulation  
     9iflag_phytrac=1 
     10# desactivate aerosol_strato in lmdz 
     11flag_aerosol_strat=0 
     12 
     13# Use XIOS as output library 
     14XIOS=y 
     15 
     16# Set the variable CREATE needed further below to find the initial and boundary condition files. 
     17CREATE=ELC-${RESOL_ATM_3D} 
     18 
     19# ByPass_hgardfou_teta=y : modify teta_ parameters for following CumulPeriod only 
     20ByPass_hgardfou_teta=n 
     21 
     22# ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only 
     23ByPass_hgardfou_mats=n 
     24 
     25# Set ConfType to choose parameters for aerosols, solar and green house gazes.  
    1026# The parameter file PARAM/config.def_$ConfType will be used. 
    1127# ConfType=preind/actuel/annuel 
     
    2339ok_cdnc=n 
    2440 
    25 # ByPass_hgardfou_teta=y : modify teta_ parameters for following CumulPeriod only 
    26 ByPass_hgardfou_teta=n 
    2741 
    28 # ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only 
    29 ByPass_hgardfou_mats=n 
     42# Nugding : ok_guide=y/n 
     43# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
     44ok_guide=n 
    3045 
    3146# Specify which output file to activate and at which output_level 
     
    104119 
    105120[OutputText] 
    106 List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, config.def, vert.def, used_run.def, iodef.xml, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug_notroot.01, debug.root.01, lmdz.prt, out_lmdz.x.err, out_lmdz.x.out) 
     121List=   (physiq.def, gcm.def, run.def, tracer.def, guide.def, config.def, vert.def, used_run.def, iodef.xml, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug_notroot.01, debug.root.01, lmdz.prt, out_lmdz.x.err, out_lmdz.x.out) 
    107122 
    108123[OutputFiles] 
    109 List=   (histmth.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,       Post_1M_histmth),       \ 
    110         (histmthCOSP.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,   NONE),                  \ 
    111         (histmthNMC.nc,    ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,    NONE),    \ 
    112         (histday.nc,       ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,       NONE),                  \ 
    113         (histdayCOSP.nc,   ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc,   NONE),                  \ 
    114         (histdayNMC.nc,    ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc,    NONE),                  \ 
    115         (histhf.nc,        ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,        NONE),                  \ 
    116         (histhfCOSP.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc,    NONE),                  \ 
    117         (histhfNMC.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,     NONE),                  \ 
    118         (histhf3h.nc,      ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,      NONE),                  \ 
    119         (histhf3hm.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,     NONE) 
     124List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,   Post_1M_histmth   )        
    120125 
    121126[Post_1M_histmth] 
    122127Patches= () 
    123128GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds, aire) 
    124 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFC, LWupSFCclr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWdnTOA, SWupTOA, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, ave_t2m_daily_max, ave_t2m_daily_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, topl0, topl, tops0, tops, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, v10m, pourc_ter, pourc_oce, pourc_sic, pourc_lic, wind10m, od550aer, od550lt1aer, od550_STRAT, sconcoa, sconcbc, sconcso4, R_ecc, R_peri, R_incl, solaire, rsun1, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt, colO3_strat, colO3_trop) 
    125 ChunckJob2D = NONE 
    126 TimeSeriesVars3D = (temp, theta, ovap, geop, vitu, vitv, vitw, pres, rneb, rhum, paprs, ec550aer, concoa, concbc, concso4, concss, concdust) 
     129TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, t2m_max, t2m_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, 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, wind10m, od550aer, od550lt1aer, absvisaer, loadoa, loadbc, loadso4, loaddust, loadss, sconcoa, sconcbc, sconcso4, sconcdust, sconcss, reffclwtop, cldncl, swtoaas_ant, swtoacs_ant, swtoacf_ant, swsrfas_ant, swsrfcs_ant, swsrfcf_ant, swtoaas_nat, swtoacs_nat, swtoacf_nat, swsrfas_nat, swsrfcs_nat, swsrfcf_nat, solswai, solswad, swtoacf_zero, swsrfcf_zero) 
     130ChunckJob2D = 100Y 
     131TimeSeriesVars3D = (upwd, lwcon, iwcon, lcc3dcon, lcc3dstra, temp, theta, ovap, ovapinit, geop, vitu, vitv, vitw, pres, rneb, rnebcon, rhum, mc, paprs, scdnc, ec550aer, concoa, concbc, concso4, concss, concdust, reffclws, reffclwc, tnt, dtdyn, dtphy, dtlschr, tntr, tntscpbl, tnhus, dqdyn, dqvdf, tnhusscpbl, dqphy, evu, mcd) 
    127132ChunckJob3D = 100Y 
    128133Seasonal=ON 
    129  
    130 [Post_1M_histmthCOSP] 
    131 Patches = () 
    132 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds, aire) 
    133 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 
    134 ChunckJob2D = OFF 
    135 TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 
    136 ChunckJob3D = OFF 
    137 Seasonal=OFF 
    138  
    139 [Post_1M_histmthNMC] 
    140 Patches = () 
    141 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    142 TimeSeriesVars2D = () 
    143 ChunckJob2D = NONE 
    144 TimeSeriesVars3D = (ta, tro3, zg, hus, hur, ua, va, wap) 
    145 ChunckJob3D = NONE 
    146 Seasonal=ON 
    147  
    148 [Post_1D_histday] 
    149 Patches= () 
    150 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    151 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, precip, pluc, plul, prw, psol, q2m, sens, sicf, slp, soll, sols, snow, SWdnSFC, t2m, t2m_max, t2m_min, topl, tops, tsol, u10m, v10m, wind10m, wind10max) 
    152 ChunckJob2D = 50Y 
    153 TimeSeriesVars3D = (lwcon, iwcon, mc, rhum, rneb, temp, theta, ovap, geop, vitu, vitv, vitw, pres, paprs) 
    154 ChunckJob3D = OFF 
    155 Seasonal=OFF 
    156  
    157 [Post_1D_histdayCOSP] 
    158 Patches = () 
    159 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds) 
    160 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 
    161 ChunckJob2D = OFF 
    162 TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 
    163 ChunckJob3D = OFF 
    164 Seasonal=OFF 
    165  
    166 [Post_1D_histdayNMC] 
    167 Patches = () 
    168 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    169 TimeSeriesVars2D = () 
    170 ChunckJob2D = NONE 
    171 TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap) 
    172 ChunckJob3D = 10Y 
    173 Seasonal=OFF 
    174  
    175 [Post_HF_histhf] 
    176 Patches= () 
    177 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    178 TimeSeriesVars2D = (cldt, psol, q2m, slp, precip, pluc, plul, t2m, tsol, u10m, v10m) 
    179 ChunckJob2D = 50Y 
    180 TimeSeriesVars3D = (temp, theta, ovap, vitu, vitv) 
    181 ChunckJob3D = OFF 
    182 Seasonal=OFF 
    183  
    184 [Post_HF_histhfCOSP] 
    185 Patches = () 
    186 GatherWithInternal = (lon, lat, height, sza, time_counter, time_centered, time_centered_bounds) 
    187 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso) 
    188 ChunckJob2D = OFF 
    189 TimeSeriesVars3D = (clcalipso, parasol_refl, cfad_lidarsr532_c01, cfad_lidarsr532_c02, cfad_lidarsr532_c03, cfad_lidarsr532_c04, cfad_lidarsr532_c05, cfad_lidarsr532_c06, cfad_lidarsr532_c07, cfad_lidarsr532_c08, cfad_lidarsr532_c09, cfad_lidarsr532_c10, cfad_lidarsr532_c11, cfad_lidarsr532_c12, cfad_lidarsr532_c13, cfad_lidarsr532_c14, cfad_lidarsr532_c15) 
    190 ChunckJob3D = OFF 
    191 Seasonal=OFF 
    192  
    193 [Post_HF_histhfNMC] 
    194 Patches = () 
    195 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 
    196 TimeSeriesVars2D = () 
    197 ChunckJob2D = NONE 
    198 TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap) 
    199 ChunckJob3D = 10Y 
    200 Seasonal=OFF 
    201  
    202 [Post_3H_histhf3hm] 
    203 Patches= () 
    204 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    205 TimeSeriesVars2D = (flat, precip, pluc, snow, topl, topl0, SWupTOA, SWupTOAclr, SWdnTOA, SWupSFC, SWupSFCclr, SWdnSFC, SWdnSFCclr, LWupSFC, LWupSFCclr, LWdnSFC, LWdnSFCclr, bils, bils_tke, bils_diss, bils_ec, bils_kinetic, bils_enthalp, bils_latent, sens, cldt, zmax_th) 
    206 ChunckJob2D = OFF 
    207 TimeSeriesVars3D = () 
    208 ChunckJob3D = OFF 
    209 Seasonal=OFF 
    210  
    211 [Post_3H_histhf3h] 
    212 Patches= () 
    213 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    214 TimeSeriesVars2D = (phis, tsol, t2m, q2m, ustar, u10m, v10m, psol) 
    215 ChunckJob2D = OFF 
    216 TimeSeriesVars3D = () 
    217 ChunckJob3D = OFF 
    218 Seasonal=OFF 
Note: See TracChangeset for help on using the changeset viewer.