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 8294 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/field_def_nemo-lim.xml – NEMO

Ignore:
Timestamp:
2017-07-06T18:09:02+02:00 (7 years ago)
Author:
clem
Message:

add one output for sea ice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/field_def_nemo-lim.xml

    r8291 r8294  
    2727 
    2828         <!-- SIMIP LIM fields --> 
     29         <field id="icethick"     long_name="Sea-ice thickness per area"                           standard_name="sea_ice_thickness"                          unit="m"   /> 
    2930         <field id="icethic"      long_name="Sea-ice thickness"                                    standard_name="sea_ice_thickness"                          unit="m"   /> 
    3031         <field id="uice_mv"      long_name="X-component of sea ice velocity"                      standard_name="sea_ice_x_velocity"                         unit="m/s" />  
     
    282283       
    283284      <field_group id="myvarICE" > 
    284          <field field_ref="icethic"          name="sithic"     long_name="sea_ice_thickness"        /> 
     285         <field field_ref="icethick"          name="sithic"     long_name="sea_ice_thickness"        /> 
    285286         <field field_ref="icevolu"          name="sivolu"  /> 
    286287         <field field_ref="iceconc"          name="siconc"  /> 
Note: See TracChangeset for help on using the changeset viewer.