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 2279 for branches/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE – NEMO

Ignore:
Timestamp:
2010-10-15T13:22:25+02:00 (14 years ago)
Author:
smasson
Message:

update variables definitions in xml files (add new, delete old) in nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE/EXP00/iodef.xml

    r2105 r2279  
    5454      <group id="SBC" axis_ref="none" grid_ref="grid_T" > <!-- time step automaticaly defined based on nn_fsbc --> 
    5555 
    56    <field id="emp"          description="Net Upward Water Flux"                                        unit="kg/m2/s"  /> 
    57    <field id="emps"         description="concentration/dilution water flux"                            unit="kg/m2/s"  /> 
     56   <field id="emp-rnf"      description="Net Upward Water Flux"                                        unit="kg/m2/s"  /> 
     57   <field id="emps-rnf"     description="concentration/dilution water flux"                            unit="kg/m2/s"  /> 
    5858   <field id="snowpre"      description="Snow precipitation"                                           unit="kg/m2/s"  /> 
    5959   <field id="runoffs"      description="River Runoffs"                                                unit="Kg/m2/s"  /> 
     
    138138   <!-- uoce_eiv: available with key_trabbl --> 
    139139   <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"                  /> 
     140   <field id="ahu_bbl"      description="BBL diffusive flux along i-axis"             unit="m3/s" axis_ref="none" /> 
    140141   <!-- variables available with key_diaar5 --> 
    141142   <field id="u_masstr"     description="ocean eulerian mass transport along i-axis"  unit="kg/s"                 /> 
     
    155156   <!-- voce_eiv: available with key_trabbl --> 
    156157   <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s"                  /> 
     158   <field id="ahv_bbl"      description="BBL diffusive flux along j-axis"             unit="m3/s" axis_ref="none" /> 
    157159   <!-- variables available with key_diaar5 --> 
    158160   <field id="v_masstr"     description="ocean eulerian mass transport along j-axis"  unit="kg/s"                 /> 
     
    170172   <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  /> 
    171173   <!-- woce_eiv: available with key_trabbl_adv --> 
    172    <field id="woce_bbl"     description="BBL ocean vertical velocity"                 unit="m/s"                  /> 
    173174   <field id="avt"          description="vertical eddy diffusivity"                   unit="m2/s"                 /> 
    174175   <field id="avm"          description="vertical eddy viscosity"                     unit="m2/s"                 /> 
     
    242243     <field ref="sss"          name="sosaline"  /> 
    243244     <field ref="ssh"          name="sossheig"  /> 
    244      <field ref="emp"          name="sowaflup"  /> 
     245     <field ref="emp-rnf"      name="sowaflup"  /> 
    245246     <field ref="qsr"          name="soshfldo"  /> 
    246      <field ref="emps"         name="sowaflcd"  /> 
     247     <field ref="emps-rnf"     name="sowaflcd"  /> 
    247248     <field ref="qns+qsr"      name="sohefldo"  /> 
    248249     <field ref="mldr10_1"     name="somxl010"  /> 
Note: See TracChangeset for help on using the changeset viewer.