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.
#849 (dynamic allocation in limrhg_2) – NEMO

Opened 13 years ago

Closed 11 years ago

Last modified 2 years ago

#849 closed Bug (fixed)

dynamic allocation in limrhg_2

Reported by: rblod Owned by: nemo
Priority: high Milestone:
Component: LIM2 Version: v3.3
Severity: Keywords: LIM* allocation/deallocation v3.3
Cc:

Description

When using VP rheology with LIM2 (key_lim2 + key_lim2_vp), arrays for limrhg_2 are never allocated.
Fix : in iceini_2.F90
around line 27:

   USE limrhg_2         ! LIM2 VP rheology

around line 66

#if ! defined key_lim2_vp
      ierr = ierr + lim_rhg_alloc  ()
#else
      ierr = ierr + lim_rhg_alloc_2()      
#endif


Commit History (0)

(No commits)

Change History (6)

comment:1 Changed 11 years ago by rblod

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

Became invalid, there are no more global arrays in limrhg in 3.4, otherwise in was corrected in 3.3.2

comment:2 Changed 8 years ago by nicolasmartin

  • Milestone 2011 Stream 1: User Interfaces deleted

Milestone 2011 Stream 1: User Interfaces deleted

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords lim_rhg_2 removed

comment:4 Changed 6 years ago by nemo

  • Keywords allocation/deallocation added; allocation removed

comment:5 Changed 6 years ago by nemo

  • Keywords LIM* added

comment:6 Changed 2 years ago by nemo

  • Keywords v3.3 added
Note: See TracTickets for help on using tickets.