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.
#360 (numrnf not defined in flxrnf.F90) – NEMO

Opened 15 years ago

Closed 15 years ago

#360 closed Bug (fixed)

numrnf not defined in flxrnf.F90

Reported by: pmyers Owned by: nemo
Priority: low Milestone:
Component: OCE Version:
Severity: Keywords:
Cc:

Description

Dear Nemo team

I am presently trying to compile the Drakkar version of NEMO 3.1.

I got a compile error for the routine flxrnf.F90

The compiler has detected errors in module "FLXRNF". No module information file will be created for this module.

& zdt, numrnf )


f90-297 f90: ERROR FLX_RNF, File = flxrnf.F90, Line = 188, Column = 33

IMPLICIT NONE is specified in the host scope, therefore an explicit type must be specified for data object "NUMRNF".

Looking at the source code for that routine, it seems that the variable numrnf is not defined anywhere within the module. I assume a definition (integer?) is needed at the start of the module.

Paul

Commit History (0)

(No commits)

Change History (2)

comment:1 in reply to: ↑ description Changed 15 years ago by rblod

Replying to pmyers:

Dear Nemo team

I am presently trying to compile the Drakkar version of NEMO 3.1.

I got a compile error for the routine flxrnf.F90

The compiler has detected errors in module "FLXRNF". No module information file will be created for this module.

& zdt, numrnf )


f90-297 f90: ERROR FLX_RNF, File = flxrnf.F90, Line = 188, Column = 33

IMPLICIT NONE is specified in the host scope, therefore an explicit type must be specified for data object "NUMRNF".

Looking at the source code for that routine, it seems that the variable numrnf is not defined anywhere within the module. I assume a definition (integer?) is needed at the start of the module.

Paul

Hi Paul

In NEMO 3.1 version flxrnf has been replaced by sbcrnf, so you should not be compiling this module ...And in general, all modules dealing with surface conditions have been updated (under SBC repository).

Rachid

comment:2 Changed 15 years ago by rblod

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.