New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#1541 (Missing subroutine referenced in trcice.F90) – NEMO

Opened 9 years ago

Closed 9 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)

ChangesetAuthorTimeChangeLog
5439timgraham2015-06-19T10:17:09+02:00

2nd fix for #1541

5434cetlod2015-06-18T11:05:30+02:00

fix to add undefined subroutines, see ticket #1541

Change History (4)

comment:1 Changed 9 years ago by cetlod

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed 9 years ago by timgraham

  • Resolution fixed deleted
  • Status changed from closed to reopened

There is still a problem in this fix. Output from compiling SETTE tests overnight:

Errors include:

==LONG/BLD/ppsrc/nemo/trcice_my_trc.f90", line 13.12: 1513-085 (S) Improper END statement specified. This END statement will be matched with the program unit or procedure named trcice_my_trc.
** trcice_my_trc   === End of Compilation 1 ===
1501-511  Compilation failed for file trcice_my_trc.f90.

I'll try to find the error and rerun SETTE.

comment:3 Changed 9 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 9 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.