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/OFF_SRC – NEMO

Changeset 1715 for trunk/NEMO/OFF_SRC


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/OFF_SRC
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OFF_SRC/DIA/dianam.F90

    r1703 r1715  
    1515   USE phycst          ! physical constants 
    1616   USE in_out_manager  ! I/O manager 
    17    USE daymod          ! calendar 
    1817   USE ioipsl, ONLY :  ju2ymds    ! for calendar 
    1918 
  • trunk/NEMO/OFF_SRC/DOM/domain.F90

    r1500 r1715  
    1515   USE phycst          ! physical constants 
    1616   USE in_out_manager  ! I/O manager 
    17    USE daymod          ! calendar 
    1817   USE lib_mpp         ! distributed memory computing library 
    1918 
  • trunk/NEMO/OFF_SRC/DOM/domrea_dimg.h90

    r1152 r1715  
    3737      !! * Modules used 
    3838      USE lib_mpp 
    39       USE daymod 
     39      USE dom_oce         ! ocean space and time domain 
    4040 
    4141      !! * Local declarations 
  • trunk/NEMO/OFF_SRC/istate.F90

    r1152 r1715  
    1111   USE oce             ! ocean dynamics and active tracers  
    1212   USE dom_oce         ! ocean space and time domain  
    13    USE daymod          !  
    1413   USE ldftra_oce      ! ocean active tracers: lateral physics 
    1514   USE zdf_oce         ! ocean vertical physics 
  • trunk/NEMO/OFF_SRC/opa.F90

    r1497 r1715  
    1111   USE dom_oce         ! ocean space domain variables 
    1212   USE oce             ! dynamics and tracers variables 
    13    USE daymod          ! calendar 
    1413   USE in_out_manager  ! I/O manager 
    1514   USE lib_mpp         ! distributed memory computing 
Note: See TracChangeset for help on using the changeset viewer.