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/IOM – 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/IOM/restart.F90

    r4292 r4313  
    228228         CALL iom_get( numror, jpdom_autoglo, 'rhop'   , rhop    )   ! now    potential density 
    229229      ELSE 
    230          CALL eos    ( tsn, rhd, rhop )    
     230         CALL eos    ( tsn, rhd, rhop, fsdept_n(:,:,:) )    
    231231      ENDIF 
    232232#if defined key_zdfkpp 
     
    234234         CALL iom_get( numror, jpdom_autoglo, 'rhd'    , rhd     )   ! now    in situ density anomaly 
    235235      ELSE 
    236          CALL eos( tsn, rhd )   ! compute rhd 
     236         CALL eos( tsn, rhd, fsdept_n(:,:,:) )   ! compute rhd 
    237237      ENDIF 
    238238#endif 
Note: See TracChangeset for help on using the changeset viewer.