New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 5353 for branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/iodef.xml – NEMO

Ignore:
Timestamp:
2015-06-04T17:09:43+02:00 (9 years ago)
Author:
smasson
Message:

dev_r5218_CNRS17_coupling: remove some changes made in previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/iodef.xml

    r5352 r5353  
    2121    --> 
    2222     
    23     <file_definition type="one_file" name="@expname@_@freq@_@startdate@_@enddate@" sync_freq="10d" min_digits="4"> 
    24      
    25       <file_group id="1ts" output_freq="1ts"  output_level="10" enabled=".TRUE."> <!-- 1 time step files --> 
    26     
    27    <file id="file11" name_suffix="_grid_T" description="ocean T grid variables" > 
    28      <field_group  prec="8"  operation="instant" > 
    29        <field field_ref="sst"          name="tos"      long_name="sea_surface_temperature"                       /> 
    30        <field field_ref="sss"          name="sos"      long_name="sea_surface_salinity"                          /> 
    31        <field field_ref="ssh"          name="zos"      long_name="sea_surface_height_above_geoid"                /> 
    32        <field field_ref="saltflx"      /> 
    33        <field field_ref="taum"         name="taum" /> 
    34        <field field_ref="wspd"         name="windsp"  /> 
    35        <field field_ref="precip"       name="precip" /> 
    36        <field field_ref="empmr"        name="wfo"      long_name="water_flux_into_sea_water"                     /> 
    37        <field field_ref="qsr"          name="rsntds"   long_name="surface_net_downward_shortwave_flux"           /> 
    38        <field field_ref="qt"           name="tohfls"   long_name="surface_net_downward_total_heat_flux"          /> 
    39             <field field_ref="sst_m"  /> 
    40             <field field_ref="sss_m"  /> 
    41             <field field_ref="ssu_m"  /> 
    42             <field field_ref="ssv_m"  /> 
    43             <field field_ref="ssh_m"  /> 
    44             <field field_ref="e3t_m"  /> 
    45             <field field_ref="frq_m"  /> 
    46             <field field_ref="qsr_oce"  /> 
    47             <field field_ref="qsr_ice"  /> 
    48             <field field_ref="qns_oce"  /> 
    49             <field field_ref="qns_ice"  /> 
    50             <field field_ref="sfxbri"  /> 
    51             <field field_ref="sfxdyn"  /> 
    52             <field field_ref="sfxres"  /> 
    53             <field field_ref="sfxbog"  /> 
    54             <field field_ref="sfxbom"  /> 
    55             <field field_ref="sfxsum"  /> 
    56             <field field_ref="sfxsni"  /> 
    57             <field field_ref="sfxopw"  /> 
    58             <field field_ref="sfx"  /> 
    59  
    60      </field_group> 
    61    </file> 
    62     
    63       </file_group> 
     23    <file_definition type="multiple_file" name="@expname@_@freq@_@startdate@_@enddate@" sync_freq="10d" min_digits="4"> 
     24     
     25      <file_group id="1ts" output_freq="1ts"  output_level="10" enabled=".TRUE."/> <!-- 1 time step files --> 
    6426 
    6527      <file_group id="1h" output_freq="1h"  output_level="10" enabled=".TRUE."/> <!-- 1h files --> 
Note: See TracChangeset for help on using the changeset viewer.