Opened 13 years ago
Closed 13 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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3254 | charris | 2012-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. |
2950 | acc | 2011-10-18T11:20:36+02:00 | Fixed incorrect ORCA1 settings in domzgr. See ticket #875 |
Change History (1)
comment:1 Changed 13 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