﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
245	Miscellaneous updates	arango	arango	"Several updates:

 * Updated the weak constraint 4DVAR driver '''w4dvar_ocean.h''' to save the representer solution at the beginning of each outer loop.
 * Created new subroutine '''checkadj.F''' to check for unsupported CPP options in adjoint-based algorithms. The execution will stop when such options are activated.
 * Renamed file find_'''string.F''' to '''string.F'''. The new file is a module with several functions to manipulate strings. Currently, we have:
{{{
     find_string:  Scans a character array for a specified string
     lowercase:    Converts input string characters to lowercase
     uppercase:    Converts input string characters to uppercase
}}}
 * Corrected several bugs in '''congrad.F'''. We were using module variables '''outer''', '''inner''' and '''Ninner''' as arguments.  This was in conflict the '''USE mod_scalars''' variable association.  They were renamed to '''outLoop''', '''innLoop''' and '''!NinnLoop''', repectively.
"	upgrade	new	major	Release ROMS/TOMS 3.2	Nonlinear	3.2			
