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.
#1563 (uninitialized variables) – NEMO

Opened 9 years ago

Closed 4 years ago

Last modified 2 years ago

#1563 closed Defect (fixed)

uninitialized variables

Reported by: rblod Owned by: nicolasmartin
Priority: low Milestone:
Component: OCE Version: v3.6
Severity: minor Keywords: OPA v3.6
Cc: systeam

Description (last modified by rblod)

There are a few uninitialized variables in NEMO 3.6, depending on the options. In order of importance:

  • rdivisf without ice shelf is used in freshwater budget computation but never set
  • snwice_fmass without sea-ice is also used in the same way but not computed


  • some namelist variables from namsto and namtrc_dta are not initialized and not in the namelist (ref and cfg), they are not really used but written in namelist.output, so it crash sometimes


  • not really a bug but in general the recent namelists (nam_vvl, namiceitd,namicehdf, namtrd, nam_asminc) are not defined in namelist_cfg

Commit History (0)

(No commits)

Attachments (1)

uninitialised_variables (68.6 KB) - added by timgraham 8 years ago.
List of unitilised variables from compiling all sette tests

Download all attachments as: .zip

Change History (10)

comment:1 Changed 9 years ago by rblod

  • Description modified (diff)

comment:2 Changed 9 years ago by mathiot

Initialisation of rdivisf done in:

Revision: 5553
Author: mathiot
Date: 2015-07-07 12:24:54 +0200 (Tue, 07 Jul 2015)
Log Message:
add initialisation of rdivisf if no ice shelf

Changed 8 years ago by timgraham

List of unitilised variables from compiling all sette tests

comment:3 Changed 8 years ago by timgraham

The Cray fortran compiler outputs warnings for any uninitialised variables. I've redirected these warnings into the attached file for a run of all of the SETTE configs on our merge branch. This contains a lot of duplication but may be useful in helping us to close this ticket at the merge party.

comment:4 Changed 6 years ago by nicolasmartin

  • Owner nemo deleted
  • Status changed from new to assigned

comment:5 Changed 6 years ago by nicolasmartin

  • Milestone Miscellaneous deleted
  • Severity set to minor

comment:6 Changed 6 years ago by nicolasmartin

  • Cc systeam added

comment:7 Changed 6 years ago by nicolasmartin

  • Owner set to nicolasmartin

comment:8 Changed 4 years ago by smasson

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

snwice_mass pb was corrected in [3625]
fwfisf pb was corrected in [7646]

comment:9 Changed 2 years ago by nemo

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