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 3764 for branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 – NEMO

Ignore:
Timestamp:
2013-01-23T15:33:04+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: report bugfixes done in the trunk from r3555 to r3763 into dev_MERGE_2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r3680 r3764  
    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 
     
    8484   USE trdmld_rst       ! restart for mixed-layer trends 
    8585   USE trdmod_oce       ! ocean momentum/tracers trends 
    86    USE trdmod           ! momentum/tracers trends    
     86   USE trdmod           ! momentum/tracers trends 
    8787   USE trdvor           ! vorticity budget                 (trd_vor routine) 
    8888   USE diaptr           ! poleward transports              (dia_ptr routine) 
     
    9898   USE asminc           ! assimilation increments      (tra_asm_inc routine) 
    9999   !                                                   (dyn_asm_inc routine) 
    100  
     100   USE asmbkg 
    101101   USE stpctl           ! time stepping control            (stp_ctl routine) 
    102102   USE prtctl           ! Print control                    (prt_ctl routine) 
     
    104104   USE diaobs           ! Observation operator 
    105105 
    106    USE timing           ! Timing             
     106   USE timing           ! Timing 
    107107 
    108108#if defined key_agrif 
Note: See TracChangeset for help on using the changeset viewer.