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

Ignore:
Timestamp:
2021-02-16T14:41:33+01:00 (3 years ago)
Author:
edblockley
Message:

Back-porting Clem's bug fix to ocean-ice heat budget that was causing unrealistic frazil ice growth in SH summer and in the Arctic during shoulder seasons.

File:
1 edited

Legend:

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

    r14451 r14468  
    779779               ! recalculate equivalent pond variables 
    780780               IF ( a_ip(ji,jj,jl) > epsi10) THEN 
    781                   h_ip(ji,jj,jl)      = v_ip(ji,jj,jl) / a_i(ji,jj,jl) 
     781                  h_ip(ji,jj,jl)      = v_ip(ji,jj,jl) / a_ip(ji,jj,jl) 
    782782                  a_ip_frac(ji,jj,jl) = a_ip(ji,jj,jl) / a_i(ji,jj,jl) ! MV in principle, useless as computed in icevar 
    783783                  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.