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

Ignore:
Timestamp:
2021-01-14T17:21:39+01:00 (3 years ago)
Author:
edblockley
Message:

Porting topographic melt-ponds from Martin's branch branches/2020/SI3-05_MeltPonds_topo@14301

Location:
NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/cfgs/SHARED
Files:
2 edited

Legend:

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

    r14078 r14302  
    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 --> 
     
    284289          <field id="snwtemp_cat"  long_name="Snow temperature per category"                     unit="degC"    detect_missing_value="true" /> 
    285290          <field id="icettop_cat"  long_name="Ice/snow surface temperature per category"         unit="degC"    detect_missing_value="true" /> 
    286           <field id="iceapnd_cat"  long_name="Ice melt pond concentration per category"          unit=""        />  
     291          <field id="icevpnd_cat"  long_name="Ice melt pond volume per grid area per category"   unit="m"       />  
     292          <field id="iceapnd_cat"  long_name="Ice melt pond grid fraction"                       unit=""        />  
    287293          <field id="icehpnd_cat"  long_name="Ice melt pond thickness per category"              unit="m"       detect_missing_value="true" />  
    288294          <field id="icehlid_cat"  long_name="Ice melt pond lid thickness per category"          unit="m"       detect_missing_value="true" />  
    289           <field id="iceafpnd_cat" long_name="Ice melt pond fraction per category"               unit=""        />  
     295          <field id="iceafpnd_cat" long_name="Ice melt pond ice fraction per category"           unit=""        />  
    290296          <field id="iceaepnd_cat" long_name="Ice melt pond effective fraction per category"     unit=""        />  
    291297          <field id="icemask_cat"  long_name="Fraction of time step with sea ice (per category)" unit=""        /> 
  • NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/cfgs/SHARED/namelist_ice_ref

    r14158 r14302  
    195195!------------------------------------------------------------------------------ 
    196196   ln_pnd            = .true.         !  activate melt ponds or not 
    197       ln_pnd_LEV     = .true.         !  level ice melt ponds (from Flocco et al 2007,2010 & Holland et al 2012) 
    198          rn_apnd_min =   0.15         !     minimum ice fraction that contributes to melt pond. range: 0.0 -- 0.15 ?? 
    199          rn_apnd_max =   0.85         !     maximum ice fraction that contributes to melt pond. range: 0.7 -- 0.85 ?? 
     197      ln_pnd_TOPO    = .true.         !  topographic melt ponds  
     198      ln_pnd_LEV     = .false.        !  level ice melt ponds  
     199         rn_apnd_min =   0.15         !     minimum meltwater fraction contributing to pond growth (TOPO and LEV) 
     200         rn_apnd_max =   0.85         !     maximum meltwater fraction contributing to pond growth (TOPO and LEV) 
    200201         rn_pnd_flush=   0.01         !     pond flushing efficiency (tuning parameter) (LEV) 
    201202      ln_pnd_CST     = .false.        !  constant  melt ponds 
    202203         rn_apnd     =   0.2          !     prescribed pond fraction, at Tsu=0 degC 
    203204         rn_hpnd     =   0.05         !     prescribed pond depth,    at Tsu=0 degC 
    204       ln_pnd_lids    = .true.         !  frozen lids on top of the ponds (only for ln_pnd_LEV) 
     205      ln_pnd_lids    = .false.        !  frozen lids on top of the ponds (only for ln_pnd_LEV) 
    205206      ln_pnd_alb     = .true.         !  effect of melt ponds on ice albedo 
    206207/ 
     
    227228   rn_tms_ini_n     = 270.            !  initial snw temperature     (K), North 
    228229   rn_tms_ini_s     = 270.            !        "            "             South 
    229    rn_apd_ini_n     =   0.2           !  initial pond fraction       (-), North 
     230   rn_apd_ini_n     =   0.0           !  initial pond fraction       (-), North 
    230231   rn_apd_ini_s     =   0.2           !        "            "             South 
    231    rn_hpd_ini_n     =   0.05          !  initial pond depth          (m), North 
     232   rn_hpd_ini_n     =   0.00          !  initial pond depth          (m), North 
    232233   rn_hpd_ini_s     =   0.05          !        "            "             South 
    233234   rn_hld_ini_n     =   0.0           !  initial pond lid depth      (m), North 
Note: See TracChangeset for help on using the changeset viewer.