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.
#1186 (declaration of a global size array in OBS/mpp_map.F90) – NEMO

Opened 10 years ago

Closed 7 years ago

#1186 closed Bug (wontfix)

declaration of a global size array in OBS/mpp_map.F90

Reported by: jchanut Owned by: timgraham
Priority: normal Milestone:
Component: OCE Version: v3.6
Severity: minor Keywords:
Cc: jenniewaters

Description

In diaobs_init, there is a call to mppma_init.
An array is allocated in mpp_map.F90, with global sizes:

mppmap(jpiglo,jpjglo)

It is very dangerous; It induces memory crashes.

Commit History (0)

(No commits)

Change History (8)

comment:1 Changed 10 years ago by cbricaud

  • Owner changed from NEMO team to cbricaud

comment:2 Changed 10 years ago by clevy

  • Owner changed from cbricaud to rfurner?

comment:3 Changed 10 years ago by rfurner

  • Owner changed from rfurner? to jwhile

comment:4 Changed 10 years ago by jwhile

This bug will be fixed as part of efforts to get NEMO to run efficiently at hight resolutions. This work will be done by Jennifer Waters, so passing ticket to her.

comment:5 Changed 10 years ago by jwhile

  • Owner changed from jwhile to jenniewaters

comment:6 Changed 7 years ago by clevy

  • Cc jenniewaters added
  • Status changed from new to assigned

comment:7 Changed 7 years ago by timgraham

  • Owner changed from jenniewaters to timgraham

As Jennie is on maternity leave I've assigned this to myself. In the trunk there is now a namelist option to prevent this happening. Do we want to port this back to nemo_v3_6_stable as well?

comment:8 Changed 7 years ago by clevy

  • Resolution set to wontfix
  • Severity set to minor
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.