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 708 for trunk/NEMO/OPA_SRC/TRD – NEMO

Changeset 708 for trunk/NEMO/OPA_SRC/TRD


Ignore:
Timestamp:
2007-10-10T15:11:42+02:00 (17 years ago)
Author:
smasson
Message:

continue changeset:704, see ticket:5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRD/trdmod.F90

    r699 r708  
    1212   !!   trd_mod_init     : Initialization step 
    1313   !!---------------------------------------------------------------------- 
    14    USE phycst                  ! physical constants 
    1514   USE oce                     ! ocean dynamics and tracers variables 
    1615   USE dom_oce                 ! ocean space and time domain variables 
     
    1817   USE trdmod_oce              ! ocean variables trends 
    1918   USE ldftra_oce              ! ocean active tracers lateral physics 
     19   USE sbc_oce                 ! surface boundary condition: ocean 
     20   USE phycst                  ! physical constants 
    2021   USE trdvor                  ! ocean vorticity trends  
    2122   USE trdicp                  ! ocean bassin integral constraints properties 
    2223   USE trdmld                  ! ocean active mixed layer tracers trends  
    2324   USE in_out_manager          ! I/O manager 
    24    USE taumod                  ! surface ocean stress 
    2525 
    2626   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.