Ignore:
Timestamp:
06/07/16 15:21:24 (8 years ago)
Author:
aclsce
Message:

Set up of IPSLCM6.0.4 (see details http://forge.ipsl.jussieu.fr/igcmg/ticket/94)

  • XIOS2 integration :
    • ORCHIDEE compilation (- xios2).
    • NEMO : use of xml separated files (opa, lim3, pisces)
  • Modified cleaning for IOIPSL in AA_make
  • COSP : compilation with cosp by default, use of LMDZ_COSP_OK lmdz.card parameter.
  • POST/monitoring* : some cleaning
  • ORCHIDEE new parameters (see ticket)
  • Updated both pdControl and piControl experiments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/pdControl/COMP/pisces.card

    r2854 r2876  
    3535        (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_pisces_ref, namelist_pisces_ref) ,\ 
    3636        (${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE}_cfg        , namelist_pisces_cfg) 
     37        (${SUBMIT_DIR}/PARAM/file_def_nemo-pisces.xml                  , file_def_nemo-pisces.xml   ), \ 
     38        (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-pisces.xml                  , field_def_nemo-pisces.xml   ) 
     39         
    3740 
    3841[RestartFiles] 
     
    4548List=   (${config_UserChoices_JobName}_1y_ptrc_T.nc        , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_ptrc_T.nc    , Post_1Y_ptrc_T   ) , \ 
    4649        (${config_UserChoices_JobName}_1y_diad_T.nc        , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_diad_T.nc    , Post_1Y_diad_T   ) , \ 
    47         (${config_UserChoices_JobName}_1m_bioscalar.nc_T.nc, ${R_OUT_MBG_O_M}/${PREFIX}_1M_bioscalar.nc , Post_1D_bioscalar) , \ 
     50        (${config_UserChoices_JobName}_1m_bioscalar.nc     , ${R_OUT_MBG_O_M}/${PREFIX}_1M_bioscalar.nc , Post_1M_bioscalar) , \ 
    4851        (${config_UserChoices_JobName}_1m_ptrc_T.nc        , ${R_OUT_MBG_O_M}/${PREFIX}_1M_ptrc_T.nc    , Post_1M_ptrc_T   ) , \ 
    4952        (${config_UserChoices_JobName}_1m_diad_T.nc        , ${R_OUT_MBG_O_M}/${PREFIX}_1M_diad_T.nc    , Post_1M_diad_T   ) , \ 
    50         (${config_UserChoices_JobName}_1d_bioscalar.nc_T.nc, ${R_OUT_MBG_O_M}/${PREFIX}_1D_bioscalar.nc , Post_1D_bioscalar) 
     53        (${config_UserChoices_JobName}_1d_bioscalar.nc     , ${R_OUT_MBG_O_M}/${PREFIX}_1D_bioscalar.nc , Post_1D_bioscalar) 
    5154 
    5255 
     
    5457[Post_1D_bioscalar] 
    5558Patches = () 
    56 GatherWithInternal = (time_counter, time_instant, time_centered_bounds) 
     59GatherWithInternal = (time_counter, time_instant, time_instant_bounds) 
     60TimeSeriesVars2D = (pno3tot, ppo4tot, psiltot, palktot, pfertot, tcflx, tcflxcum, tcexp, tintpp, tnfix, tdenit) 
     61ChunckJob2D = OFF 
     62TimeSeriesVars3D = () 
     63ChunckJob3D = 50Y 
     64Seasonal=OFF 
     65 
     66[Post_1M_bioscalar] 
     67Patches = () 
     68GatherWithInternal = (time_counter, time_instant, time_instant_bounds) 
    5769TimeSeriesVars2D = (pno3tot, ppo4tot, psiltot, palktot, pfertot, tcflx, tcflxcum, tcexp, tintpp, tnfix, tdenit) 
    5870ChunckJob2D = OFF 
     
    6375[Post_1M_ptrc_T] 
    6476Patches = () 
    65 GatherWithInternal = (nav_lon, nav_lat, time_counter, time_instant, time_counter_bounds) 
     77GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds) 
    6678TimeSeriesVars2D = () 
    6779ChunckJob2D = 50Y 
     
    8193[Post_1Y_ptrc_T] 
    8294Patches = () 
    83 GatherWithInternal = (nav_lon, nav_lat, time_counter, time_instant, time_counter_bounds) 
     95GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds) 
    8496TimeSeriesVars2D = () 
    8597ChunckJob2D = OFF 
Note: See TracChangeset for help on using the changeset viewer.