Opened 8 years ago
Closed 8 years ago
#1541 closed Bug (fixed)
Missing subroutine referenced in trcice.F90
Reported by: | acc | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | trunk |
Severity: | Keywords: | ||
Cc: |
Description
trcice.F90 contains a reference to a non-existent subroutine which causes a compilation failure with the current HEAD of the trunk and key_top.
This seems to confirm:
cd NEMOGCM/NEMO grep -i trc_ice_ini_my_trc `find ./ -name '*90'` ./TOP_SRC/trcice.F90: IF( lk_my_trc ) CALL trc_ice_ini_my_trc ! MY_TRC tracers
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
5439 | timgraham | 2015-06-19T10:17:09+02:00 | 2nd fix for #1541 |
5434 | cetlod | 2015-06-18T11:05:30+02:00 | fix to add undefined subroutines, see ticket #1541 |
Change History (4)
comment:1 Changed 8 years ago by cetlod
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 8 years ago by timgraham
- Resolution fixed deleted
- Status changed from closed to reopened
comment:3 Changed 8 years ago by timgraham
I think the error is just the last line of the module is incorrect.
It should be
END MODULE trcice_my_trc instead of END MODULE trcice_ini_my_trc
I'm rerunning SETTE now and will commit the fix once ORCA2LIMPIS has run.
comment:4 Changed 8 years ago by timgraham
- Resolution set to fixed
- Status changed from reopened to closed
Fixed at r5439
Note: See
TracTickets for help on using
tickets.
There is still a problem in this fix. Output from compiling SETTE tests overnight:
Errors include:
I'll try to find the error and rerun SETTE.