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 11762 for NEMO/branches/UKMO/NEMO_4.0_fix_cpl_oce_only/cfgs – NEMO

Ignore:
Timestamp:
2019-10-22T15:42:21+02:00 (5 years ago)
Author:
dancopsey
Message:

Enable outputting of sea ice volume and sea ice conductivity (as provided by the coupler).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_fix_cpl_oce_only/cfgs/SHARED/field_def_nemo-ice.xml

    r11081 r11762  
    156156          <field id="hfxcndtop"    long_name="Net conductive heat flux at the ice surface (neg = ice cooling)"  standard_name="conductive_heat_flux_at_sea_ice_surface"    unit="W/m2" />  
    157157          <field id="hfxcndbot"    long_name="Net conductive heat flux at the ice bottom (neg = ice cooling)"   standard_name="conductive_heat_flux_at_sea_ice_bottom"     unit="W/m2" /> 
     158          <field id="hfxcndcpl"    long_name="Conductive heat flux coming through the coupler"                  standard_name="conductive_heat_flux_from_coupler"          unit="W/m2" /> 
    158159 
    159160          <!-- diags --> 
     
    172173     <field id="iceconc_cat"  long_name="Sea-ice concentration per category"                unit=""       grid_ref="grid_T_3D_ncatice" /> 
    173174          <field id="icethic_cat"  long_name="Sea-ice thickness per category"                    unit="m"      grid_ref="grid_T_3D_ncatice" /> 
     175          <field id="icevol_cat"   long_name="Sea-ice volume per category"                       unit="m"      grid_ref="grid_T_3D_ncatice" /> 
    174176          <field id="snwthic_cat"  long_name="Snow thickness per category"                       unit="m"      grid_ref="grid_T_3D_ncatice" /> 
    175177          <field id="icesalt_cat"  long_name="Sea-Ice Bulk salinity per category"                unit="g/kg"   grid_ref="grid_T_3D_ncatice" /> 
Note: See TracChangeset for help on using the changeset viewer.