﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
818	Important:  Corrected typo in prsgrd42.h and prsgrd44.h	arango		"* The pressure gradient routines '''prsgrd42.h''' and '''prsgrd44.h''' use the local variable '''dP''', which is a conflict with the mod_kinds real_kind parameter '''dp''' used for double-precision for some selected variables when the solution is mostly in single precision. 

 Many thanks to Catherine Drinkorn for [https://www.myroms.org/forum/viewtopic.php?f=19&t=5257&p=20330#p20330 bringing] this issue to my attention.

* Adjuted the initialization of the makefile macro '''libraries''' to take care of cyclic dependency.  It fails in some computer operating system.  Now, we have:
 {{{
   libraries := $(SCRATCH_DIR)/libNLM.a $(SCRATCH_DIR)/libUTIL.a
}}}

 Notice that we add first the dependency for '''libNLM.a'''. Many thanks to Bronwyn Cahill for reporting this problem and David Robertson for fixing it. "	bug	closed	major	Release ROMS/TOMS 3.7	Nonlinear	3.7	Fixed		
