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 4292 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 – NEMO

Ignore:
Timestamp:
2013-11-20T17:28:04+01:00 (10 years ago)
Author:
cetlod
Message:

dev_MERGE_2013 : 1st step of the merge, see ticket #1185

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r4152 r4292  
    1111   USE ldftra_oce       ! ocean tracer   - trends 
    1212   USE ldfdyn_oce       ! ocean dynamics - trends 
     13   USE divcur           ! hor. divergence and curl      (div & cur routines) 
    1314   USE in_out_manager   ! I/O manager 
    1415   USE iom              ! 
     
    6465   USE bdydyn3d         ! bdy cond. for baroclinic vel.  (bdy_dyn3d routine) 
    6566 
    66    USE sshwzv           ! vertical velocity and ssh        (ssh_wzv routine) 
     67   USE sshwzv           ! vertical velocity and ssh        (ssh_nxt routine) 
     68   !                                                       (ssh_swp routine) 
     69   !                                                       (wzv     routine) 
     70   USE domvvl           ! variable vertical scale factors  (dom_vvl_sf_nxt routine) 
     71   !                                                       (dom_vvl_sf_swp routine) 
    6772 
    6873   USE ldfslp           ! iso-neutral slopes               (ldf_slp routine) 
Note: See TracChangeset for help on using the changeset viewer.