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 1725 for trunk/CONFIG/GYRE – NEMO

Changeset 1725 for trunk/CONFIG/GYRE


Ignore:
Timestamp:
2009-11-12T16:04:08+01:00 (15 years ago)
Author:
smasson
Message:

control xml attributes from NEMO, see ticket:597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/GYRE/EXP00/iodef.xml

    r1705 r1725  
    55  <context id="nemo">  
    66     
    7     <!-- groups of variables definition --> 
     7    <!--  
     8============================================================================================================ 
     9=                                  definition of all existing variables                                    = 
     10=                                            DO NOT CHANGE                                                 = 
     11============================================================================================================ 
     12    --> 
    813     
    9     <field_definition level="1" prec="4" operation="ave(X)" freq_op="7200" enabled=".TRUE."> 
     14    <field_definition level="1" prec="4" operation="ave(X)" enabled=".TRUE."> <!-- time step automaticaly defined --> 
    1015       
    1116      <!-- T grid --> 
     
    3742      <!-- SBC --> 
    3843       
    39       <group id="SBC" axis_ref="none" grid_ref="grid_T"> 
     44      <group id="SBC" axis_ref="none" grid_ref="grid_T"> <!-- time step automaticaly defined based on nn_fsbc --> 
    4045   <field id="emp"          description="Net Upward Water Flux"                     unit="kg/m2/s"  /> 
    4146   <field id="emps"         description="concentration/dilution water flux"         unit="kg/m2/s"  /> 
     
    99104  </field_definition> 
    100105 
    101 <!-- file definition --> 
     106    <!--  
     107============================================================================================================ 
     108=                                           output files definition                                        = 
     109=                                            Define your own files                                         = 
     110=                                         put the variables you want...                                    = 
     111============================================================================================================ 
     112    --> 
    102113 
    103114  <file_definition output_level="10" enabled=".TRUE."> 
     
    151162  </file_definition> 
    152163 
     164    <!--  
     165============================================================================================================ 
     166=                                           grid definition                                                = 
     167=                                            DO NOT CHANGE                                                 = 
     168============================================================================================================ 
     169    --> 
    153170 
    154171  <axis_definition>   
Note: See TracChangeset for help on using the changeset viewer.