Changes between Initial Version and Version 1 of Ticket #245


Ignore:
Timestamp:
11/24/08 22:33:36 (16 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #245

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #245 – Description

    initial v1  
    33 * Updated the weak constraint 4DVAR driver '''w4dvar_ocean.h''' to save the representer solution at the beginning of each outer loop.
    44 * Created new subroutine '''checkadj.F''' to check for unsupported CPP options in adjoint-based algorithms. The execution will stop when such options are activated.
    5  * Renamed file find_'''string.F''' to '''string.F'''. The new file is a module with several functions to manipulate strings. Currently, we have:
     5 * Renamed file '''find_string.F''' to '''string.F'''. The new file is a module with several functions to manipulate strings. Currently, we have:
    66{{{
    77     find_string:  Scans a character array for a specified string
     
    1010}}}
    1111 * 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.
     12 * Corrected several bugs in the representer model. Many thanks to Andy Moore for his help in finding and correcting these bugs.