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

Changeset 1565 for trunk/NEMO/LIM_SRC_2


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_2/limthd_2.F90

    r1559 r1565  
    1818   USE phycst          ! physical constants 
    1919   USE dom_oce         ! ocean space and time domain variables 
     20   USE domvvl          ! Variable volume 
    2021   USE lbclnk 
    2122   USE in_out_manager  ! I/O manager 
     
    217218             
    218219            !  energy needed to bring ocean surface layer until its freezing 
    219             qcmif  (ji,jj) =  rau0 * rcp * fse3t(ji,jj,1) * ( tfu(ji,jj) - sst_m(ji,jj) ) * ( 1 - zinda ) 
     220            qcmif  (ji,jj) =  rau0 * rcp * fse3t_m(ji,jj,1)   & 
     221                &          * ( tfu(ji,jj) - sst_m(ji,jj) ) * ( 1 - zinda ) 
    220222             
    221223            !  calculate oceanic heat flux. 
Note: See TracChangeset for help on using the changeset viewer.