#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)
Change History (10)
comment:1 Changed 8 years ago by rblod
- Description modified (diff)
comment:2 Changed 8 years ago by mathiot
comment:3 Changed 7 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 5 years ago by nicolasmartin
- Milestone Miscellaneous deleted
- Severity set to minor
comment:6 Changed 5 years ago by nicolasmartin
- Cc systeam added
comment:7 Changed 5 years ago by nicolasmartin
- Owner set to nicolasmartin
comment:8 Changed 3 years ago by smasson
- Resolution set to fixed
- Status changed from assigned to closed
comment:9 Changed 16 months ago by nemo
- Keywords OPA v3.6 added
Note: See
TracTickets for help on using
tickets.
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