#1051 closed Bug (fixed)
Compilation fails for v3.5 alpha with LIM3 (dev_MERGE_2012)
Reported by: | gm | Owned by: | gm |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.4 |
Severity: | Keywords: | ASM ICB LIM* OPA v3.4 | |
Cc: |
Description
1- As for the v3.4.1 stable (dev_v3_4_STABLE_2012) asminc.F90 does not compile with LIM3 as hicif is only a LIM2 variable, not a LIM3 one (see ticket #1046).
2- ICB (icbutl.F90) does not compile with LIM3 for the same reason (hicif is not a LIM3 variable)
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3785 | gm | 2013-02-10T08:53:27+01:00 | dev_MERGE_2012: #1051 : bug correction to compile LIM3 with ASM and with ICB |
Change History (7)
comment:1 Changed 10 years ago by gm
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by nicolasmartin
- Keywords with removed
comment:3 Changed 7 years ago by nicolasmartin
- Keywords nemo_v3_4* added
comment:4 Changed 5 years ago by nemo
- Keywords release-3.4* added; nemo_v3_4* removed
comment:5 Changed 5 years ago by nemo
- Keywords LIM* added; LIM3 removed
comment:6 Changed 5 years ago by nemo
- Keywords release-3.4* removed
comment:7 Changed 14 months ago by nemo
- Keywords OPA v3.4 added
Note: See
TracTickets for help on using
tickets.
Quick fix for ASM issue (idem v3.4.1 stable) : suppress the LIM-3 case in asminc.F90 : see Changeset 3785
Quick fixe for ICB issue : in icbini.F90, call ctl_stop when trying to use ICB with LIM-3 ; and in icbutl.F90 remove the use of hicif with key_lim3 is defined (see the same Changeset 3785)