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 14727 – NEMO

Changeset 14727


Ignore:
Timestamp:
2021-04-19T14:24:29+02:00 (3 years ago)
Author:
dancopsey
Message:

Remove frozen lid if there is no melt pond.

File:
1 edited

Legend:

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

    r14468 r14727  
    742742                
    743743                  ENDIF  ! v_il 
     744 
     745                  !---------------------------------------------------------------- 
     746                  ! Remove ice lid if there is no liquid pond 
     747                  !---------------------------------------------------------------- 
     748 
     749                  IF (v_ip(ji,jj,jl) < epsi10) THEN 
     750                     v_il(ji,jj,jl) = 0._wp 
     751                  ENDIF 
    744752             
    745753               END DO ! jl 
Note: See TracChangeset for help on using the changeset viewer.