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.
#472 (bug in the use of ldstop when searching for fields before the start of the run) – NEMO

Opened 15 years ago

Closed 15 years ago

Last modified 2 years ago

#472 closed Bug (fixed)

bug in the use of ldstop when searching for fields before the start of the run

Reported by: ed.blockley Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v3.1
Severity: Keywords: OPA SBC v3.1
Cc:

Description

In fld_init, we have:

         llprev = llprevyr .OR. llprevmth

         CALL fld_clopn( sdjf, nyear - COUNT((/llprevyr/)), nmonth - COUNT((/llprevmth/)) + 12 * COUNT((/llprevyr/)), llprev )

if llprev = .true., we look for previous year/month and we do accept that the file is not existing. So ldstop = .NOT. llprev in the call of fld_clopn

Commit History (0)

(No commits)

Change History (9)

comment:1 Changed 15 years ago by smasson

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

done, see changeset:1491

comment:2 Changed 14 years ago by anonymous

  • Milestone 2009 Stream 1: User Interfaces deleted

Milestone 2009 Stream 1: User Interfaces deleted

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords SBC added; sbc removed

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords fldread added; fld_read removed

comment:5 Changed 8 years ago by nicolasmartin

  • Keywords nemo_v3_1* added

comment:6 Changed 8 years ago by nicolasmartin

  • Keywords fldread removed

comment:7 Changed 6 years ago by nemo

  • Keywords nemo_v3_1* removed

comment:8 Changed 2 years ago by nemo

  • Keywords OPA r3.1 added

comment:9 Changed 2 years ago by nemo

  • Keywords v3.1 added; r3.1 removed
Note: See TracTickets for help on using tickets.