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 8061 for branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/NEMO/LIM_SRC_3/limitd_th.F90 – NEMO

Ignore:
Timestamp:
2017-05-24T10:02:23+02:00 (7 years ago)
Author:
vancop
Message:

Quick commit on empirical melt ponds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/NEMO/LIM_SRC_3/limitd_th.F90

    r7319 r8061  
    358358            a_i (ii,ij,1) = a_i(ii,ij,1) * ht_i(ii,ij,1) / rn_himin  
    359359            ! MV MP 2016 
    360             IF ( ln_limMP ) THEN 
     360            IF ( nn_pnd_scheme > 0 ) THEN 
    361361               a_ip(ii,ij,1) = a_ip(ii,ij,1) * ht_i(ii,ij,1) / rn_himin 
    362362            ENDIF 
     
    587587 
    588588            ! MV MP 2016  
    589             IF ( ln_limMP ) THEN 
     589            IF ( nn_pnd_scheme > 0 ) THEN 
    590590            !--------------------- 
    591591            ! Pond fraction 
Note: See TracChangeset for help on using the changeset viewer.