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/TRD/trdicp.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/TRD/trdicp.F90

    r3294 r4313  
    276276         zkepe(:,:,:) = 0._wp 
    277277    
    278          CALL eos( tsn, rhd, rhop )       ! now potential and in situ densities 
     278         CALL eos( tsn, rhd, rhop, fsdept_n(:,:,:) )       ! now potential and in situ densities 
    279279 
    280280         zcof = 0.5_wp / rau0             ! Density flux at w-point 
Note: See TracChangeset for help on using the changeset viewer.