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 13902 for NEMO/branches/2020/SI3-05_MeltPonds_topo/cfgs/SHARED/field_def_nemo-ice.xml – NEMO

Ignore:
Timestamp:
2020-11-28T10:38:45+01:00 (4 years ago)
Author:
vancop
Message:

fix topo ponds, add pond volume diagsand add modulable drainage for level ponds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/SI3-05_MeltPonds_topo/cfgs/SHARED/field_def_nemo-ice.xml

    r13648 r13902  
    5151          <field id="icehlid"      long_name="melt pond lid depth"                                     standard_name="sea_ice_meltpondlid_depth"                 unit="m" />  
    5252          <field id="icevlid"      long_name="melt pond lid volume"                                    standard_name="sea_ice_meltpondlid_volume"                unit="m" />  
     53      
     54     <field id="dvpn_mlt"     long_name="pond volume tendency due to surface melt"                standard_name="sea_ice_pondvolume_tendency_melt"          unit="cm/d" />  
     55     <field id="dvpn_lid"     long_name="pond volume tendency due to exchanges with lid"          standard_name="sea_ice_pondvolume_tendency_lids"          unit="cm/d" />  
     56     <field id="dvpn_rnf"     long_name="pond volume tendency due to runoff"                      standard_name="sea_ice_pondvolume_tendency_runoff"        unit="cm/d" />  
     57     <field id="dvpn_drn"     long_name="pond volume tendency due to drainage"                    standard_name="sea_ice_pondvolume_tendency_drainage"      unit="cm/d" />  
    5358      
    5459     <!-- heat --> 
     
    295300          <field id="snwtemp_cat"  long_name="Snow temperature per category"                     unit="degC"    detect_missing_value="true" /> 
    296301          <field id="icettop_cat"  long_name="Ice/snow surface temperature per category"         unit="degC"    detect_missing_value="true" /> 
    297           <field id="iceapnd_cat"  long_name="Ice melt pond concentration per category"          unit=""        />  
     302          <field id="icevpnd_cat"  long_name="Ice melt pond volume per grid area per category"   unit="m"       />  
     303          <field id="iceapnd_cat"  long_name="Ice melt pond grid fraction"                       unit=""        />  
    298304          <field id="icehpnd_cat"  long_name="Ice melt pond thickness per category"              unit="m"       detect_missing_value="true" />  
    299305          <field id="icehlid_cat"  long_name="Ice melt pond lid thickness per category"          unit="m"       detect_missing_value="true" />  
    300           <field id="iceafpnd_cat" long_name="Ice melt pond fraction per category"               unit=""        />  
     306          <field id="iceafpnd_cat" long_name="Ice melt pond ice fraction per category"           unit=""        />  
    301307          <field id="iceaepnd_cat" long_name="Ice melt pond effective fraction per category"     unit=""        />  
    302308          <field id="icemask_cat"  long_name="Fraction of time step with sea ice (per category)" unit=""        /> 
Note: See TracChangeset for help on using the changeset viewer.