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 8325 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_lac.F90 – NEMO

Ignore:
Timestamp:
2017-07-12T16:51:20+02:00 (7 years ago)
Author:
clem
Message:

STEP4 (1): put all thermodynamics in 1D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_lac.F90

    r8316 r8325  
    446446            ! for remapping 
    447447            h_i_old (1:nbpac,0:nlay_i+1) = 0._wp 
    448             qh_i_old(1:nbpac,0:nlay_i+1) = 0._wp 
     448            eh_i_old(1:nbpac,0:nlay_i+1) = 0._wp 
    449449            DO jk = 1, nlay_i 
    450450               DO ji = 1, nbpac 
    451451                  h_i_old (ji,jk) = zv_i_1d(ji,jl) * r1_nlay_i 
    452                   qh_i_old(ji,jk) = ze_i_1d(ji,jk,jl) * h_i_old(ji,jk) 
     452                  eh_i_old(ji,jk) = ze_i_1d(ji,jk,jl) * h_i_old(ji,jk) 
    453453               END DO 
    454454            END DO 
     
    462462               ! for remapping 
    463463               h_i_old (ji,nlay_i+1) = zv_newfra 
    464                qh_i_old(ji,nlay_i+1) = ze_newice(ji) * zv_newfra 
     464               eh_i_old(ji,nlay_i+1) = ze_newice(ji) * zv_newfra 
    465465            ENDDO 
    466466            ! --- Ice enthalpy remapping --- ! 
Note: See TracChangeset for help on using the changeset viewer.