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.
#908 (3.4beta : compilation with key_lim2 && key_lim2_vp) – NEMO

Opened 12 years ago

Closed 11 years ago

#908 closed Bug (fixed)

3.4beta : compilation with key_lim2 && key_lim2_vp

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

Description

  1. limwri, limwri_dimg, does not consider the standard EVP case. Output values are interpolated as it used to be with VP rheology.
  2. in order to fix this bug, using lk_lim2_vp instead of directly the CPP key, array tmv must be declared in both cases even if it is used only for evp case.
  3. So in dom_ice_2.F90, it is probably a good idea to eliminate CPP keys in the declaration part of the module, and to let the allocation routine decide whether the arrays are to be allocated or not.
  • impacted routine : limwri_2.F90, limwi_dimg_2.h90, dom_ice_2.F90


  • I attach my corrected version of these files

Commit History (1)

ChangesetAuthorTimeChangeLog
3564rblod2012-11-15T18:42:30+01:00

fix output average with EVP, see ticket #908

Attachments (3)

limwri_2.F90 (17.5 KB) - added by molines 12 years ago.
limwri_dimg_2.h90 (8.9 KB) - added by molines 12 years ago.
dom_ice_2.F90 (4.1 KB) - added by molines 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by molines

Changed 12 years ago by molines

Changed 12 years ago by molines

comment:1 Changed 11 years ago by rblod

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.