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.
#1528 (Array ndaice_da is undefined in nemo_v3_4_1) – NEMO

Opened 9 years ago

Closed 7 years ago

#1528 closed Bug (fixed)

Array ndaice_da is undefined in nemo_v3_4_1

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

Description

The array ndaice_da is undefined, which lead to compilation failure when key_cice is defined. Adding the following lines after line 88 in module asminc.F90 would fix the problem.

#if defined key_cice

REAL(wp), DIMENSION(:,:), ALLOCATABLE
ndaice_da ! ice increment tendency into CICE
#endif

Commit History (4)

ChangesetAuthorTimeChangeLog
8031lovato2017-05-16T12:20:01+02:00

3.6 stable: bugfix for ticket #1528

8030lovato2017-05-16T12:19:47+02:00

trunk: bugfix for ticket #1528

8029lovato2017-05-16T12:14:12+02:00

3.4 stable: apply macro selection as in 3.6_stable (#1528)

8028lovato2017-05-16T12:07:29+02:00

3.4 stable: bugfix for ticket #1528

Change History (1)

comment:1 Changed 7 years ago by lovato

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

the bugfix was applied to
v3.4 stable : r8028 (and in r8029 the macro selection was updated to match with 3.6)
v3.6 stable : r8031
trunk : r8030

Note: See TracTickets for help on using tickets.