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 14474 for NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2021-02-17T15:39:01+01:00 (3 years ago)
Author:
edblockley
Message:

Adding new diagnostic for effective melt-pond fraction (per grid-cell not per ice area). This diagnostic is best for comparison with satllite productsand as a true reflection of the pond field that the radiation scheme "sees".

File:
1 edited

Legend:

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

    r14302 r14474  
    4444          <field id="icefrb"       long_name="Sea-ice freeboard"                                       standard_name="sea_ice_freeboard"                         unit="m"    /> 
    4545          <field id="icealb"       long_name="Sea-ice or snow albedo"                                  standard_name="sea_ice_albedo"                            unit=""    detect_missing_value="true" /> 
    46       
    47      <!-- melt ponds --> 
    48      <field id="iceapnd"      long_name="melt pond concentration"                                 standard_name="sea_ice_meltpond_concentration"            unit=""  />  
     46 
     47          <!-- melt ponds --> 
     48          <field id="iceapnd"      long_name="melt pond concentration"                                 standard_name="sea_ice_meltpond_concentration"            unit=""  />  
    4949          <field id="icehpnd"      long_name="melt pond depth"                                         standard_name="sea_ice_meltpond_depth"                    unit="m" />  
    5050          <field id="icevpnd"      long_name="melt pond volume"                                        standard_name="sea_ice_meltpond_volume"                   unit="m" />  
     51          <field id="iceepnd"      long_name="melt pond effective concentration"                       standard_name="sea_ice_meltpond_effective_concentration"            unit=""  />   
    5152          <field id="icehlid"      long_name="melt pond lid depth"                                     standard_name="sea_ice_meltpondlid_depth"                 unit="m" />  
    5253          <field id="icevlid"      long_name="melt pond lid volume"                                    standard_name="sea_ice_meltpondlid_volume"                unit="m" />  
     
    370371     <field field_ref="icehpnd"          name="sihpnd" /> 
    371372     <field field_ref="icevpnd"          name="sivpnd" /> 
     373     <field field_ref="iceepnd"          name="siepnd" /> 
    372374          <field field_ref="iceage"           name="siage"  /> 
    373375     <field id="sst_m_pot"    unit="degC" /> 
Note: See TracChangeset for help on using the changeset viewer.