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/TRA/traadv_cen2.F90 – NEMO

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/TRA/traadv_cen2.F90

    r699 r708  
    1717   USE oce             ! ocean dynamics and active tracers 
    1818   USE dom_oce         ! ocean space and time domain 
     19   USE sbc_oce         ! surface boundary condition: ocean 
     20   USE dynspg_oce      ! choice/control of key cpp for surface pressure gradient 
     21   USE trdmod_oce      ! ocean variables trends 
    1922   USE trdmod          ! ocean active tracers trends  
    20    USE trdmod_oce      ! ocean variables trends 
    21    USE flxrnf          ! 
    2223   USE trabbl          ! advective term in the BBL 
    2324   USE ocfzpt          ! 
     25   USE in_out_manager  ! I/O manager 
    2426   USE lib_mpp 
    2527   USE lbclnk          ! ocean lateral boundary condition (or mpp link) 
    26    USE in_out_manager  ! I/O manager 
    2728   USE diaptr          ! poleward transport diagnostics 
    28    USE dynspg_oce      ! choice/control of key cpp for surface pressure gradient 
    2929   USE prtctl          ! Print control 
    3030 
Note: See TracChangeset for help on using the changeset viewer.