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

Changeset 14672


Ignore:
Timestamp:
2021-04-01T16:19:43+02:00 (3 years ago)
Author:
dancopsey
Message:

Remove frozen lids if the ponds disappear

File:
1 edited

Legend:

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

    r14671 r14672  
    742742                
    743743                  ENDIF  ! v_il 
     744 
     745                  !---------------------------------------------------------------- 
     746                  ! Remove ice lid if there is no liquid pond 
     747                  !---------------------------------------------------------------- 
     748 
     749                  IF (a_i(ji,jj,jl) > epsi10    .AND. & 
     750                      v_ip(ji,jj,jl) < epsi10   .AND. & 
     751                      v_il(ji,jj,jl) > epsi10)   THEN 
     752                           v_il(ji,jj,jl) = 0._wp 
     753                  ENDIF 
    744754             
    745755               END DO ! jl 
Note: See TracChangeset for help on using the changeset viewer.