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

Changeset 15244


Ignore:
Timestamp:
2021-09-10T11:56:20+02:00 (3 years ago)
Author:
clem
Message:

trunk: solve ticket #2625

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icethd_pnd.F90

    r15243 r15244  
    775775               ! recalculate equivalent pond variables 
    776776               IF ( a_ip(ji,jj,jl) > epsi10) THEN 
    777                   h_ip(ji,jj,jl)      = v_ip(ji,jj,jl) / a_i(ji,jj,jl) 
     777                  h_ip(ji,jj,jl)      = v_ip(ji,jj,jl) / a_ip(ji,jj,jl) 
    778778                  a_ip_frac(ji,jj,jl) = a_ip(ji,jj,jl) / a_i(ji,jj,jl) ! MV in principle, useless as computed in icevar 
    779779                  h_il(ji,jj,jl) = v_il(ji,jj,jl) / a_ip(ji,jj,jl) ! MV in principle, useless as computed in icevar 
Note: See TracChangeset for help on using the changeset viewer.