Ignore:
Timestamp:
10/09/17 11:57:12 (7 years ago)
Author:
cetlod
Message:

Update NEMO card & driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/ia/COMP/pisces.card

    r3203 r3408  
    55PisFreq=1 
    66Offline_Mode=n 
     7AtmCo2=2.8432e+02 
    78 
    89[InitialStateFiles] 
     
    4445 
    4546[OutputFiles] 
    46 List=   (${config_UserChoices_JobName}_1y_ptrc_T.nc        , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_ptrc_T.nc    , Post_1Y_ptrc_T   ) , \ 
    47         (${config_UserChoices_JobName}_1y_diad_T.nc        , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_diad_T.nc    , Post_1Y_diad_T   ) , \ 
     47List=   (${config_UserChoices_JobName}_1y_ptrc_T.nc        , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_ptrc_T.nc    , NONE   ) , \ 
     48        (${config_UserChoices_JobName}_1y_diad_T.nc        , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_diad_T.nc    , NONE   ) , \ 
     49        (${config_UserChoices_JobName}_1y_bioscalar.nc     , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_bioscalar.nc , NONE) , \ 
    4850        (${config_UserChoices_JobName}_1m_bioscalar.nc     , ${R_OUT_MBG_O_M}/${PREFIX}_1M_bioscalar.nc , Post_1M_bioscalar) , \ 
    4951        (${config_UserChoices_JobName}_1m_ptrc_T.nc        , ${R_OUT_MBG_O_M}/${PREFIX}_1M_ptrc_T.nc    , Post_1M_ptrc_T   ) , \ 
    5052        (${config_UserChoices_JobName}_1m_diad_T.nc        , ${R_OUT_MBG_O_M}/${PREFIX}_1M_diad_T.nc    , Post_1M_diad_T   ) , \ 
    51         (${config_UserChoices_JobName}_1d_bioscalar.nc     , ${R_OUT_MBG_O_D}/${PREFIX}_1D_bioscalar.nc , Post_1D_bioscalar) 
     53        (${config_UserChoices_JobName}_1d_bioscalar.nc     , ${R_OUT_MBG_O_D}/${PREFIX}_1D_bioscalar.nc , NONE) 
    5254 
    5355 
     
    7375[Post_1M_ptrc_T] 
    7476Patches = () 
    75 GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds) 
     77GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
    7678TimeSeriesVars2D = () 
    7779ChunckJob2D = 50Y 
     
    8284[Post_1M_diad_T] 
    8385Patches = () 
    84 GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds) 
     86GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
    8587TimeSeriesVars2D = (Cflx, Dpco2, EPC100, INTPP) 
    8688ChunckJob2D = 50Y 
     
    9193[Post_1Y_ptrc_T] 
    9294Patches = () 
    93 GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds) 
     95GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
    9496TimeSeriesVars2D = () 
    9597ChunckJob2D = OFF 
     
    100102[Post_1Y_diad_T] 
    101103Patches = () 
    102 GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds) 
     104GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 
    103105TimeSeriesVars2D = (Cflx, Dpco2, EPC100, Heup,  Nfix) 
    104106ChunckJob2D = 50Y 
Note: See TracChangeset for help on using the changeset viewer.