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

Changeset 1715 for trunk/NEMO/LIM_SRC_2


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

move daymod public variables in dom_oce, see ticket:590

Location:
trunk/NEMO/LIM_SRC_2
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_2/limdia_2.F90

    r1581 r1715  
    1616   !!   lim_dia_init_2 : initialization and namelist read 
    1717   !!---------------------------------------------------------------------- 
     18   USE dom_oce         ! ocean space and time domain 
    1819   USE phycst          !  
    1920   USE par_ice_2       ! ice parameters 
    2021   USE sbc_oce         ! surface boundary condition variables 
    21    USE daymod          ! 
    2222   USE dom_ice_2       ! 
    2323   USE ice_2           ! 
  • trunk/NEMO/LIM_SRC_2/limdmp_2.F90

    r1465 r1715  
    2020   USE dom_oce 
    2121   USE oce 
    22    USE daymod          ! calendar 
    2322   USE iom 
    2423    
  • trunk/NEMO/LIM_SRC_2/limrst_2.F90

    r1473 r1715  
    1616   !!   lim_rst_read_2  : read  the ice restart file  
    1717   !!---------------------------------------------------------------------- 
     18   USE dom_oce         ! ocean space and time domain 
    1819   USE ice_2 
    1920   USE sbc_oce 
    2021   USE sbc_ice 
    21    USE daymod 
    2222 
    2323   USE in_out_manager 
  • trunk/NEMO/LIM_SRC_2/limtrp_2.F90

    r1694 r1715  
    1414   USE phycst 
    1515   USE dom_oce 
    16    USE daymod 
    1716   USE in_out_manager  ! I/O manager 
    1817   USE dom_ice_2 
  • trunk/NEMO/LIM_SRC_2/limwri_2.F90

    r1482 r1715  
    2121   USE phycst 
    2222   USE dom_oce 
    23    USE daymod 
    2423   USE sbc_oce 
    2524   USE sbc_ice 
Note: See TracChangeset for help on using the changeset viewer.