Changeset 3813 for CONFIG/UNIFORM


Ignore:
Timestamp:
05/14/18 12:51:17 (6 years ago)
Author:
cetlod
Message:

Modifying NEMO cards & xml files to change vertical axis name in output files

Location:
CONFIG/UNIFORM/v6/IPSLCM6
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/historical/COMP/opa9.card

    r3796 r3813  
    6868        (${config_UserChoices_JobName}_1y_grid_V.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_V.nc     , NONE          ),\ 
    6969        (${config_UserChoices_JobName}_1y_grid_W.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_W.nc     , NONE          ),\ 
    70         (${config_UserChoices_JobName}_1y_diaptr.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr.nc     , Post_1Y_diaptr),\ 
     70        (${config_UserChoices_JobName}_1y_diaptr_T.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_T.nc   , Post_1Y_diaptr_T),\ 
     71        (${config_UserChoices_JobName}_1y_diaptr_W.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_W.nc   , Post_1Y_diaptr_W),\ 
    7172        (${config_UserChoices_JobName}_1y_trdtra.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_trdtra.nc     , NONE          ),\ 
    7273        (${config_UserChoices_JobName}_1m_scalar.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_scalar.nc     , Post_1M_scalar),\ 
     
    7576        (${config_UserChoices_JobName}_1m_grid_V.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_V.nc     , Post_1M_grid_V),\ 
    7677        (${config_UserChoices_JobName}_1m_grid_W.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc     , Post_1M_grid_W),\ 
    77         (${config_UserChoices_JobName}_1m_diaptr.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr.nc     , Post_1M_diaptr),\ 
     78        (${config_UserChoices_JobName}_1m_diaptr_T.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_T.nc   , Post_1M_diaptr_T),\ 
     79        (${config_UserChoices_JobName}_1m_diaptr_W.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_W.nc   , Post_1M_diaptr_W),\ 
    7880        (${config_UserChoices_JobName}_1m_trdtra.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc     , Post_1M_trdtra),\ 
    7981        (${config_UserChoices_JobName}_5d_grid_T.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_T.nc     , NONE          ),\ 
     
    8688        (${config_UserChoices_JobName}_1d_grid_W.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_W.nc     , NONE          ),\ 
    8789        (${config_UserChoices_JobName}_1d_SBC.nc       , ${R_OUT_OCE_O_D}/${PREFIX}_1D_SBC.nc        , NONE          ),\ 
    88         (${config_UserChoices_JobName}_1d_diaptr.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr.nc     , NONE          ),\ 
     90        (${config_UserChoices_JobName}_1d_diaptr_T.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_T.nc   , NONE          ),\ 
     91        (${config_UserChoices_JobName}_1d_diaptr_W.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_W.nc   , NONE          ),\ 
    8992        (${config_UserChoices_JobName}_1d_scalar.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_scalar.nc     , NONE          ),\ 
    9093        (mesh_mask.nc     , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc                       , NONE),\ 
     
    108111[Post_1M_grid_T] 
    109112Patches = () 
    110 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     113GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    111114TimeSeriesVars2D = (zos, zossq, tos, sos, tossq, omlmax, mldkz5, mldr10_1, nshfls, rsntds, rsds, friver, hc300, wfo) 
    112115ChunckJob2D = NONE 
     
    117120[Post_1M_grid_U] 
    118121Patches = () 
    119 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     122GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    120123TimeSeriesVars2D = (tauuo, sozohetr, sozosatr) 
    121124ChunckJob2D = NONE 
     
    126129[Post_1M_grid_V] 
    127130Patches = () 
    128 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     131GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    129132TimeSeriesVars2D = (tauvo, somehetr, somesatr) 
    130133ChunckJob2D = NONE 
     
    135138[Post_1M_grid_W] 
    136139Patches = () 
    137 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
     140GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    138141TimeSeriesVars2D = ( ) 
    139142ChunckJob2D = NONE 
     
    142145Seasonal=ON 
    143146 
    144 [Post_1M_diaptr] 
    145 Patches = () 
    146 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 
    147 TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc, zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
    148 ChunckJob2D = NONE 
    149 TimeSeriesVars3D = () 
    150 ChunckJob3D = NONE 
    151 Seasonal=ON 
    152  
     147[Post_1M_diaptr_T] 
     148Patches = () 
     149GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     150TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     151ChunckJob2D = NONE 
     152TimeSeriesVars3D = () 
     153ChunckJob3D = NONE 
     154Seasonal=ON 
     155 
     156[Post_1M_diaptr_W] 
     157Patches = () 
     158GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     159TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
     160ChunckJob2D = NONE 
     161TimeSeriesVars3D = () 
     162ChunckJob3D = NONE 
     163Seasonal=ON 
    153164 
    154165[Post_1M_trdtra] 
    155166Patches = () 
    156 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     167GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    157168TimeSeriesVars2D = NONE 
    158169ChunckJob2D = NONE 
     
    165176[Post_1D_grid_T] 
    166177Patches = () 
    167 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     178GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    168179TimeSeriesVars2D = (tos, tosstd, sos, zos, zosstd, sstdcy, mldr10_1, mldr10_1dcy, mldkz5) 
    169180ChunckJob2D = OFF 
     
    174185[Post_1D_grid_U] 
    175186Patches = () 
    176 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     187GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    177188TimeSeriesVars2D = () 
    178189ChunckJob2D = 100Y 
     
    183194[Post_1D_grid_V] 
    184195Patches = () 
    185 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     196GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    186197TimeSeriesVars2D = () 
    187198ChunckJob2D = 200Y 
     
    203214[Post_1Y_grid_T] 
    204215Patches = () 
    205 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     216GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    206217TimeSeriesVars2D = ( ) 
    207218ChunckJob2D = NONE 
     
    212223[Post_1Y_grid_U] 
    213224Patches = () 
    214 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     225GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    215226TimeSeriesVars2D = (hfx, hfxba, hfxdiff, sozotaux) 
    216227ChunckJob2D = NONE 
     
    221232[Post_1Y_grid_V] 
    222233Patches = () 
    223 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     234GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    224235TimeSeriesVars2D = ( ) 
    225236ChunckJob2D = NONE 
     
    228239Seasonal=OFF 
    229240 
    230 [Post_1Y_grid_W] 
    231 Patches = () 
    232 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
    233 TimeSeriesVars2D = ( ) 
    234 ChunckJob2D = NONE 
    235 TimeSeriesVars3D = ( ) 
    236 ChunckJob3D = 50Y 
    237 Seasonal=OFF 
    238  
    239 [Post_1Y_diaptr] 
    240 Patches = () 
    241 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 
    242 TimeSeriesVars2D = (zomsfglo, zomsfatl, zotemglo, zotematl, zotempac, zosalglo, zosalatl, zosalpac, zosrfglo, zosrfatl, zosrfpac) 
    243 ChunckJob2D = NONE 
    244 TimeSeriesVars3D = () 
    245 ChunckJob3D = NONE 
    246 Seasonal=OFF 
     241[Post_1Y_diaptr_T] 
     242Patches = () 
     243GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     244TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     245ChunckJob2D = NONE 
     246TimeSeriesVars3D = () 
     247ChunckJob3D = NONE 
     248Seasonal=OFF 
     249 
     250[Post_1Y_diaptr_W] 
     251Patches = () 
     252GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     253TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
     254ChunckJob2D = NONE 
     255TimeSeriesVars3D = () 
     256ChunckJob3D = NONE 
     257Seasonal=OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/historical/COMP/pisces.card

    r3810 r3813  
    8282[Post_1M_ptrc_T] 
    8383Patches = () 
    84 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     84GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    8585TimeSeriesVars2D = () 
    8686ChunckJob2D = 50Y 
     
    9191[Post_1M_diad_T] 
    9292Patches = () 
    93 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     93GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    9494TimeSeriesVars2D = (Cflx, Dpco2, EPC100, INTPP) 
    9595ChunckJob2D = 50Y 
     
    100100[Post_1Y_ptrc_T] 
    101101Patches = () 
    102 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     102GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    103103TimeSeriesVars2D = () 
    104104ChunckJob2D = OFF 
     
    109109[Post_1Y_diad_T] 
    110110Patches = () 
    111 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     111GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    112112TimeSeriesVars2D = (Cflx, Dpco2, EPC100, Heup,  Nfix) 
    113113ChunckJob2D = 50Y 
     
    118118[Post_1Y_inerttrc] 
    119119Patches = () 
    120 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     120GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    121121TimeSeriesVars2D = () 
    122122ChunckJob2D = OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/historical_CMIP6/COMP/opa9.card

    r3801 r3813  
    6868        (${config_UserChoices_JobName}_1y_grid_V.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_V.nc     , NONE          ),\ 
    6969        (${config_UserChoices_JobName}_1y_grid_W.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_W.nc     , NONE          ),\ 
    70         (${config_UserChoices_JobName}_1y_diaptr.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr.nc     , NONE          ),\ 
     70        (${config_UserChoices_JobName}_1y_diaptr_T.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_T.nc   , NONE          ),\ 
     71        (${config_UserChoices_JobName}_1y_diaptr_W.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_W.nc   , NONE          ),\ 
    7172        (${config_UserChoices_JobName}_1y_trdtra.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_trdtra.nc     , NONE          ),\ 
    7273        (${config_UserChoices_JobName}_1m_scalar.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_scalar.nc     , Post_1M_scalar),\ 
     
    7576        (${config_UserChoices_JobName}_1m_grid_V.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_V.nc     , Post_1M_grid_V),\ 
    7677        (${config_UserChoices_JobName}_1m_grid_W.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc     , Post_1M_grid_W),\ 
    77         (${config_UserChoices_JobName}_1m_diaptr.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr.nc     , Post_1M_diaptr),\ 
    78         (${config_UserChoices_JobName}_1m_trdtra.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc     , NONE          ),\ 
     78        (${config_UserChoices_JobName}_1m_diaptr_T.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_T.nc   , Post_1M_diaptr_T),\ 
     79        (${config_UserChoices_JobName}_1m_diaptr_W.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_W.nc   , Post_1M_diaptr_W),\ 
     80        (${config_UserChoices_JobName}_1m_trdtra.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc     , Post_1M_trdtra),\ 
    7981        (${config_UserChoices_JobName}_5d_grid_T.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_T.nc     , NONE          ),\ 
    8082        (${config_UserChoices_JobName}_5d_grid_U.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_U.nc     , NONE          ),\ 
     
    8688        (${config_UserChoices_JobName}_1d_grid_W.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_W.nc     , NONE          ),\ 
    8789        (${config_UserChoices_JobName}_1d_SBC.nc       , ${R_OUT_OCE_O_D}/${PREFIX}_1D_SBC.nc        , NONE          ),\ 
    88         (${config_UserChoices_JobName}_1d_diaptr.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr.nc     , NONE          ),\ 
     90        (${config_UserChoices_JobName}_1d_diaptr_T.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_T.nc   , NONE          ),\ 
     91        (${config_UserChoices_JobName}_1d_diaptr_W.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_W.nc   , NONE          ),\ 
    8992        (${config_UserChoices_JobName}_1d_scalar.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_scalar.nc     , NONE          ),\ 
    9093        (mesh_mask.nc     , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc                       , NONE),\ 
     
    9497        (output.init.nc   , ${R_OUT_OCE_O_I}/${config_UserChoices_JobName}_${PeriodDateBegin}_output.init.nc, NONE) 
    9598 
    96  
    9799# Monthly analysis 
    98100 
     
    108110[Post_1M_grid_T] 
    109111Patches = () 
    110 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
    111 TimeSeriesVars2D = (zos, tos, sos, mldr10_1, nshfls, rsntds, friver, hc300, wfo) 
    112 ChunckJob2D = NONE 
    113 TimeSeriesVars3D = (thetao, so) 
     112GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     113TimeSeriesVars2D = (zos, zossq, tos, sos, tossq, omlmax, mldkz5, mldr10_1, nshfls, rsntds, rsds, friver, hc300, wfo) 
     114ChunckJob2D = NONE 
     115TimeSeriesVars3D = (e3t, thetao, so) 
    114116ChunckJob3D = 100Y 
    115117Seasonal=ON 
     
    117119[Post_1M_grid_U] 
    118120Patches = () 
    119 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     121GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    120122TimeSeriesVars2D = (tauuo, sozohetr, sozosatr) 
    121 ChunckJob2D = OFF 
     123ChunckJob2D = NONE 
    122124TimeSeriesVars3D = (e3u, uo) 
    123 ChunckJob3D = OFF 
     125ChunckJob3D = 100Y 
    124126Seasonal=ON 
    125127 
    126128[Post_1M_grid_V] 
    127129Patches = () 
    128 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     130GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    129131TimeSeriesVars2D = (tauvo, somehetr, somesatr) 
    130 ChunckJob2D = OFF 
     132ChunckJob2D = NONE 
    131133TimeSeriesVars3D = (e3v, vo) 
    132 ChunckJob3D = OFF 
     134ChunckJob3D = 100Y 
    133135Seasonal=ON 
    134136 
    135137[Post_1M_grid_W] 
    136138Patches = () 
    137 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
     139GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    138140TimeSeriesVars2D = ( ) 
    139 ChunckJob2D = OFF 
     141ChunckJob2D = NONE 
    140142TimeSeriesVars3D = ( ) 
    141 ChunckJob3D = OFF 
    142 Seasonal=ON 
    143  
    144 [Post_1M_diaptr] 
    145 Patches = () 
    146 GatherWithInternal = (nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
     143ChunckJob3D = 100Y 
     144Seasonal=ON 
     145 
     146[Post_1M_diaptr_T] 
     147Patches = () 
     148GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     149TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     150ChunckJob2D = NONE 
     151TimeSeriesVars3D = () 
     152ChunckJob3D = NONE 
     153Seasonal=ON 
     154 
     155[Post_1M_diaptr_W] 
     156Patches = () 
     157GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    147158TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
    148159ChunckJob2D = NONE 
     
    151162Seasonal=ON 
    152163 
    153  
    154164[Post_1M_trdtra] 
    155165Patches = () 
    156 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     166GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    157167TimeSeriesVars2D = NONE 
    158168ChunckJob2D = NONE 
     
    165175[Post_1D_grid_T] 
    166176Patches = () 
    167 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     177GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    168178TimeSeriesVars2D = (tos, tosstd, sos, zos, zosstd, sstdcy, mldr10_1, mldr10_1dcy, mldkz5) 
    169179ChunckJob2D = OFF 
     
    174184[Post_1D_grid_U] 
    175185Patches = () 
    176 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     186GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    177187TimeSeriesVars2D = () 
    178188ChunckJob2D = 100Y 
     
    183193[Post_1D_grid_V] 
    184194Patches = () 
    185 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     195GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    186196TimeSeriesVars2D = () 
    187197ChunckJob2D = 200Y 
     
    203213[Post_1Y_grid_T] 
    204214Patches = () 
    205 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     215GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    206216TimeSeriesVars2D = ( ) 
    207217ChunckJob2D = NONE 
     
    212222[Post_1Y_grid_U] 
    213223Patches = () 
    214 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     224GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    215225TimeSeriesVars2D = (hfx, hfxba, hfxdiff, sozotaux) 
    216226ChunckJob2D = NONE 
     
    221231[Post_1Y_grid_V] 
    222232Patches = () 
    223 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     233GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    224234TimeSeriesVars2D = ( ) 
    225235ChunckJob2D = NONE 
     
    228238Seasonal=OFF 
    229239 
    230 [Post_1Y_grid_W] 
    231 Patches = () 
    232 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
    233 TimeSeriesVars2D = ( ) 
    234 ChunckJob2D = NONE 
    235 TimeSeriesVars3D = ( ) 
    236 ChunckJob3D = 50Y 
    237 Seasonal=OFF 
    238  
    239 [Post_1Y_diaptr] 
    240 Patches = () 
    241 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 
    242 TimeSeriesVars2D = (zomsfglo, zomsfatl, zotemglo, zotematl, zotempac, zosalglo, zosalatl, zosalpac, zosrfglo, zosrfatl, zosrfpac) 
    243 ChunckJob2D = NONE 
    244 TimeSeriesVars3D = () 
    245 ChunckJob3D = NONE 
    246 Seasonal=OFF 
     240[Post_1Y_diaptr_T] 
     241Patches = () 
     242GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     243TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     244ChunckJob2D = NONE 
     245TimeSeriesVars3D = () 
     246ChunckJob3D = NONE 
     247Seasonal=OFF 
     248 
     249[Post_1Y_diaptr_W] 
     250Patches = () 
     251GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     252TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
     253ChunckJob2D = NONE 
     254TimeSeriesVars3D = () 
     255ChunckJob3D = NONE 
     256Seasonal=OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/historical_CMIP6/COMP/pisces.card

    r3810 r3813  
    8181[Post_1M_ptrc_T] 
    8282Patches = () 
    83 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     83GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    8484TimeSeriesVars2D = () 
    8585ChunckJob2D = OFF 
     
    9090[Post_1M_diad_T] 
    9191Patches = () 
    92 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     92GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    9393TimeSeriesVars2D = (Cflx, Dpco2, EPC100, INTPP) 
    9494ChunckJob2D = OFF 
     
    9999[Post_1Y_ptrc_T] 
    100100Patches = () 
    101 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     101GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    102102TimeSeriesVars2D = () 
    103103ChunckJob2D = OFF 
     
    108108[Post_1Y_diad_T] 
    109109Patches = () 
    110 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     110GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    111111TimeSeriesVars2D = (Cflx, Dpco2, EPC100, Heup,  Nfix) 
    112112ChunckJob2D = 50Y 
     
    117117[Post_1Y_inerttrc] 
    118118Patches = () 
    119 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     119GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    120120TimeSeriesVars2D = () 
    121121ChunckJob2D = OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/pdControl/COMP/opa9.card

    r3748 r3813  
    6161List=   (ocean.output, solver.stat, namelist, output.namelist.*, context_nemo.xml, field_def_nemo.xml, domain_def_nemo.xml, out_opa.xx.out, out_opa.xx.err, debug_notroot.02, debug.root.02) 
    6262 
     63 
     64 
    6365[OutputFiles] 
    6466List=   (${config_UserChoices_JobName}_1y_scalar.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_scalar.nc     , NONE          ),\ 
     
    6769        (${config_UserChoices_JobName}_1y_grid_V.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_V.nc     , NONE          ),\ 
    6870        (${config_UserChoices_JobName}_1y_grid_W.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_W.nc     , NONE          ),\ 
    69         (${config_UserChoices_JobName}_1y_diaptr.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr.nc     , Post_1Y_diaptr),\ 
    70         (${config_UserChoices_JobName}_1y_trdtra.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_trdtra.nc     , NONE)         ),\ 
     71        (${config_UserChoices_JobName}_1y_diaptr_T.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_T.nc   , Post_1Y_diaptr_T),\ 
     72        (${config_UserChoices_JobName}_1y_diaptr_W.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_W.nc   , Post_1Y_diaptr_W),\ 
     73        (${config_UserChoices_JobName}_1y_trdtra.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_trdtra.nc     , NONE          ),\ 
    7174        (${config_UserChoices_JobName}_1m_scalar.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_scalar.nc     , Post_1M_scalar),\ 
    7275        (${config_UserChoices_JobName}_1m_grid_T.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_T.nc     , Post_1M_grid_T),\ 
     
    7477        (${config_UserChoices_JobName}_1m_grid_V.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_V.nc     , Post_1M_grid_V),\ 
    7578        (${config_UserChoices_JobName}_1m_grid_W.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc     , Post_1M_grid_W),\ 
    76         (${config_UserChoices_JobName}_1m_diaptr.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr.nc     , Post_1M_diaptr),\ 
     79        (${config_UserChoices_JobName}_1m_diaptr_T.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_T.nc   , Post_1M_diaptr_T),\ 
     80        (${config_UserChoices_JobName}_1m_diaptr_W.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_W.nc   , Post_1M_diaptr_W),\ 
    7781        (${config_UserChoices_JobName}_1m_trdtra.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc     , Post_1M_trdtra),\ 
    7882        (${config_UserChoices_JobName}_5d_grid_T.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_T.nc     , NONE          ),\ 
     
    8084        (${config_UserChoices_JobName}_5d_grid_V.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_V.nc     , NONE          ),\ 
    8185        (${config_UserChoices_JobName}_5d_grid_W.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_W.nc     , NONE          ),\ 
    82         (${config_UserChoices_JobName}_5d_trdtra.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_trdtra.nc     , NONE)         ),\ 
     86        (${config_UserChoices_JobName}_5d_trdtra.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_trdtra.nc     , NONE          ),\ 
    8387        (${config_UserChoices_JobName}_1d_grid_T.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_T.nc     , Post_1D_grid_T),\ 
    8488        (${config_UserChoices_JobName}_1d_grid_U.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_U.nc     , Post_1D_grid_U),\ 
    8589        (${config_UserChoices_JobName}_1d_grid_W.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_W.nc     , NONE          ),\ 
    8690        (${config_UserChoices_JobName}_1d_SBC.nc       , ${R_OUT_OCE_O_D}/${PREFIX}_1D_SBC.nc        , NONE          ),\ 
    87         (${config_UserChoices_JobName}_1d_diaptr.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr.nc     , NONE          ),\ 
     91        (${config_UserChoices_JobName}_1d_diaptr_T.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_T.nc   , NONE          ),\ 
     92        (${config_UserChoices_JobName}_1d_diaptr_W.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_W.nc   , NONE          ),\ 
    8893        (${config_UserChoices_JobName}_1d_scalar.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_scalar.nc     , NONE          ),\ 
    8994        (mesh_mask.nc     , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc                       , NONE),\ 
     
    9196        (damping.coeff.nc , ${R_OUT_OCE_O_D}/${PREFIX}_damping.coeff.nc                                     , NONE),\ 
    9297        (output.abort.nc  , ${R_OUT_OCE_D}/${PREFIX}_output.abort.nc                                        , NONE),\ 
    93         (output.init.nc   , ${R_OUT_OCE_O_I}/${config_UserChoices_JobName}_${PeriodDateBegin}_output.init.nc, NONE) 
    9498 
    9599 
     
    107111[Post_1M_grid_T] 
    108112Patches = () 
    109 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     113GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    110114TimeSeriesVars2D = (zos, zossq, tos, sos, tossq, omlmax, mldkz5, mldr10_1, nshfls, rsntds, rsds, friver, hc300, wfo) 
    111115ChunckJob2D = NONE 
     
    116120[Post_1M_grid_U] 
    117121Patches = () 
    118 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     122GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    119123TimeSeriesVars2D = (tauuo, sozohetr, sozosatr) 
    120124ChunckJob2D = NONE 
     
    125129[Post_1M_grid_V] 
    126130Patches = () 
    127 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     131GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    128132TimeSeriesVars2D = (tauvo, somehetr, somesatr) 
    129133ChunckJob2D = NONE 
     
    134138[Post_1M_grid_W] 
    135139Patches = () 
    136 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
     140GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    137141TimeSeriesVars2D = ( ) 
    138142ChunckJob2D = NONE 
     
    141145Seasonal=ON 
    142146 
    143 [Post_1M_diaptr] 
    144 Patches = () 
    145 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 
    146 TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc, zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
    147 ChunckJob2D = NONE 
    148 TimeSeriesVars3D = () 
    149 ChunckJob3D = NONE 
    150 Seasonal=ON 
    151  
     147[Post_1M_diaptr_T] 
     148Patches = () 
     149GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     150TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     151ChunckJob2D = NONE 
     152TimeSeriesVars3D = () 
     153ChunckJob3D = NONE 
     154Seasonal=ON 
     155 
     156[Post_1M_diaptr_W] 
     157Patches = () 
     158GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     159TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
     160ChunckJob2D = NONE 
     161TimeSeriesVars3D = () 
     162ChunckJob3D = NONE 
     163Seasonal=ON 
    152164 
    153165[Post_1M_trdtra] 
    154166Patches = () 
    155 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     167GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    156168TimeSeriesVars2D = NONE 
    157169ChunckJob2D = NONE 
     
    160172Seasonal=ON 
    161173 
    162  
    163174# Daily analysis 
    164175 
    165176[Post_1D_grid_T] 
    166177Patches = () 
    167 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     178GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    168179TimeSeriesVars2D = (tos, tosstd, sos, zos, zosstd, sstdcy, mldr10_1, mldr10_1dcy, mldkz5) 
    169180ChunckJob2D = OFF 
     
    174185[Post_1D_grid_U] 
    175186Patches = () 
    176 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     187GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    177188TimeSeriesVars2D = () 
    178189ChunckJob2D = 100Y 
     
    183194[Post_1D_grid_V] 
    184195Patches = () 
    185 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     196GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    186197TimeSeriesVars2D = () 
    187198ChunckJob2D = 200Y 
     
    203214[Post_1Y_grid_T] 
    204215Patches = () 
    205 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     216GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    206217TimeSeriesVars2D = ( ) 
    207218ChunckJob2D = NONE 
     
    212223[Post_1Y_grid_U] 
    213224Patches = () 
    214 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     225GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    215226TimeSeriesVars2D = (hfx, hfxba, hfxdiff, sozotaux) 
    216227ChunckJob2D = NONE 
     
    221232[Post_1Y_grid_V] 
    222233Patches = () 
    223 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     234GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    224235TimeSeriesVars2D = ( ) 
    225236ChunckJob2D = NONE 
     
    228239Seasonal=OFF 
    229240 
    230 [Post_1Y_grid_W] 
    231 Patches = () 
    232 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
    233 TimeSeriesVars2D = ( ) 
    234 ChunckJob2D = NONE 
    235 TimeSeriesVars3D = ( ) 
    236 ChunckJob3D = 50Y 
    237 Seasonal=OFF 
    238  
    239 [Post_1Y_diaptr] 
    240 Patches = () 
    241 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 
    242 TimeSeriesVars2D = (zomsfglo, zomsfatl, zotemglo, zotematl, zotempac, zosalglo, zosalatl, zosalpac, zosrfglo, zosrfatl, zosrfpac) 
    243 ChunckJob2D = NONE 
    244 TimeSeriesVars3D = () 
    245 ChunckJob3D = NONE 
    246 Seasonal=OFF 
     241[Post_1Y_diaptr_T] 
     242Patches = () 
     243GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     244TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     245ChunckJob2D = NONE 
     246TimeSeriesVars3D = () 
     247ChunckJob3D = NONE 
     248Seasonal=OFF 
     249 
     250[Post_1Y_diaptr_W] 
     251Patches = () 
     252GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     253TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
     254ChunckJob2D = NONE 
     255TimeSeriesVars3D = () 
     256ChunckJob3D = NONE 
     257Seasonal=OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/pdControl/COMP/pisces.card

    r3762 r3813  
    8383[Post_1M_ptrc_T] 
    8484Patches = () 
    85 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     85GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    8686TimeSeriesVars2D = () 
    8787ChunckJob2D = 50Y 
     
    9292[Post_1M_diad_T] 
    9393Patches = () 
    94 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     94GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    9595TimeSeriesVars2D = (Cflx, Dpco2, EPC100, INTPP) 
    9696ChunckJob2D = 50Y 
     
    101101[Post_1Y_ptrc_T] 
    102102Patches = () 
    103 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     103GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    104104TimeSeriesVars2D = () 
    105105ChunckJob2D = OFF 
     
    110110[Post_1Y_diad_T] 
    111111Patches = () 
    112 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     112GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    113113TimeSeriesVars2D = (Cflx, Dpco2, EPC100, Heup,  Nfix) 
    114114ChunckJob2D = 50Y 
     
    119119[Post_1Y_inerttrc] 
    120120Patches = () 
    121 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     121GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    122122TimeSeriesVars2D = () 
    123123ChunckJob2D = OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl-spinup_CMIP6/COMP/opa9.card

    r3801 r3813  
    6262List=   (ocean.output, solver.stat, namelist, output.namelist.*, context_nemo.xml, axis_def_nemo.xml, grids_def_nemo.xml, field_def_nemo.xml, domain_def_nemo.xml, out_opa.xx.out, out_opa.xx.err, debug_notroot.02, debug.root.02) 
    6363 
     64 
     65 
    6466[OutputFiles] 
    6567List=   (${config_UserChoices_JobName}_1y_scalar.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_scalar.nc     , NONE          ),\ 
     
    6870        (${config_UserChoices_JobName}_1y_grid_V.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_V.nc     , NONE          ),\ 
    6971        (${config_UserChoices_JobName}_1y_grid_W.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_W.nc     , NONE          ),\ 
    70         (${config_UserChoices_JobName}_1y_diaptr.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr.nc     , NONE          ),\ 
     72        (${config_UserChoices_JobName}_1y_diaptr_T.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_T.nc   , NONE          ),\ 
     73        (${config_UserChoices_JobName}_1y_diaptr_W.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_W.nc   , NONE          ),\ 
    7174        (${config_UserChoices_JobName}_1y_trdtra.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_trdtra.nc     , NONE          ),\ 
    7275        (${config_UserChoices_JobName}_1m_scalar.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_scalar.nc     , Post_1M_scalar),\ 
     
    7578        (${config_UserChoices_JobName}_1m_grid_V.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_V.nc     , Post_1M_grid_V),\ 
    7679        (${config_UserChoices_JobName}_1m_grid_W.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc     , Post_1M_grid_W),\ 
    77         (${config_UserChoices_JobName}_1m_diaptr.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr.nc     , Post_1M_diaptr),\ 
    78         (${config_UserChoices_JobName}_1m_trdtra.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc     , NONE          ),\ 
     80        (${config_UserChoices_JobName}_1m_diaptr_T.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_T.nc   , Post_1M_diaptr_T),\ 
     81        (${config_UserChoices_JobName}_1m_diaptr_W.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_W.nc   , Post_1M_diaptr_W),\ 
     82        (${config_UserChoices_JobName}_1m_trdtra.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc     , Post_1M_trdtra),\ 
    7983        (${config_UserChoices_JobName}_5d_grid_T.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_T.nc     , NONE          ),\ 
    8084        (${config_UserChoices_JobName}_5d_grid_U.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_U.nc     , NONE          ),\ 
     
    8690        (${config_UserChoices_JobName}_1d_grid_W.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_W.nc     , NONE          ),\ 
    8791        (${config_UserChoices_JobName}_1d_SBC.nc       , ${R_OUT_OCE_O_D}/${PREFIX}_1D_SBC.nc        , NONE          ),\ 
    88         (${config_UserChoices_JobName}_1d_diaptr.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr.nc     , NONE          ),\ 
     92        (${config_UserChoices_JobName}_1d_diaptr_T.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_T.nc   , NONE          ),\ 
     93        (${config_UserChoices_JobName}_1d_diaptr_W.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_W.nc   , NONE          ),\ 
    8994        (${config_UserChoices_JobName}_1d_scalar.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_scalar.nc     , NONE          ),\ 
    9095        (mesh_mask.nc     , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc                       , NONE),\ 
     
    9499        (output.init.nc   , ${R_OUT_OCE_O_I}/${config_UserChoices_JobName}_${PeriodDateBegin}_output.init.nc, NONE) 
    95100 
     101 
    96102# Monthly analysis 
    97103 
     
    107113[Post_1M_grid_T] 
    108114Patches = () 
    109 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
    110 TimeSeriesVars2D = (zos, tos, sos, mldr10_1, nshfls, rsntds, friver, hc300, wfo) 
    111 ChunckJob2D = NONE 
    112 TimeSeriesVars3D = (thetao, so) 
     115GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     116TimeSeriesVars2D = (zos, zossq, tos, sos, tossq, omlmax, mldkz5, mldr10_1, nshfls, rsntds, rsds, friver, hc300, wfo) 
     117ChunckJob2D = NONE 
     118TimeSeriesVars3D = (e3t, thetao, so) 
    113119ChunckJob3D = 100Y 
    114120Seasonal=ON 
     
    116122[Post_1M_grid_U] 
    117123Patches = () 
    118 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     124GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    119125TimeSeriesVars2D = (tauuo, sozohetr, sozosatr) 
    120 ChunckJob2D = OFF 
     126ChunckJob2D = NONE 
    121127TimeSeriesVars3D = (e3u, uo) 
    122 ChunckJob3D = OFF 
     128ChunckJob3D = 100Y 
    123129Seasonal=ON 
    124130 
    125131[Post_1M_grid_V] 
    126132Patches = () 
    127 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     133GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    128134TimeSeriesVars2D = (tauvo, somehetr, somesatr) 
    129 ChunckJob2D = OFF 
     135ChunckJob2D = NONE 
    130136TimeSeriesVars3D = (e3v, vo) 
    131 ChunckJob3D = OFF 
     137ChunckJob3D = 100Y 
    132138Seasonal=ON 
    133139 
    134140[Post_1M_grid_W] 
    135141Patches = () 
    136 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
     142GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    137143TimeSeriesVars2D = ( ) 
    138 ChunckJob2D = OFF 
     144ChunckJob2D = NONE 
    139145TimeSeriesVars3D = ( ) 
    140 ChunckJob3D = OFF 
    141 Seasonal=ON 
    142  
    143 [Post_1M_diaptr] 
    144 Patches = () 
    145 GatherWithInternal = (nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
     146ChunckJob3D = 100Y 
     147Seasonal=ON 
     148 
     149[Post_1M_diaptr_T] 
     150Patches = () 
     151GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     152TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     153ChunckJob2D = NONE 
     154TimeSeriesVars3D = () 
     155ChunckJob3D = NONE 
     156Seasonal=ON 
     157 
     158[Post_1M_diaptr_W] 
     159Patches = () 
     160GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    146161TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
    147162ChunckJob2D = NONE 
     
    152167[Post_1M_trdtra] 
    153168Patches = () 
    154 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     169GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    155170TimeSeriesVars2D = NONE 
    156171ChunckJob2D = NONE 
     
    159174Seasonal=ON 
    160175 
    161  
    162176# Daily analysis 
    163177 
    164178[Post_1D_grid_T] 
    165179Patches = () 
    166 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     180GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    167181TimeSeriesVars2D = (tos, tosstd, sos, zos, zosstd, sstdcy, mldr10_1, mldr10_1dcy, mldkz5) 
    168182ChunckJob2D = OFF 
     
    173187[Post_1D_grid_U] 
    174188Patches = () 
    175 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     189GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    176190TimeSeriesVars2D = () 
    177191ChunckJob2D = 100Y 
     
    182196[Post_1D_grid_V] 
    183197Patches = () 
    184 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     198GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    185199TimeSeriesVars2D = () 
    186200ChunckJob2D = 200Y 
     
    202216[Post_1Y_grid_T] 
    203217Patches = () 
    204 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     218GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    205219TimeSeriesVars2D = ( ) 
    206220ChunckJob2D = NONE 
     
    211225[Post_1Y_grid_U] 
    212226Patches = () 
    213 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     227GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    214228TimeSeriesVars2D = (hfx, hfxba, hfxdiff, sozotaux) 
    215229ChunckJob2D = NONE 
     
    220234[Post_1Y_grid_V] 
    221235Patches = () 
    222 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     236GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    223237TimeSeriesVars2D = ( ) 
    224238ChunckJob2D = NONE 
     
    227241Seasonal=OFF 
    228242 
    229 [Post_1Y_grid_W] 
    230 Patches = () 
    231 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
    232 TimeSeriesVars2D = ( ) 
    233 ChunckJob2D = NONE 
    234 TimeSeriesVars3D = ( ) 
    235 ChunckJob3D = 50Y 
    236 Seasonal=OFF 
    237  
    238 [Post_1Y_diaptr] 
    239 Patches = () 
    240 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 
    241 TimeSeriesVars2D = (zomsfglo, zomsfatl, zotemglo, zotematl, zotempac, zosalglo, zosalatl, zosalpac, zosrfglo, zosrfatl, zosrfpac) 
    242 ChunckJob2D = NONE 
    243 TimeSeriesVars3D = () 
    244 ChunckJob3D = NONE 
    245 Seasonal=OFF 
     243[Post_1Y_diaptr_T] 
     244Patches = () 
     245GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     246TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     247ChunckJob2D = NONE 
     248TimeSeriesVars3D = () 
     249ChunckJob3D = NONE 
     250Seasonal=OFF 
     251 
     252[Post_1Y_diaptr_W] 
     253Patches = () 
     254GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     255TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
     256ChunckJob2D = NONE 
     257TimeSeriesVars3D = () 
     258ChunckJob3D = NONE 
     259Seasonal=OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl-spinup_CMIP6/COMP/pisces.card

    r3801 r3813  
    8080[Post_1M_ptrc_T] 
    8181Patches = () 
    82 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     82GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    8383TimeSeriesVars2D = () 
    8484ChunckJob2D = OFF 
     
    8989[Post_1M_diad_T] 
    9090Patches = () 
    91 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     91GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    9292TimeSeriesVars2D = (Cflx, Dpco2, EPC100, INTPP) 
    9393ChunckJob2D = OFF 
     
    9898[Post_1Y_ptrc_T] 
    9999Patches = () 
    100 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     100GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    101101TimeSeriesVars2D = () 
    102102ChunckJob2D = OFF 
     
    107107[Post_1Y_diad_T] 
    108108Patches = () 
    109 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     109GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    110110TimeSeriesVars2D = (Cflx, Dpco2, EPC100, Heup,  Nfix) 
    111111ChunckJob2D = 50Y 
     
    116116[Post_1Y_inerttrc] 
    117117Patches = () 
    118 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     118GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    119119TimeSeriesVars2D = () 
    120120ChunckJob2D = OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/opa9.card

    r3748 r3813  
    6262List=   (ocean.output, solver.stat, namelist, output.namelist.*, context_nemo.xml, axis_def_nemo.xml, grids_def_nemo.xml, field_def_nemo.xml, domain_def_nemo.xml, out_opa.xx.out, out_opa.xx.err, debug_notroot.02, debug.root.02) 
    6363 
     64 
    6465[OutputFiles] 
    6566List=   (${config_UserChoices_JobName}_1y_scalar.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_scalar.nc     , NONE          ),\ 
     
    6869        (${config_UserChoices_JobName}_1y_grid_V.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_V.nc     , NONE          ),\ 
    6970        (${config_UserChoices_JobName}_1y_grid_W.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_W.nc     , NONE          ),\ 
    70         (${config_UserChoices_JobName}_1y_diaptr.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr.nc     , Post_1Y_diaptr),\ 
    71         (${config_UserChoices_JobName}_1y_trdtra.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_trdtra.nc     , NONE)         ),\ 
     71        (${config_UserChoices_JobName}_1y_diaptr_T.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_T.nc   , Post_1Y_diaptr_T),\ 
     72        (${config_UserChoices_JobName}_1y_diaptr_W.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_W.nc   , Post_1Y_diaptr_W),\ 
     73        (${config_UserChoices_JobName}_1y_trdtra.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_trdtra.nc     , NONE          ),\ 
    7274        (${config_UserChoices_JobName}_1m_scalar.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_scalar.nc     , Post_1M_scalar),\ 
    7375        (${config_UserChoices_JobName}_1m_grid_T.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_T.nc     , Post_1M_grid_T),\ 
     
    7577        (${config_UserChoices_JobName}_1m_grid_V.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_V.nc     , Post_1M_grid_V),\ 
    7678        (${config_UserChoices_JobName}_1m_grid_W.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc     , Post_1M_grid_W),\ 
    77         (${config_UserChoices_JobName}_1m_diaptr.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr.nc     , Post_1M_diaptr),\ 
     79        (${config_UserChoices_JobName}_1m_diaptr_T.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_T.nc   , Post_1M_diaptr_T),\ 
     80        (${config_UserChoices_JobName}_1m_diaptr_W.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_W.nc   , Post_1M_diaptr_W),\ 
    7881        (${config_UserChoices_JobName}_1m_trdtra.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc     , Post_1M_trdtra),\ 
    7982        (${config_UserChoices_JobName}_5d_grid_T.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_T.nc     , NONE          ),\ 
     
    8184        (${config_UserChoices_JobName}_5d_grid_V.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_V.nc     , NONE          ),\ 
    8285        (${config_UserChoices_JobName}_5d_grid_W.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_W.nc     , NONE          ),\ 
    83         (${config_UserChoices_JobName}_5d_trdtra.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_trdtra.nc     , NONE)         ),\ 
     86        (${config_UserChoices_JobName}_5d_trdtra.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_trdtra.nc     , NONE          ),\ 
    8487        (${config_UserChoices_JobName}_1d_grid_T.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_T.nc     , Post_1D_grid_T),\ 
    8588        (${config_UserChoices_JobName}_1d_grid_U.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_U.nc     , Post_1D_grid_U),\ 
    8689        (${config_UserChoices_JobName}_1d_grid_W.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_W.nc     , NONE          ),\ 
    8790        (${config_UserChoices_JobName}_1d_SBC.nc       , ${R_OUT_OCE_O_D}/${PREFIX}_1D_SBC.nc        , NONE          ),\ 
    88         (${config_UserChoices_JobName}_1d_diaptr.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr.nc     , NONE          ),\ 
     91        (${config_UserChoices_JobName}_1d_diaptr_T.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_T.nc   , NONE          ),\ 
     92        (${config_UserChoices_JobName}_1d_diaptr_W.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_W.nc   , NONE          ),\ 
    8993        (${config_UserChoices_JobName}_1d_scalar.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_scalar.nc     , NONE          ),\ 
    9094        (mesh_mask.nc     , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc                       , NONE),\ 
     
    9296        (damping.coeff.nc , ${R_OUT_OCE_O_D}/${PREFIX}_damping.coeff.nc                                     , NONE),\ 
    9397        (output.abort.nc  , ${R_OUT_OCE_D}/${PREFIX}_output.abort.nc                                        , NONE),\ 
    94         (output.init.nc   , ${R_OUT_OCE_O_I}/${config_UserChoices_JobName}_${PeriodDateBegin}_output.init.nc, NONE) 
     98 
    9599 
    96100# Monthly analysis 
     
    107111[Post_1M_grid_T] 
    108112Patches = () 
    109 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     113GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    110114TimeSeriesVars2D = (zos, zossq, tos, sos, tossq, omlmax, mldkz5, mldr10_1, nshfls, rsntds, rsds, friver, hc300, wfo) 
    111115ChunckJob2D = NONE 
     
    116120[Post_1M_grid_U] 
    117121Patches = () 
    118 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     122GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    119123TimeSeriesVars2D = (tauuo, sozohetr, sozosatr) 
    120124ChunckJob2D = NONE 
     
    125129[Post_1M_grid_V] 
    126130Patches = () 
    127 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     131GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    128132TimeSeriesVars2D = (tauvo, somehetr, somesatr) 
    129133ChunckJob2D = NONE 
     
    134138[Post_1M_grid_W] 
    135139Patches = () 
    136 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
     140GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    137141TimeSeriesVars2D = ( ) 
    138142ChunckJob2D = NONE 
     
    141145Seasonal=ON 
    142146 
    143 [Post_1M_diaptr] 
    144 Patches = () 
    145 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 
    146 TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc, zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     147[Post_1M_diaptr_T] 
     148Patches = () 
     149GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     150TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     151ChunckJob2D = NONE 
     152TimeSeriesVars3D = () 
     153ChunckJob3D = NONE 
     154Seasonal=ON 
     155 
     156[Post_1M_diaptr_W] 
     157Patches = () 
     158GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     159TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
    147160ChunckJob2D = NONE 
    148161TimeSeriesVars3D = () 
     
    152165[Post_1M_trdtra] 
    153166Patches = () 
    154 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     167GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    155168TimeSeriesVars2D = NONE 
    156169ChunckJob2D = NONE 
     
    159172Seasonal=ON 
    160173 
    161  
    162174# Daily analysis 
    163175 
    164176[Post_1D_grid_T] 
    165177Patches = () 
    166 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     178GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    167179TimeSeriesVars2D = (tos, tosstd, sos, zos, zosstd, sstdcy, mldr10_1, mldr10_1dcy, mldkz5) 
    168180ChunckJob2D = OFF 
     
    173185[Post_1D_grid_U] 
    174186Patches = () 
    175 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     187GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    176188TimeSeriesVars2D = () 
    177189ChunckJob2D = 100Y 
     
    182194[Post_1D_grid_V] 
    183195Patches = () 
    184 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     196GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    185197TimeSeriesVars2D = () 
    186198ChunckJob2D = 200Y 
     
    202214[Post_1Y_grid_T] 
    203215Patches = () 
    204 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     216GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    205217TimeSeriesVars2D = ( ) 
    206218ChunckJob2D = NONE 
     
    211223[Post_1Y_grid_U] 
    212224Patches = () 
    213 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     225GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    214226TimeSeriesVars2D = (hfx, hfxba, hfxdiff, sozotaux) 
    215227ChunckJob2D = NONE 
     
    220232[Post_1Y_grid_V] 
    221233Patches = () 
    222 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     234GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    223235TimeSeriesVars2D = ( ) 
    224236ChunckJob2D = NONE 
     
    227239Seasonal=OFF 
    228240 
    229 [Post_1Y_grid_W] 
    230 Patches = () 
    231 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
    232 TimeSeriesVars2D = ( ) 
    233 ChunckJob2D = NONE 
    234 TimeSeriesVars3D = ( ) 
    235 ChunckJob3D = 50Y 
    236 Seasonal=OFF 
    237  
    238 [Post_1Y_diaptr] 
    239 Patches = () 
    240 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 
    241 TimeSeriesVars2D = (zomsfglo, zomsfatl, zotemglo, zotematl, zotempac, zosalglo, zosalatl, zosalpac, zosrfglo, zosrfatl, zosrfpac) 
    242 ChunckJob2D = NONE 
    243 TimeSeriesVars3D = () 
    244 ChunckJob3D = NONE 
    245 Seasonal=OFF 
     241[Post_1Y_diaptr_T] 
     242Patches = () 
     243GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     244TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     245ChunckJob2D = NONE 
     246TimeSeriesVars3D = () 
     247ChunckJob3D = NONE 
     248Seasonal=OFF 
     249 
     250[Post_1Y_diaptr_W] 
     251Patches = () 
     252GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     253TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
     254ChunckJob2D = NONE 
     255TimeSeriesVars3D = () 
     256ChunckJob3D = NONE 
     257Seasonal=OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/pisces.card

    r3762 r3813  
    8383[Post_1M_ptrc_T] 
    8484Patches = () 
    85 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     85GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    8686TimeSeriesVars2D = () 
    8787ChunckJob2D = 50Y 
     
    9292[Post_1M_diad_T] 
    9393Patches = () 
    94 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     94GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    9595TimeSeriesVars2D = (Cflx, Dpco2, EPC100, INTPP) 
    9696ChunckJob2D = 50Y 
     
    101101[Post_1Y_ptrc_T] 
    102102Patches = () 
    103 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     103GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    104104TimeSeriesVars2D = () 
    105105ChunckJob2D = OFF 
     
    110110[Post_1Y_diad_T] 
    111111Patches = () 
    112 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     112GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    113113TimeSeriesVars2D = (Cflx, Dpco2, EPC100, Heup,  Nfix) 
    114114ChunckJob2D = 50Y 
     
    119119[Post_1Y_inerttrc] 
    120120Patches = () 
    121 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     121GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    122122TimeSeriesVars2D = () 
    123123ChunckJob2D = OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl_CMIP6/COMP/opa9.card

    r3801 r3813  
    6262List=   (ocean.output, solver.stat, namelist, output.namelist.*, context_nemo.xml, axis_def_nemo.xml, grids_def_nemo.xml, field_def_nemo.xml, domain_def_nemo.xml, out_opa.xx.out, out_opa.xx.err, debug_notroot.02, debug.root.02) 
    6363 
     64 
    6465[OutputFiles] 
    6566List=   (${config_UserChoices_JobName}_1y_scalar.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_scalar.nc     , NONE          ),\ 
     
    6869        (${config_UserChoices_JobName}_1y_grid_V.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_V.nc     , NONE          ),\ 
    6970        (${config_UserChoices_JobName}_1y_grid_W.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_W.nc     , NONE          ),\ 
    70         (${config_UserChoices_JobName}_1y_diaptr.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr.nc     , NONE          ),\ 
     71        (${config_UserChoices_JobName}_1y_diaptr_T.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_T.nc   , NONE          ),\ 
     72        (${config_UserChoices_JobName}_1y_diaptr_W.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_W.nc   , NONE          ),\ 
    7173        (${config_UserChoices_JobName}_1y_trdtra.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_trdtra.nc     , NONE          ),\ 
    7274        (${config_UserChoices_JobName}_1m_scalar.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_scalar.nc     , Post_1M_scalar),\ 
     
    7577        (${config_UserChoices_JobName}_1m_grid_V.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_V.nc     , Post_1M_grid_V),\ 
    7678        (${config_UserChoices_JobName}_1m_grid_W.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc     , Post_1M_grid_W),\ 
    77         (${config_UserChoices_JobName}_1m_diaptr.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr.nc     , Post_1M_diaptr),\ 
    78         (${config_UserChoices_JobName}_1m_trdtra.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc     , NONE          ),\ 
     79        (${config_UserChoices_JobName}_1m_diaptr_T.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_T.nc   , Post_1M_diaptr_T),\ 
     80        (${config_UserChoices_JobName}_1m_diaptr_W.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_W.nc   , Post_1M_diaptr_W),\ 
     81        (${config_UserChoices_JobName}_1m_trdtra.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc     , Post_1M_trdtra),\ 
    7982        (${config_UserChoices_JobName}_5d_grid_T.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_T.nc     , NONE          ),\ 
    8083        (${config_UserChoices_JobName}_5d_grid_U.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_U.nc     , NONE          ),\ 
     
    8689        (${config_UserChoices_JobName}_1d_grid_W.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_W.nc     , NONE          ),\ 
    8790        (${config_UserChoices_JobName}_1d_SBC.nc       , ${R_OUT_OCE_O_D}/${PREFIX}_1D_SBC.nc        , NONE          ),\ 
    88         (${config_UserChoices_JobName}_1d_diaptr.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr.nc     , NONE          ),\ 
     91        (${config_UserChoices_JobName}_1d_diaptr_T.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_T.nc   , NONE          ),\ 
     92        (${config_UserChoices_JobName}_1d_diaptr_W.nc  , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr_W.nc   , NONE          ),\ 
    8993        (${config_UserChoices_JobName}_1d_scalar.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_scalar.nc     , NONE          ),\ 
    9094        (mesh_mask.nc     , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc                       , NONE),\ 
     
    9498        (output.init.nc   , ${R_OUT_OCE_O_I}/${config_UserChoices_JobName}_${PeriodDateBegin}_output.init.nc, NONE) 
    9599 
     100 
    96101# Monthly analysis 
    97102 
     
    107112[Post_1M_grid_T] 
    108113Patches = () 
    109 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
    110 TimeSeriesVars2D = (zos, tos, sos, mldr10_1, nshfls, rsntds, friver, hc300, wfo) 
    111 ChunckJob2D = NONE 
    112 TimeSeriesVars3D = (thetao, so) 
     114GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     115TimeSeriesVars2D = (zos, zossq, tos, sos, tossq, omlmax, mldkz5, mldr10_1, nshfls, rsntds, rsds, friver, hc300, wfo) 
     116ChunckJob2D = NONE 
     117TimeSeriesVars3D = (e3t, thetao, so) 
    113118ChunckJob3D = 100Y 
    114119Seasonal=ON 
     
    116121[Post_1M_grid_U] 
    117122Patches = () 
    118 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     123GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    119124TimeSeriesVars2D = (tauuo, sozohetr, sozosatr) 
    120 ChunckJob2D = OFF 
     125ChunckJob2D = NONE 
    121126TimeSeriesVars3D = (e3u, uo) 
    122 ChunckJob3D = OFF 
     127ChunckJob3D = 100Y 
    123128Seasonal=ON 
    124129 
    125130[Post_1M_grid_V] 
    126131Patches = () 
    127 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     132GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    128133TimeSeriesVars2D = (tauvo, somehetr, somesatr) 
    129 ChunckJob2D = OFF 
     134ChunckJob2D = NONE 
    130135TimeSeriesVars3D = (e3v, vo) 
    131 ChunckJob3D = OFF 
     136ChunckJob3D = 100Y 
    132137Seasonal=ON 
    133138 
    134139[Post_1M_grid_W] 
    135140Patches = () 
    136 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
     141GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    137142TimeSeriesVars2D = ( ) 
    138 ChunckJob2D = OFF 
     143ChunckJob2D = NONE 
    139144TimeSeriesVars3D = ( ) 
    140 ChunckJob3D = OFF 
    141 Seasonal=ON 
    142  
    143 [Post_1M_diaptr] 
    144 Patches = () 
    145 GatherWithInternal = (nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
     145ChunckJob3D = 100Y 
     146Seasonal=ON 
     147 
     148[Post_1M_diaptr_T] 
     149Patches = () 
     150GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     151TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     152ChunckJob2D = NONE 
     153TimeSeriesVars3D = () 
     154ChunckJob3D = NONE 
     155Seasonal=ON 
     156 
     157[Post_1M_diaptr_W] 
     158Patches = () 
     159GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    146160TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
    147161ChunckJob2D = NONE 
     
    152166[Post_1M_trdtra] 
    153167Patches = () 
    154 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     168GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    155169TimeSeriesVars2D = NONE 
    156170ChunckJob2D = NONE 
     
    159173Seasonal=ON 
    160174 
    161  
    162175# Daily analysis 
    163176 
    164177[Post_1D_grid_T] 
    165178Patches = () 
    166 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     179GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    167180TimeSeriesVars2D = (tos, tosstd, sos, zos, zosstd, sstdcy, mldr10_1, mldr10_1dcy, mldkz5) 
    168181ChunckJob2D = OFF 
     
    173186[Post_1D_grid_U] 
    174187Patches = () 
    175 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     188GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    176189TimeSeriesVars2D = () 
    177190ChunckJob2D = 100Y 
     
    182195[Post_1D_grid_V] 
    183196Patches = () 
    184 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     197GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    185198TimeSeriesVars2D = () 
    186199ChunckJob2D = 200Y 
     
    202215[Post_1Y_grid_T] 
    203216Patches = () 
    204 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     217GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    205218TimeSeriesVars2D = ( ) 
    206219ChunckJob2D = NONE 
     
    211224[Post_1Y_grid_U] 
    212225Patches = () 
    213 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 
     226GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    214227TimeSeriesVars2D = (hfx, hfxba, hfxdiff, sozotaux) 
    215228ChunckJob2D = NONE 
     
    220233[Post_1Y_grid_V] 
    221234Patches = () 
    222 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 
     235GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    223236TimeSeriesVars2D = ( ) 
    224237ChunckJob2D = NONE 
     
    227240Seasonal=OFF 
    228241 
    229 [Post_1Y_grid_W] 
    230 Patches = () 
    231 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 
    232 TimeSeriesVars2D = ( ) 
    233 ChunckJob2D = NONE 
    234 TimeSeriesVars3D = ( ) 
    235 ChunckJob3D = 50Y 
    236 Seasonal=OFF 
    237  
    238 [Post_1Y_diaptr] 
    239 Patches = () 
    240 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 
    241 TimeSeriesVars2D = (zomsfglo, zomsfatl, zotemglo, zotematl, zotempac, zosalglo, zosalatl, zosalpac, zosrfglo, zosrfatl, zosrfpac) 
    242 ChunckJob2D = NONE 
    243 TimeSeriesVars3D = () 
    244 ChunckJob3D = NONE 
    245 Seasonal=OFF 
     242[Post_1Y_diaptr_T] 
     243Patches = () 
     244GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     245TimeSeriesVars2D = (zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 
     246ChunckJob2D = NONE 
     247TimeSeriesVars3D = () 
     248ChunckJob3D = NONE 
     249Seasonal=OFF 
     250 
     251[Post_1Y_diaptr_W] 
     252Patches = () 
     253GatherWithInternal = (nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
     254TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc) 
     255ChunckJob2D = NONE 
     256TimeSeriesVars3D = () 
     257ChunckJob3D = NONE 
     258Seasonal=OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl_CMIP6/COMP/pisces.card

    r3801 r3813  
    8080[Post_1M_ptrc_T] 
    8181Patches = () 
    82 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     82GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    8383TimeSeriesVars2D = () 
    8484ChunckJob2D = OFF 
     
    8989[Post_1M_diad_T] 
    9090Patches = () 
    91 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     91GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    9292TimeSeriesVars2D = (Cflx, Dpco2, EPC100, INTPP) 
    9393ChunckJob2D = OFF 
     
    9898[Post_1Y_ptrc_T] 
    9999Patches = () 
    100 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     100GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    101101TimeSeriesVars2D = () 
    102102ChunckJob2D = OFF 
     
    107107[Post_1Y_diad_T] 
    108108Patches = () 
    109 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     109GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    110110TimeSeriesVars2D = (Cflx, Dpco2, EPC100, Heup,  Nfix) 
    111111ChunckJob2D = 50Y 
     
    116116[Post_1Y_inerttrc] 
    117117Patches = () 
    118 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
     118GatherWithInternal = (nav_lon, nav_lat, olevel, time_counter, time_centered, time_centered_bounds) 
    119119TimeSeriesVars2D = () 
    120120ChunckJob2D = OFF 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/file_def_nemo-opa.xml

    r3746 r3813  
    396396        </file> 
    397397 
    398         <file id="file9" name_suffix="_diaptr" description="diaptr variables"  > 
    399           <field field_ref="zomsfglo"          name="zomsfglo"  grid_ref="grid_ptr_W_3D" level="1" /> 
    400           <field field_ref="zomsfatl"          name="zomsfatl"  grid_ref="grid_ptr_W_3D" level="1" /> 
    401           <field field_ref="zomsfpac"          name="zomsfpac"  grid_ref="grid_ptr_W_3D" level="1" /> 
    402           <field field_ref="zomsfind"          name="zomsfind"  grid_ref="grid_ptr_W_3D" level="1" /> 
    403           <field field_ref="zomsfipc"          name="zomsfipc"  grid_ref="grid_ptr_W_3D" level="1" /> 
     398        <file id="file9" name_suffix="_diaptr_T" description="diaptr variables"  > 
    404399          <field field_ref="zotemglo"          name="zotemglo"  grid_ref="grid_ptr_T_3D" level="2" /> 
    405400          <field field_ref="zotematl"          name="zotematl"  grid_ref="grid_ptr_T_3D" level="2" /> 
     
    422417          <field field_ref="sopstldf"          name="sopstldf"  grid_ref="grid_ptr_T_2D" level="2" /> 
    423418        </file> 
     419 
     420        <file id="file33" name_suffix="_diaptr_W" description="diaptr variables"  > 
     421          <field field_ref="zomsfglo"          name="zomsfglo"  grid_ref="grid_ptr_W_3D" level="1" /> 
     422          <field field_ref="zomsfatl"          name="zomsfatl"  grid_ref="grid_ptr_W_3D" level="1" /> 
     423          <field field_ref="zomsfpac"          name="zomsfpac"  grid_ref="grid_ptr_W_3D" level="1" /> 
     424          <field field_ref="zomsfind"          name="zomsfind"  grid_ref="grid_ptr_W_3D" level="1" /> 
     425          <field field_ref="zomsfipc"          name="zomsfipc"  grid_ref="grid_ptr_W_3D" level="1" /> 
     426        </file> 
     427 
    424428 
    425429 
     
    537541        </file> 
    538542         
    539         <file id="file14" name_suffix="_diaptr" description="diaptr variables" > 
     543        <file id="file14" name_suffix="_diaptr_T" description="diaptr variables" > 
    540544          <field field_ref="zotemglo" grid_ref="grid_ptr_T_3D" level="2"   /> 
    541545          <field field_ref="zosalglo" grid_ref="grid_ptr_T_3D" level="2"   /> 
    542546          <field field_ref="zosrfglo" grid_ref="grid_ptr_T_3D" level="2"   /> 
    543           <field field_ref="zomsfglo" grid_ref="grid_ptr_W_3D" level="2"   /> 
    544547          <field field_ref="zotematl" grid_ref="grid_ptr_T_3D" level="2"   /> 
    545548          <field field_ref="zosalatl" grid_ref="grid_ptr_T_3D" level="2"   /> 
    546549          <field field_ref="zosrfatl" grid_ref="grid_ptr_T_3D" level="2"   /> 
    547           <field field_ref="zomsfatl" grid_ref="grid_ptr_W_3D" level="2"   /> 
    548550          <field field_ref="zotempac" grid_ref="grid_ptr_T_3D" level="2"    /> 
    549551          <field field_ref="zosalpac" grid_ref="grid_ptr_T_3D" level="2"   /> 
    550552          <field field_ref="zosrfpac" grid_ref="grid_ptr_T_3D" level="2"   /> 
    551            
    552553        </file>    
     554 
     555        <file id="file34" name_suffix="_diaptr_W" description="diaptr variables" > 
     556          <field field_ref="zomsfglo" grid_ref="grid_ptr_W_3D" level="2"   /> 
     557          <field field_ref="zomsfatl" grid_ref="grid_ptr_W_3D" level="2"   /> 
     558        </file>    
     559 
    553560 
    554561        <file id="file32" name_suffix="_trdtra" description="ocean trends variables" > 
Note: See TracChangeset for help on using the changeset viewer.