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 3604 for trunk/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 – NEMO

Ignore:
Timestamp:
2012-11-19T15:21:34+01:00 (11 years ago)
Author:
rblod
Message:

Adding routines and modules for TAM - Ticket #1005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r3294 r3604  
    77   !!---------------------------------------------------------------------- 
    88   USE oce              ! ocean dynamics and tracers variables 
    9    USE dom_oce          ! ocean space and time domain variables  
     9   USE dom_oce          ! ocean space and time domain variables 
    1010   USE zdf_oce          ! ocean vertical physics variables 
    1111   USE ldftra_oce       ! ocean tracer   - trends 
     
    7979   USE trdmld_rst       ! restart for mixed-layer trends 
    8080   USE trdmod_oce       ! ocean momentum/tracers trends 
    81    USE trdmod           ! momentum/tracers trends    
     81   USE trdmod           ! momentum/tracers trends 
    8282   USE trdvor           ! vorticity budget                 (trd_vor routine) 
    8383   USE diaptr           ! poleward transports              (dia_ptr routine) 
     
    9393   USE asminc           ! assimilation increments      (tra_asm_inc routine) 
    9494   !                                                   (dyn_asm_inc routine) 
    95  
     95   USE asmbkg 
    9696   USE stpctl           ! time stepping control            (stp_ctl routine) 
    9797   USE restart          ! ocean restart                    (rst_wri routine) 
     
    100100   USE diaobs           ! Observation operator 
    101101 
    102    USE timing           ! Timing             
     102   USE timing           ! Timing 
     103   USE tamtrj           ! Needed by TAM 
    103104 
    104105#if defined key_agrif 
Note: See TracChangeset for help on using the changeset viewer.