Ignore:
Timestamp:
05/17/10 17:47:53 (14 years ago)
Author:
mafoipsl
Message:

More CMIP5 and IPSL output variables (daily and monthly) for NEMO OPA9 and LIM2.

Location:
CONFIG/IPSLCM/IPSLCM5A/piControl/COMP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/lim2.card

    r992 r1021  
    2424 
    2525[OutputFiles] 
    26 List=   (ORCA2_1m_icemod.nc, ${R_OUT_ICE_O_M}/${PREFIX}_1M_icemod.nc, Post_1M_icemod) 
     26List=   (ORCA2_1m_icemod.nc, ${R_OUT_ICE_O_M}/${PREFIX}_1M_icemod.nc, Post_1M_icemod), \ 
     27        (ORCA2_1d_icemod.nc, ${R_OUT_ICE_O_D}/${PREFIX}_1D_icemod.nc, Post_1D_icemod) 
    2728 
    2829[Post_1M_icemod] 
     
    3435ChunckJob3D = NONE 
    3536Seasonal=ON 
     37 
     38[Post_1D_icemod] 
     39Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 
     40GatherWithInternal = (nav_lon, nav_lat, time_counter) 
     41TimeSeriesVars2D = () 
     42ChunckJob2D = NONE 
     43TimeSeriesVars3D = () 
     44ChunckJob3D = NONE 
     45Seasonal=ON 
     46 
  • CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/opa9.card

    r1016 r1021  
    88io_server=n 
    99mesh_mask=n 
     10# OUTPUT_LEVEL=3 for more daily outputs 
     11OUTPUT_LEVEL=2 
    1012 
    1113[InitialStateFiles] 
     
    5254        (ORCA2_1m_grid_W.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc, Post_1M_grid_W),\ 
    5355        (ORCA2_1d_grid_T.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_T.nc, Post_1D_grid_T),\ 
     56        (ORCA2_1d_grid_U.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_U.nc, Post_1D_grid_U),\ 
     57        (ORCA2_1d_grid_V.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_V.nc, Post_1D_grid_V),\ 
    5458        (${PREFIX_NWRITE}_${DATE_OPA}_diaptr.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_diaptr.nc, Post_1M_diaptr),\ 
    5559        (damping.coeff.nc , ${R_OUT_OCE_O_D}/${PREFIX}_damping.coeff.nc, NONE),\ 
     
    119123ChunckJob3D = NONE 
    120124Seasonal=OFF 
     125 
     126[Post_1D_grid_U] 
     127Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 
     128GatherWithInternal = (nav_lon, nav_lat, time_counter) 
     129TimeSeriesVars2D = () 
     130ChunckJob2D = 200Y 
     131TimeSeriesVars3D = () 
     132ChunckJob3D = NONE 
     133Seasonal=OFF 
     134 
     135[Post_1D_grid_V] 
     136Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 
     137GatherWithInternal = (nav_lon, nav_lat, time_counter) 
     138TimeSeriesVars2D = () 
     139ChunckJob2D = 200Y 
     140TimeSeriesVars3D = () 
     141ChunckJob3D = NONE 
     142Seasonal=OFF 
     143 
  • CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/opa9.driver

    r972 r1021  
    113113    done 
    114114 
     115 
     116    ##-- Output level : 3 for more 1D variables 
     117    eval opa9_OUTPUT_LEVEL=\${opa9_UserChoices_OUTPUT_LEVEL} > /dev/null 2>&1 
     118    OUTPUT_LEVEL=${opa9_OUTPUT_LEVEL} 
     119 
     120 
    115121    # Period Length In Days between DateBegin and first day of calendar 0001 01 01 
    116122    # Needed by OPA namelist to compute correct file names  
     
    198204    # update iodef.xml 
    199205 
     206    echo 'Informations into iodef.xml : V1D_ENABLE V5D_ENABLE V1M_ENABLE V1Y_ENABLE OUTPUT_LEVEL' 
     207    echo ${V1D_ENABLE} ${V5D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} ${OUTPUT_LEVEL} 
     208 
    200209    sed -e "s/<1D_ENABLE>/${V1D_ENABLE}/" \ 
    201210        -e "s/<5D_ENABLE>/${V5D_ENABLE}/" \ 
    202211        -e "s/<1M_ENABLE>/${V1M_ENABLE}/" \ 
    203212        -e "s/<1Y_ENABLE>/${V1Y_ENABLE}/" \ 
     213        -e "s/<OUTPUT_LEVEL>/${OUTPUT_LEVEL}/" \ 
    204214        iodef.xml > iodef.xml.tmp 
    205215 
Note: See TracChangeset for help on using the changeset viewer.