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 1130 for trunk/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2008-06-24T17:00:56+02:00 (16 years ago)
Author:
smasson
Message:

daymod bugfix and enhancement, see ticket #216

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domain.F90

    r1102 r1130  
    1616   USE sbc_oce         ! surface boundary condition: ocean 
    1717   USE phycst          ! physical constants 
    18    USE daymod          ! calendar 
    1918   USE in_out_manager  ! I/O manager 
    2019   USE lib_mpp         ! distributed memory computing library 
     
    176175         WRITE(numout,*) '           multi file dimgout           ln_dimgnnn   = ', ln_dimgnnn 
    177176      ENDIF 
    178  
    179       ndastp = ndate0                ! Assign initial date to current date 
    180177 
    181178      ! ... Control of output frequency 
Note: See TracChangeset for help on using the changeset viewer.