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 8984 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/icedyn_adv_pra.F90 – NEMO

Ignore:
Timestamp:
2017-12-12T00:32:40+01:00 (6 years ago)
Author:
clem
Message:

clarify vertical heat diffusion. There are still issues with heat conservation in case nice_jules=2 but it will be solved in due time. Sette tests are all OK except ISOMIP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/icedyn_adv_pra.F90

    r8882 r8984  
    251251            pe_i(:,:,jk,jl) = z0ei(:,:,jk,jl) * r1_e1e2t(:,:) 
    252252         END DO 
    253          ! MV MP 2016 
    254253         IF ( ln_pnd_H12 ) THEN 
    255             pa_ip  (:,:,jl)   = z0ap (:,:,jl) * r1_e1e2t(:,:) 
    256             pv_ip  (:,:,jl)   = z0vp (:,:,jl) * r1_e1e2t(:,:) 
     254            pa_ip  (:,:,jl) = z0ap (:,:,jl) * r1_e1e2t(:,:) 
     255            pv_ip  (:,:,jl) = z0vp (:,:,jl) * r1_e1e2t(:,:) 
    257256         ENDIF 
    258          ! END MV MP 2016 
    259257      END DO 
    260258      ! 
Note: See TracChangeset for help on using the changeset viewer.