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_LOBSTER – NEMO

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_LOBSTER/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"  /> 
     
    138143  </field_definition> 
    139144 
    140 <!-- file definition --> 
     145    <!--  
     146============================================================================================================ 
     147=                                           output files definition                                        = 
     148=                                            Define your own files                                         = 
     149=                                         put the variables you want...                                    = 
     150============================================================================================================ 
     151    --> 
    141152 
    142153  <file_definition output_level="10" enabled=".TRUE."> 
     
    224235  </file_definition> 
    225236 
     237    <!--  
     238============================================================================================================ 
     239=                                           grid definition                                                = 
     240=                                            DO NOT CHANGE                                                 = 
     241============================================================================================================ 
     242    --> 
     243 
    226244  <axis_definition>   
    227245     <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
Note: See TracChangeset for help on using the changeset viewer.