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.
#231 (Forward time stepping in dynspg_ts) – NEMO

Opened 16 years ago

Closed 16 years ago

Last modified 8 years ago

#231 closed Bug (fixed)

Forward time stepping in dynspg_ts

Reported by: nemo_user Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v2
Severity: Keywords: time-splitting
Cc:

Description

The first iteration of the barotropic time stepping (jit=1) in dynspg_ts should be started with a forward time stepping. In the code, this is not the case except if the model is started at rest (neuler==0). The wrong line is:

IF( neuler == 0 .AND. jit == 1 ) THEN ! Euler (forward) time stepping

and should be replaced by

IF( jit == 1 ) THEN ! Euler (forward) time stepping

Commit History (1)

ChangesetAuthorTimeChangeLog
1170rblod2008-08-11T14:28:51+02:00

Correct a bug for euler forward time stepping see ticket #231 , add correction for bdy (non defined fields)

Change History (4)

comment:1 Changed 16 years ago by rblod

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords TS added; splitting removed

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords time removed

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords time-splitting added; TS removed
Note: See TracTickets for help on using tickets.