#2087 closed Bug (fixed)
problems compiling reference config. C1D_PAPA in the trunk
Reported by: | clevy | Owned by: | rbourdal |
---|---|---|---|
Priority: | normal | Milestone: | 2018 release-4.0 |
Component: | OCE | Version: | trunk |
Severity: | major | Keywords: | C1D_PAPA OPA v4.0 |
Cc: |
Description
Context
Using trunk revision 9623, I try to compile reference configuration C1D_PAPA:
./makenemo -n C1D_PAPA -j 8
Compilation stops with errors. It seems that the specifics of this 1D configuration are not up to date with theis new revision of NEMO yet
Analysis
- In list of active cpp keys key_zdfgls is there but does not exist anymore
- Suppressing this cpp key, I get errors in lbclnk module
- Adding key_mpp_mpi key_iomput, I get errors in domc1d module. In particular, domc1d does not seem to be up to date with changes in configuration definition and in &namdom namelist
Fix
Updates needed in C1D_PAPA cpp keys and probably in domc1d module
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
9799 | cbricaud | 2018-06-14T11:54:23+02:00 |
Change History (5)
comment:1 Changed 6 years ago by clevy
- Owner set to cbricaud
- Status changed from new to assigned
comment:2 Changed 6 years ago by cbricaud
- Owner changed from cbricaud to rbourdal
comment:3 Changed 6 years ago by cbricaud
comment:4 Changed 6 years ago by rbourdal
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 3 years ago by nemo
- Keywords OPA v4.0 added
Note: See
TracTickets for help on using
tickets.
In 9799: