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.
#875 (Bug in ORCA1 configuration.) – NEMO

Opened 12 years ago

Closed 12 years ago

#875 closed Bug (fixed)

Bug in ORCA1 configuration.

Reported by: kmogensen Owned by: nemo
Priority: low Milestone:
Component: OCE Version: trunk
Severity: Keywords:
Cc:

Description

Hi all.

There seems to be a problem with the ORCA1 configuration in the trunk. If you compare the lines 443-444 of NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90 with the NOCS original ORCA1 files from ftp://ftp.noc.soton.ac.uk/omfftp/ORCA1/SRC/oc1files_rev1780.tar of a previous version of NEMO you will notice that the lines

ii0 = 142   ;   ii1 = 142

ij0 =  51   ;   ij1 =  53

should be

ii0 =  51   ;   ii1 =  53

ij0 = 142   ;   ij1 = 142

E.g. the i and j indices have been reversed.

/Kristian

Commit History (2)

ChangesetAuthorTimeChangeLog
3254charris2012-01-09T16:16:43+01:00

Removed incorrect Halmera strait closure for ORCA1 (currently creates an island in the South Pacific - see #875). If it is necessary to modify the land-sea mask the change can be made at 3.4 using a modified bathmetry file.

2950acc2011-10-18T11:20:36+02:00

Fixed incorrect ORCA1 settings in domzgr. See ticket #875

Change History (1)

comment:1 Changed 12 years ago by acc

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

Fixed in changeset 2950. Will need to ensure this is added to the 2011 merge which will be based on trunk version 2855

Note: See TracTickets for help on using tickets.