#2210 closed Defect (fixed)
Compilation of the SI3 component fails in non-MPP configuration
Reported by: | smueller | Owned by: | smueller |
---|---|---|---|
Priority: | low | Milestone: | 2018 release-4.0 |
Component: | SI3 | Version: | trunk |
Severity: | minor | Keywords: | non-MPP v4.0 |
Cc: |
Description
Context
The compilation of the SI3 sea-ice component in a non-MPP configuration fails due to the attempted use of an undeclared variable named l_full_nf_update in the source code for module icedyn_rhg_evp.
Analysis
The variable l_full_nf_update used in module icedyn_rhg_evp is declared in the MPP-enabled variant of module lib_mpp; in the non-MPP variant of lib_mpp, l_full_nf_update remains undeclared.
Recommendation
In file src/OCE/LBC/lib_mpp.f90, the declaration of variable l_full_nf_update in the source code for the MPP-enabled variant of the lib_mpp module could be replicated in the corresponding source code for the non-MPP variant of lib_mpp.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
10528 | smasson | 2019-01-16T11:25:41+01:00 | trunk: bugfix in lib_mpp for non-MPP compilation, see #2210 |
Change History (4)
comment:1 Changed 6 years ago by smueller
- Owner changed from systeam to smueller
- Status changed from new to assigned
comment:2 Changed 6 years ago by smasson
comment:3 Changed 6 years ago by smasson
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 Changed 3 years ago by nemo
- Keywords v4.0 added
In 10528: