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

Ignore:
Timestamp:
2011-11-20T16:02:18+01:00 (13 years ago)
Author:
cetlod
Message:

New dynamical allocation & timing in OPA_SRC/DYN routines

File:
1 edited

Legend:

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

    r3139 r3161  
    4545   USE dynspg_oce       ! surface pressure gradient        (dyn_spg routine) 
    4646   USE dynspg           ! surface pressure gradient        (dyn_spg routine) 
     47   USE dynnept          ! simp. form of Neptune effect(dyn_nept_cor routine) 
     48 
    4749   USE dynnxt           ! time-stepping                    (dyn_nxt routine) 
    4850 
     
    8991   USE floats           ! floats computation               (flo_stp routine) 
    9092 
     93   USE asminc           ! assimilation increments      (tra_asm_inc routine) 
     94   !                                                   (dyn_asm_inc routine) 
     95 
    9196   USE stpctl           ! time stepping control            (stp_ctl routine) 
    9297   USE restart          ! ocean restart                    (rst_wri routine) 
Note: See TracChangeset for help on using the changeset viewer.