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.
#476 (correction of the computation of initial time parameters ( ndastp and adatrj)) – NEMO

Opened 15 years ago

Closed 15 years ago

#476 closed Bug (fixed)

correction of the computation of initial time parameters ( ndastp and adatrj)

Reported by: cetlod Owned by: nemo
Priority: low Milestone:
Component: OFF Version: trunk
Severity: Keywords:
Cc:

Description (last modified by cetlod)

We start the step loop with a call to day. So we must initialize (when not restarting) time parameters corresponding to nit000-1

ndastp = ndate0 - 1
adatrj = ( REAL( nit000-1, wp ) * rdttra(1) ) / rday

ndastp is the time step date
ndatrj is the number of elapsed days since the beginning of the run

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 15 years ago by cetlod

  • Description modified (diff)
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.