Changes between Initial Version and Version 1 of Ticket #213


Ignore:
Timestamp:
09/22/08 18:08:09 (16 years ago)
Author:
arango
Comment:

Done. Thank you. I collapsed your two tickets into one. There is not need to submit multiple tickets. We appreciate a single ticket if the issues are related.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #213

    • Property ResolutionFixed
    • Property Status newclosed
    • Property Summary Incorrect formulasTypo in formula for SST nudging/OI
  • Ticket #213 – Description

    initial v1  
    88}}}
    99The error results in incorrect extrapolation of sea surface temperature.
     10
     11Also, in '''ROMS/Modules/mod_scalar.F''' the variables '''assi''', pert, '''Prms''' and '''Prms''' are defined but not used anywhere.
     12
     13This cause a problem because their allocation is not done correctly in line 1635-1637. After the loop on '''ng''' in line 1551-1584, the variable '''ng''' takes the value 2 (using ifort 10.1). The result is that the allocation is not correct and is detected with "-check bounds".
     14
     15When running with no "-check bounds" with either '''ASSIMILATION_SST''' or '''NUDGING_SST''' and the error polynomial being 1 so that the temperature is not modified, the result is a blowup of the model caused by this memory error.
     16
     17