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 12484 for NEMO/branches/UKMO/NEMO_4.0.1_fix_cpl/src/ICE/icethd.F90 – NEMO

Ignore:
Timestamp:
2020-02-28T11:57:10+01:00 (4 years ago)
Author:
dancopsey
Message:
  • Make meltponds have a maximum size.
  • Make meltponds leak into the ocean.
  • Make meltpond lids melt at the same rate as the pond underneath.
  • Make meltpond available area proportional to the total sea ice fraction (not category fraction).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_fix_cpl/src/ICE/icethd.F90

    r12402 r12484  
    220220            dh_i_sub  (1:npti) = 0._wp ; dh_i_bog(1:npti) = 0._wp 
    221221            dh_snowice(1:npti) = 0._wp ; dh_s_mlt(1:npti) = 0._wp 
     222            dh_i_pnd  (1:npti) = 0._wp 
     223            dh_s_pnd  (1:npti) = 0._wp 
    222224            !                                       
    223225                              CALL ice_thd_zdf                      ! --- Ice-Snow temperature --- ! 
Note: See TracChangeset for help on using the changeset viewer.