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 428 for trunk/NEMO/OPA_SRC/TRA – NEMO

Changeset 428 for trunk/NEMO/OPA_SRC/TRA


Ignore:
Timestamp:
2006-03-27T11:55:49+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_036:RB: change statement for compatibility with AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/trabbl.F90

    r409 r428  
    1919   USE dom_oce              ! ocean space and time domain 
    2020   USE trdmod_oce           ! ocean variables trends 
    21    USE eosbn2 , ONLY : neos ! type of equation of state 
    2221   USE in_out_manager       ! I/O manager 
    2322   USE prtctl               ! Print control 
     
    115114      USE oce, ONLY :    ztdta => ua,     & ! use ua as 3D workspace    
    116115                         ztdsa => va        ! use va as 3D workspace    
     116      USE eosbn2, ONLY : neos ! type of equation of state 
    117117 
    118118      !! * Arguments  
Note: See TracChangeset for help on using the changeset viewer.