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 1310 for trunk/NEMO/TOP_SRC/TRP/trdmld_trc.F90 – NEMO

Ignore:
Timestamp:
2009-02-16T16:27:12+01:00 (15 years ago)
Author:
smasson
Message:

set origin of outputs calendar, continue changeset:1309, see ticket:335

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trdmld_trc.F90

    r1283 r1310  
    14111411      ! II.2 Compute julian date from starting date of the run 
    14121412      ! ------------------------------------------------------ 
    1413       CALL ymds2ju( nyear, nmonth, nday, 0.e0, zjulian ) 
     1413      CALL ymds2ju( nyear, nmonth, nday, rdt, zjulian ) 
     1414      zjulian = zjulian - adatrj   !   set calendar origin to the beginning of the experiment 
    14141415      IF(lwp) WRITE(numout,*)' '   
    14151416      IF(lwp) WRITE(numout,*)' Date 0 used :', nit000                  & 
Note: See TracChangeset for help on using the changeset viewer.