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 4313 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2013-11-22T13:12:59+01:00 (10 years ago)
Author:
cetlod
Message:

dev_MERGE_2013 : fix on argument call of eos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/step.F90

    r4312 r4313  
    112112          ! Note that the computation of vertical velocity above, hence "after" sea level 
    113113          ! is necessary to compute momentum advection for the rhs of barotropic loop: 
    114                                   CALL eos    ( tsn, rhd, rhop )                 ! now in situ density for hpg computation 
     114                                  CALL eos    ( tsn, rhd, rhop, fsdept_n(:,:,:) )                 ! now in situ density for hpg computation 
    115115          IF( ln_zps      )       CALL zps_hde( kstp, jpts, tsn, gtsu, gtsv,  &  ! zps: now hor. derivative 
    116116                &                                          rhd, gru , grv  )     ! of t, s, rd at the last ocean level 
Note: See TracChangeset for help on using the changeset viewer.