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.
#268 (Reading pre-V3 restart files.) – NEMO

Opened 16 years ago

Closed 16 years ago

#268 closed Bug (fixed)

Reading pre-V3 restart files.

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

Description

Hi.

When trying to read restart files created with version 2.3 I got a problem in sbcssm.F90.

I believe, that the check:

IF( ln_rstart .AND. iom_varid( numror, 'nn_fsbc' ) > 0 ) THEN

should be

IF( ln_rstart .AND. iom_varid( numror, 'nn_fsbc', ldstop = .FALSE. ) > 0 ) THEN

to avoid having iom_varid setting nstop = nstop + 1 causing the code to stop.

/Kristian

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 16 years ago by smasson

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

You are right.
Correction done, see changeset:1214

Note: See TracTickets for help on using tickets.