#1366 closed Bug (fixed)
Unitialised values outputted to ocean.ouptut in bdytide_init
Reported by: | rfurner | Owned by: | davestorkey ?? |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | Keywords: | 2012 OPA v3.6 | |
Cc: |
Description
Phase speeds and tidal component names are outputted to ocean.output in the bdytide_init module, but at this point the phase speeds have not been initialised so are 'nonsense' values. This is in the AMM12 model.
It seems either these write statements should be moved (or removed), or that other modules need to be called ahead of bdytide_init so that the values are initialised prior to being written out here.
The model passes SETTE, so is bit comparable for restarts, so it seems these values are set before being used in calculations anywhere.
Commit History (0)
(No commits)
Change History (13)
comment:1 Changed 9 years ago by clevy
- Owner changed from NEMO team to davestorkey ??
comment:2 Changed 8 years ago by timgraham
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 7 years ago by nicolasmartin
- Keywords 2012 Interfaces Stream User added
comment:4 Changed 7 years ago by nicolasmartin
- Keywords interfaces added; Interfaces removed
comment:5 Changed 7 years ago by nicolasmartin
- Keywords user added; User removed
comment:6 Changed 7 years ago by nicolasmartin
- Keywords nemo_v3_6* added
comment:7 Changed 7 years ago by nicolasmartin
- Milestone 2012 Stream 1: User Interfaces deleted
Milestone 2012 Stream 1: User Interfaces deleted
comment:8 Changed 7 years ago by nicolasmartin
- Keywords interfaces user added; UI removed
comment:9 Changed 7 years ago by nicolasmartin
- Keywords interfaces removed
comment:10 Changed 7 years ago by nicolasmartin
- Keywords user removed
comment:11 Changed 5 years ago by nemo
- Keywords release-3.6* added; nemo_v3_6* removed
comment:12 Changed 5 years ago by nemo
- Keywords release-3.6* removed
comment:13 Changed 16 months ago by nemo
- Keywords OPA v3.6 added
Note: See
TracTickets for help on using
tickets.
Fixed at r5084.
The phase speeds are printed out by sbc_tide at each time step so there is no need to print them in bdytide_init anymore. I have therefore removed this write statement.