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 10333 for NEMO/trunk/src/TOP/PISCES/SED/sedrst.F90 – NEMO

Ignore:
Timestamp:
2018-11-19T14:22:44+01:00 (5 years ago)
Author:
smasson
Message:

trunk: bugfix: add missing use in sed routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/SED/sedrst.F90

    r10222 r10333  
    1010   USE sed 
    1111   USE sedarr 
    12    USE trc_oce, ONLY: l_offline         ! ocean space and time domain variables 
     12   USE trc_oce, ONLY : l_offline, nn_dttrc 
     13   USE phycst , ONLY : rday 
    1314   USE iom 
    1415   USE daymod 
Note: See TracChangeset for help on using the changeset viewer.