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 3187 for branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 – NEMO

Ignore:
Timestamp:
2011-11-28T17:44:46+01:00 (12 years ago)
Author:
spickles2
Message:

Stephen Pickles, 28 Nov 2011.
First commit of dCSE NEMO project work, part 1 - index re-ordering,
OPA_SRC top level only. Includes fix for sub-optimal auto-partitioning
in nemogcm.F90.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r2528 r3187  
    2828   USE trabbc           ! bottom boundary condition        (tra_bbc routine) 
    2929   USE trabbl           ! bottom boundary layer            (tra_bbl routine) 
    30    USE tradmp           ! internal damping                 (tra_dmp routine) 
     30   USE tradmp, ONLY : lk_tradmp, tra_dmp_init, tra_dmp 
     31                        ! internal damping                 (tra_dmp routine) 
    3132   USE traadv           ! advection scheme control     (tra_adv_ctl routine) 
    3233   USE traldf           ! lateral mixing                   (tra_ldf routine) 
Note: See TracChangeset for help on using the changeset viewer.