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 1565 for trunk/NEMO/LIM_SRC_3/limthd.F90 – NEMO

Ignore:
Timestamp:
2009-07-31T16:01:08+02:00 (15 years ago)
Author:
rblod
Message:

Use appropiate e3 for divergence computation and for sea-ice, see ticket #507

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limthd.F90

    r1465 r1565  
    1414   USE phycst          ! physical constants 
    1515   USE dom_oce         ! ocean space and time domain variables 
     16   USE domvvl          ! Variable volume 
    1617   USE lbclnk 
    1718   USE in_out_manager  ! I/O manager 
     
    241242            ! Energy needed to bring ocean surface layer until its freezing 
    242243            ! qcmif, limflx 
    243             qcmif  (ji,jj) =  rau0 * rcp * fse3t(ji,jj,1) * ( t_bo(ji,jj) - (sst_m(ji,jj) + rt0) ) * ( 1. - zinda ) 
     244            qcmif  (ji,jj) =  rau0 * rcp * fse3t_m(ji,jj,1)   & 
     245               &           * ( t_bo(ji,jj) - (sst_m(ji,jj) + rt0) ) * ( 1. - zinda ) 
    244246 
    245247            !  calculate oceanic heat flux (limthd_dh) 
Note: See TracChangeset for help on using the changeset viewer.