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.
#280 (Restartability problem in time splitting case) – NEMO

Opened 15 years ago

Closed 15 years ago

Last modified 8 years ago

#280 closed Bug (fixed)

Restartability problem in time splitting case

Reported by: greffray Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v3.0
Severity: Keywords: restartability
Cc:

Description

Small modification in the routine dynspg_ts.F90 at the line 623 :

The substitution of

IF ( kt == nit000 ) zssha_b(:,:) = sshn(:,:)

by

IF ( neuler == 0 .AND. kt == nit000 ) zssha_b(:,:) = sshn(:,:)

ensure the continuity of zssha_b when ln_restart is TRUE.

Guillaume.

Commit History (1)

ChangesetAuthorTimeChangeLog
1241rblod2009-01-05T17:14:49+01:00

Fix a stupid bug for time splitting and ensure restartability for dynspg_ts in addition, see tickets #280 and #292

Change History (2)

comment:1 Changed 15 years ago by rblod

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

comment:2 Changed 8 years ago by nicolasmartin

  • Milestone NEMO improvements deleted

Milestone NEMO improvements deleted

Note: See TracTickets for help on using tickets.