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 12338 for NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019 – NEMO

Ignore:
Timestamp:
2020-01-27T14:49:13+01:00 (4 years ago)
Author:
cetlod
Message:

MG2019_OPT2 : defining ice transport component on U/V grid ; otherwise grid transformation fails when trying to compute strait

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED/field_def_nemo-ice.xml

    r12109 r12338  
    228228 
    229229     <!-- momentum (advection) --> 
    230         <field id="xmtrpice"     long_name="X-component of ice mass transport"                       standard_name="ice_x_transport"                       unit="kg/s" /> 
    231           <field id="ymtrpice"     long_name="Y-component of ice mass transport"                       standard_name="ice_y_transport"                       unit="kg/s" /> 
    232           <field id="xmtrpsnw"     long_name="X-component of snw mass transport"                       standard_name="snw_x_transport"                       unit="kg/s" /> 
    233           <field id="ymtrpsnw"     long_name="Y-component of snw mass transport"                       standard_name="snw_y_transport"                       unit="kg/s" /> 
    234           <field id="xatrp"        long_name="X-component of ice area transport"                       standard_name="area_x_transport"                      unit="m2/s" /> 
    235           <field id="yatrp"        long_name="Y-component of ice area transport"                       standard_name="area_y_transport"                      unit="m2/s" /> 
    236           <field id="xmtrptot"     long_name="X-component of sea-ice mass transport"                   standard_name="sea_ice_x_transport"                   unit="kg/s" > xmtrpice + xmtrpsnw </field> 
    237         <field id="ymtrptot"     long_name="Y-component of sea-ice mass transport"                   standard_name="sea_ice_y_transport"                   unit="kg/s" > ymtrpice + ymtrpsnw </field> 
     230        <field id="xmtrpice"     long_name="X-component of ice mass transport"                       standard_name="ice_x_transport"      grid_ref="grid_U_2D"                  unit="kg/s" /> 
     231          <field id="ymtrpice"     long_name="Y-component of ice mass transport"                       standard_name="ice_y_transport"      grid_ref="grid_V_2D"                  unit="kg/s" /> 
     232          <field id="xmtrpsnw"     long_name="X-component of snw mass transport"                       standard_name="snw_x_transport"      grid_ref="grid_U_2D"                  unit="kg/s" /> 
     233          <field id="ymtrpsnw"     long_name="Y-component of snw mass transport"                       standard_name="snw_y_transport"      grid_ref="grid_V_2D"                  unit="kg/s" /> 
     234          <field id="xatrp"        long_name="X-component of ice area transport"                       standard_name="area_x_transport"     grid_ref="grid_U_2D"                  unit="m2/s" /> 
     235          <field id="yatrp"        long_name="Y-component of ice area transport"                       standard_name="area_y_transport"     grid_ref="grid_V_2D"                  unit="m2/s" /> 
     236          <field id="xmtrptot"     long_name="X-component of sea-ice mass transport"                   standard_name="sea_ice_x_transport"  grid_ref="grid_U_2D"                  unit="kg/s" > xmtrpice + xmtrpsnw </field> 
     237        <field id="ymtrptot"     long_name="Y-component of sea-ice mass transport"                   standard_name="sea_ice_y_transport"  grid_ref="grid_V_2D"                  unit="kg/s" > ymtrpice + ymtrpsnw </field> 
    238238 
    239239     <!-- Ice transport through straits" --> 
Note: See TracChangeset for help on using the changeset viewer.