Changeset 1021


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
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5A/EXP00/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/EXP00/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/EXP00/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 
  • CONFIG/IPSLCM/IPSLCM5A/EXP00/PARAM/iodef.xml

    r1019 r1021  
    305305    --> 
    306306     
    307     <file_definition output_level="10" > 
     307    <file_definition output_level="<OUTPUT_LEVEL>" > 
    308308      <!-- 
    309309+++++++++++++++++++++++++++++++++++++++++++++++   daily   ++++++++++++++++++++++++++++++++++++++++++++++++++ 
    310310        --> 
    311311      <group id="1d" output_freq="86400"  enabled="<1D_ENABLE>">                             <!-- 1d files --> 
     312        <!-- 
     313..............................................    grid T   ................................................. 
     314          --> 
    312315        <file id="ORCA2_1d_grid_T" description="table 2.2" >                                 <!-- grid T  Table 2.2 --> 
    313316          <field ref="sst"          name="sosstsst" description="sea_surface_temperature"                              level="2"                      /> 
    314317          <field ref="sst2"         name="tossq"    description="square_of_sea_surface_temperature"                    level="2"                      /> 
    315318          <field ref="mldkz5"       name="omldamax" description="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="t_max(X)" /> 
     319         <!--  IPSL variables --> 
     320          <field ref="sss"          name="sosaline" description="sea_surface_salinity"                                 level="3"                      /> 
     321          <field ref="ssh"          name="sossheig" description="sea_surface_height_above_geoid"                       level="3"                      /> 
     322        </file>  
     323        <!-- 
     324..............................................    grid U   ................................................. 
     325          --> 
     326        <file id="ORCA2_1d_grid_U" description="ocean U grid variables : table 2.3" >                       <!-- grid U --> 
     327 
     328          <!--  table 2.3 --> 
     329            <field ref="uoce"         name="vozocrtx" description="sea_water_x_velocity"                                level="3"       /> 
     330 
     331        </file>  
     332 
     333        <!-- 
     334..............................................    grid V   ................................................. 
     335          --> 
     336        <file id="ORCA2_1d_grid_V" description="ocean V grid variables : table 2.3" >                      <!-- grid V --> 
     337 
     338          <!-- table 2.3 --> 
     339            <field ref="voce"         name="vomecrty" description="sea_water_y_velocity"                                level="3"       /> 
     340 
    316341        </file>    
     342   
     343        <!-- 
     344..............................................    icemod   ................................................. 
     345          --> 
     346        <file id="ORCA2_1d_icemod" description=" ice variables" >                                           <!-- icemod --> 
     347 
     348         <!-- table 2.2 --> 
     349          <field ref="uice_ipa"     name="iicevelu"   description="Ice velocity along i-axis at I-point (ice presence average)"  level="3"    /> 
     350          <field ref="vice_ipa"     name="iicevelv"   description="Ice velocity along j-axis at I-point (ice presence average)"  level="3"    /> 
     351          <field ref="ice_cover"    name="ileadfra"   description="sea_ice_area_fraction"                                        level="3"    /> 
     352          <field ref="icethic_cea"  name="iicethic"   description="sea_ice_thickness"                                            level="3"    /> 
     353        </file>    
     354 
    317355      </group> 
    318356        <!-- 
     
    388426        <field ref="hc300"             name="sohtc300"    description="Heat content 300 m"                                       /> 
    389427        <field ref="mldr10_1"          name="somxl010"    description="Mixed Layer Depth 0.01 ref.10m"                           /> 
     428        <field ref="mldr10_3"          name="somx3010"    description="Mixed Layer Depth dr=0.03 (ref.10m)"                      /> 
    390429        <field ref="mldkz5"            name="somixhgt"    description="mixing layer depth (Turbocline)"                          /> 
    391430        <field ref="emps"              name="sowaflcd"    description="concentration/dilution water flux"                        /> 
     
    393432        <field ref="wspd"              name="sowindsp"    description="Wind speed module at 10 m"                                /> 
    394433        <field ref="ice_cover"         name="soicecov"    description="sea_ice_area_fraction"                                    /> 
     434        <field ref="BLT"               name="blt"         description="Barrier Layer Thickness"                    level="3"     /> 
     435        <field ref="mldr10_3"          name="mldr10_3"    description="Mixed Layer Depth dr=0.03 (ref.10m)"        level="3"     /> 
     436        <field ref="mld|dt|"           name="mld|dt|"   description="Mixed Layer Depth |dt|=0.2 (ref.10m)"         level="3"     /> 
     437 
    395438          </file>    
    396439        <!-- 
  • CONFIG/IPSLCM/IPSLCM5A/historical/COMP/lim2.card

    r988 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/historical/COMP/opa9.card

    r1016 r1021  
    88io_server=n 
    99mesh_mask=n 
     10# OUTPUT_LEVEL=2 for standard daily outputs 
     11# OUTPUT_LEVEL=3 for more daily outputs 
     12OUTPUT_LEVEL=3 
    1013 
    1114[InitialStateFiles] 
     
    5255        (ORCA2_1m_grid_W.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc, Post_1M_grid_W),\ 
    5356        (ORCA2_1d_grid_T.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_T.nc, Post_1D_grid_T),\ 
     57        (ORCA2_1d_grid_U.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_U.nc, Post_1D_grid_U),\ 
     58        (ORCA2_1d_grid_V.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_V.nc, Post_1D_grid_V),\ 
    5459        (${PREFIX_NWRITE}_${DATE_OPA}_diaptr.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_diaptr.nc, Post_1M_diaptr),\ 
    5560        (damping.coeff.nc , ${R_OUT_OCE_O_D}/${PREFIX}_damping.coeff.nc, NONE),\ 
     
    119124ChunckJob3D = NONE 
    120125Seasonal=OFF 
     126 
     127[Post_1D_grid_U] 
     128Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 
     129GatherWithInternal = (nav_lon, nav_lat, time_counter) 
     130TimeSeriesVars2D = () 
     131ChunckJob2D = 200Y 
     132TimeSeriesVars3D = () 
     133ChunckJob3D = NONE 
     134Seasonal=OFF 
     135 
     136[Post_1D_grid_V] 
     137Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 
     138GatherWithInternal = (nav_lon, nav_lat, time_counter) 
     139TimeSeriesVars2D = () 
     140ChunckJob2D = 200Y 
     141TimeSeriesVars3D = () 
     142ChunckJob3D = NONE 
     143Seasonal=OFF 
     144 
  • CONFIG/IPSLCM/IPSLCM5A/historical/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 
  • CONFIG/IPSLCM/IPSLCM5A/historical/PARAM/iodef.xml

    r1019 r1021  
    305305    --> 
    306306     
    307     <file_definition output_level="10" > 
     307    <file_definition output_level="<OUTPUT_LEVEL>" > 
    308308      <!-- 
    309309+++++++++++++++++++++++++++++++++++++++++++++++   daily   ++++++++++++++++++++++++++++++++++++++++++++++++++ 
    310310        --> 
    311311      <group id="1d" output_freq="86400"  enabled="<1D_ENABLE>">                             <!-- 1d files --> 
     312        <!-- 
     313..............................................    grid T   ................................................. 
     314          --> 
    312315        <file id="ORCA2_1d_grid_T" description="table 2.2" >                                 <!-- grid T  Table 2.2 --> 
    313316          <field ref="sst"          name="sosstsst" description="sea_surface_temperature"                              level="2"                      /> 
    314317          <field ref="sst2"         name="tossq"    description="square_of_sea_surface_temperature"                    level="2"                      /> 
    315318          <field ref="mldkz5"       name="omldamax" description="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="t_max(X)" /> 
     319         <!--  IPSL variables --> 
     320          <field ref="sss"          name="sosaline" description="sea_surface_salinity"                                 level="3"                      /> 
     321          <field ref="ssh"          name="sossheig" description="sea_surface_height_above_geoid"                       level="3"                      /> 
     322        </file>  
     323        <!-- 
     324..............................................    grid U   ................................................. 
     325          --> 
     326        <file id="ORCA2_1d_grid_U" description="ocean U grid variables : table 2.3" >                       <!-- grid U --> 
     327 
     328          <!--  table 2.3 --> 
     329            <field ref="uoce"         name="vozocrtx" description="sea_water_x_velocity"                                level="3"       /> 
     330 
     331        </file>  
     332 
     333        <!-- 
     334..............................................    grid V   ................................................. 
     335          --> 
     336        <file id="ORCA2_1d_grid_V" description="ocean V grid variables : table 2.3" >                      <!-- grid V --> 
     337 
     338          <!-- table 2.3 --> 
     339            <field ref="voce"         name="vomecrty" description="sea_water_y_velocity"                                level="3"       /> 
     340 
    316341        </file>    
     342   
     343        <!-- 
     344..............................................    icemod   ................................................. 
     345          --> 
     346        <file id="ORCA2_1d_icemod" description=" ice variables" >                                           <!-- icemod --> 
     347 
     348         <!-- table 2.2 --> 
     349          <field ref="uice_ipa"     name="iicevelu"   description="Ice velocity along i-axis at I-point (ice presence average)"  level="3"    /> 
     350          <field ref="vice_ipa"     name="iicevelv"   description="Ice velocity along j-axis at I-point (ice presence average)"  level="3"    /> 
     351          <field ref="ice_cover"    name="ileadfra"   description="sea_ice_area_fraction"                                        level="3"    /> 
     352          <field ref="icethic_cea"  name="iicethic"   description="sea_ice_thickness"                                            level="3"    /> 
     353        </file>    
     354 
    317355      </group> 
    318356        <!-- 
     
    388426        <field ref="hc300"             name="sohtc300"    description="Heat content 300 m"                                       /> 
    389427        <field ref="mldr10_1"          name="somxl010"    description="Mixed Layer Depth 0.01 ref.10m"                           /> 
     428        <field ref="mldr10_3"          name="somx3010"    description="Mixed Layer Depth dr=0.03 (ref.10m)"                      /> 
    390429        <field ref="mldkz5"            name="somixhgt"    description="mixing layer depth (Turbocline)"                          /> 
    391430        <field ref="emps"              name="sowaflcd"    description="concentration/dilution water flux"                        /> 
     
    393432        <field ref="wspd"              name="sowindsp"    description="Wind speed module at 10 m"                                /> 
    394433        <field ref="ice_cover"         name="soicecov"    description="sea_ice_area_fraction"                                    /> 
     434        <field ref="BLT"               name="blt"         description="Barrier Layer Thickness"                    level="3"     /> 
     435        <field ref="mldr10_3"          name="mldr10_3"    description="Mixed Layer Depth dr=0.03 (ref.10m)"        level="3"     /> 
     436        <field ref="mld|dt|"           name="mld|dt|"   description="Mixed Layer Depth |dt|=0.2 (ref.10m)"         level="3"     /> 
     437 
    395438          </file>    
    396439        <!-- 
  • 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 
  • CONFIG/IPSLCM/IPSLCM5A/piControl/PARAM/iodef.xml

    r1019 r1021  
    305305    --> 
    306306     
    307     <file_definition output_level="10" > 
     307    <file_definition output_level="<OUTPUT_LEVEL>" > 
    308308      <!-- 
    309309+++++++++++++++++++++++++++++++++++++++++++++++   daily   ++++++++++++++++++++++++++++++++++++++++++++++++++ 
    310310        --> 
    311311      <group id="1d" output_freq="86400"  enabled="<1D_ENABLE>">                             <!-- 1d files --> 
     312        <!-- 
     313..............................................    grid T   ................................................. 
     314          --> 
    312315        <file id="ORCA2_1d_grid_T" description="table 2.2" >                                 <!-- grid T  Table 2.2 --> 
    313316          <field ref="sst"          name="sosstsst" description="sea_surface_temperature"                              level="2"                      /> 
    314317          <field ref="sst2"         name="tossq"    description="square_of_sea_surface_temperature"                    level="2"                      /> 
    315318          <field ref="mldkz5"       name="omldamax" description="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="t_max(X)" /> 
     319         <!--  IPSL variables --> 
     320          <field ref="sss"          name="sosaline" description="sea_surface_salinity"                                 level="3"                      /> 
     321          <field ref="ssh"          name="sossheig" description="sea_surface_height_above_geoid"                       level="3"                      /> 
     322        </file>  
     323        <!-- 
     324..............................................    grid U   ................................................. 
     325          --> 
     326        <file id="ORCA2_1d_grid_U" description="ocean U grid variables : table 2.3" >                       <!-- grid U --> 
     327 
     328          <!--  table 2.3 --> 
     329            <field ref="uoce"         name="vozocrtx" description="sea_water_x_velocity"                                level="3"       /> 
     330 
     331        </file>  
     332 
     333        <!-- 
     334..............................................    grid V   ................................................. 
     335          --> 
     336        <file id="ORCA2_1d_grid_V" description="ocean V grid variables : table 2.3" >                      <!-- grid V --> 
     337 
     338          <!-- table 2.3 --> 
     339            <field ref="voce"         name="vomecrty" description="sea_water_y_velocity"                                level="3"       /> 
     340 
    316341        </file>    
     342   
     343        <!-- 
     344..............................................    icemod   ................................................. 
     345          --> 
     346        <file id="ORCA2_1d_icemod" description=" ice variables" >                                           <!-- icemod --> 
     347 
     348         <!-- table 2.2 --> 
     349          <field ref="uice_ipa"     name="iicevelu"   description="Ice velocity along i-axis at I-point (ice presence average)"  level="3"    /> 
     350          <field ref="vice_ipa"     name="iicevelv"   description="Ice velocity along j-axis at I-point (ice presence average)"  level="3"    /> 
     351          <field ref="ice_cover"    name="ileadfra"   description="sea_ice_area_fraction"                                        level="3"    /> 
     352          <field ref="icethic_cea"  name="iicethic"   description="sea_ice_thickness"                                            level="3"    /> 
     353        </file>    
     354 
    317355      </group> 
    318356        <!-- 
     
    388426        <field ref="hc300"             name="sohtc300"    description="Heat content 300 m"                                       /> 
    389427        <field ref="mldr10_1"          name="somxl010"    description="Mixed Layer Depth 0.01 ref.10m"                           /> 
     428        <field ref="mldr10_3"          name="somx3010"    description="Mixed Layer Depth dr=0.03 (ref.10m)"                      /> 
    390429        <field ref="mldkz5"            name="somixhgt"    description="mixing layer depth (Turbocline)"                          /> 
    391430        <field ref="emps"              name="sowaflcd"    description="concentration/dilution water flux"                        /> 
     
    393432        <field ref="wspd"              name="sowindsp"    description="Wind speed module at 10 m"                                /> 
    394433        <field ref="ice_cover"         name="soicecov"    description="sea_ice_area_fraction"                                    /> 
     434        <field ref="BLT"               name="blt"         description="Barrier Layer Thickness"                    level="3"     /> 
     435        <field ref="mldr10_3"          name="mldr10_3"    description="Mixed Layer Depth dr=0.03 (ref.10m)"        level="3"     /> 
     436        <field ref="mld|dt|"           name="mld|dt|"   description="Mixed Layer Depth |dt|=0.2 (ref.10m)"         level="3"     /> 
     437 
    395438          </file>    
    396439        <!-- 
Note: See TracChangeset for help on using the changeset viewer.