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 14246 for NEMO – NEMO

Changeset 14246 for NEMO


Ignore:
Timestamp:
2020-12-23T14:33:55+01:00 (3 years ago)
Author:
clem
Message:

4.0-HEAD: change flushing param in SI3 to match better with melt pond observations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/ICE/icethd_pnd.F90

    r14026 r14246  
    166166      REAL(wp), PARAMETER ::   zTp     = -2._wp       ! reference temperature 
    167167      REAL(wp), PARAMETER ::   zvisc   =  1.79e-3_wp  ! water viscosity 
    168       REAL(wp), PARAMETER ::   zflush  =  1.e-02_wp   ! tuning param to reduce flushing (from Hunke et al 2012) 
     168      REAL(wp), PARAMETER ::   zflush  =  0.1_wp      ! tuning param to reduce flushing (from Hunke et al 2012) 
    169169      !! 
    170170      REAL(wp) ::   zfr_mlt, zdv_mlt, zdv_avail       ! fraction and volume of available meltwater retained for melt ponding 
Note: See TracChangeset for help on using the changeset viewer.