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

Ignore:
Timestamp:
2013-02-01T15:56:10+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: xios+agrif+oasis compliant

File:
1 edited

Legend:

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

    r3764 r3769  
    1414   USE iom              ! 
    1515   USE lbclnk 
     16   USE restart          ! restart 
     17#if defined key_iomput 
     18   USE xios 
     19#endif 
    1620 
    1721   USE daymod           ! calendar                         (day     routine) 
     
    109113   USE agrif_opa_sponge ! Momemtum and tracers sponges 
    110114#endif 
     115#if defined key_top 
     116   USE trcstp           ! passive tracer time-stepping      (trc_stp routine) 
     117#endif 
    111118   !!---------------------------------------------------------------------- 
    112119   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
Note: See TracChangeset for help on using the changeset viewer.