#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 12 years ago by rblod
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 9 years ago by nicolasmartin
- Milestone 2011 Stream 1: User Interfaces deleted
Milestone 2011 Stream 1: User Interfaces deleted
comment:3 Changed 9 years ago by nicolasmartin
- Keywords lim_rhg_2 removed
comment:4 Changed 7 years ago by nemo
- Keywords allocation/deallocation added; allocation removed
comment:5 Changed 7 years ago by nemo
- Keywords LIM* added
comment:6 Changed 3 years ago by nemo
- Keywords v3.3 added
Note: See
TracTickets for help on using
tickets.
Became invalid, there are no more global arrays in limrhg in 3.4, otherwise in was corrected in 3.3.2