﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
58	NAG compile error in fm	Dave Offiler	Dave Offiler	"In ropp_fm/refrac_1d/ropp_fm_refrac_1d_grad.f90, line 62:

  use ropp_fm!,   not_this => ropp_fm_refrac_1d_ecmwf_grad

ie the 'not this...' is commented out. This causes the NAG compiler to generate an error:

f95 -I../build  -O3 -ieee=full -I/data/nwp1/grassaf/ropp/nag/include -c -o ropp_fm_refrac_1d_grad.o `test -f '../refrac_1d/ropp_fm_refrac_1d_grad.f90' || echo './'`../refrac_1d/ropp_fm_refrac_1d_grad.f90
Error: ../refrac_1d/ropp_fm_refrac_1d_grad.f90, line 62: USE ROPP_FM in program-unit ROPP_FM_REFRAC_1D_ECMWF_GRAD imports symbol ROPP_FM_REFRAC_1D_ECMWF_GRAD
       detected at ROPP_FM@<end-of-statement>

Removing the comment '!' allows NAG to compile ropp_fm. Was this commented out to stop a problem with another compiler??
"	defect	closed	normal		ropp_fm	0.8	fixed		
