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 14158 for NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/src/ICE/ice.F90 – NEMO

Ignore:
Timestamp:
2020-12-11T12:19:59+01:00 (4 years ago)
Author:
cguiavarch
Message:

Back-porting the rn_pnd_flush namelist logical from the trunk to 4.0.3 GO8 package branch.
NB. this will not be required for future versions of the GO8 package branch for NEMO version >=4.0.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/src/ICE/ice.F90

    r14075 r14158  
    211211   REAL(wp), PUBLIC ::   rn_apnd_min      !: Minimum ice fraction that contributes to melt ponds 
    212212   REAL(wp), PUBLIC ::   rn_apnd_max      !: Maximum ice fraction that contributes to melt ponds 
     213   REAL(wp), PUBLIC ::   rn_pnd_flush     !: Pond flushing efficiency (tuning parameter) 
    213214   LOGICAL , PUBLIC ::   ln_pnd_CST       !: Melt ponds scheme with constant fraction and depth 
    214215   REAL(wp), PUBLIC ::   rn_apnd          !: prescribed pond fraction (0<rn_apnd<1) 
Note: See TracChangeset for help on using the changeset viewer.