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 1715 for trunk/NEMO/OPA_SRC/TRD – NEMO

Ignore:
Timestamp:
2009-11-05T16:18:26+01:00 (15 years ago)
Author:
smasson
Message:

move daymod public variables in dom_oce, see ticket:590

Location:
trunk/NEMO/OPA_SRC/TRD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRD/trdmld.F90

    r1685 r1715  
    2727   USE in_out_manager  ! I/O manager 
    2828   USE phycst          ! Define parameters for the routines 
    29    USE daymod          ! calendar 
    3029   USE dianam          ! build the name of file (routine) 
    3130   USE ldfslp          ! iso-neutral slopes  
  • trunk/NEMO/OPA_SRC/TRD/trdmld_rst.F90

    r1473 r1715  
    1111   USE trdmod_oce      ! ocean variables for trend diagnostics (i.e. icp/mixed-layer/vorticity) 
    1212   USE in_out_manager  ! I/O manager 
    13    USE daymod          ! calendar 
    1413   USE iom             ! I/O module 
    1514   USE restart         ! only for lrst_oce 
  • trunk/NEMO/OPA_SRC/TRD/trdvor.F90

    r1601 r1715  
    2323   USE phycst          ! Define parameters for the routines 
    2424   USE ldfdyn_oce      ! ocean active tracers: lateral physics 
    25    USE daymod          ! calandar 
    2625   USE dianam          ! build the name of file (routine) 
    2726   USE zdfmxl          ! mixed layer depth 
Note: See TracChangeset for help on using the changeset viewer.