Custom Query (986 matches)
Results (466 - 468 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#575 | Done | Added Hessian Drivers | ||
Description |
Added new drivers to compute singular vectors and stochastic optimals:
The associated propagators are:
The Hessian algorithms require the Lanczos vectors generated by any of the 4D-Var algorithms, which is stored in the adjoint output file. That is, we need to run any of the 4D-Var algorithms first. All these algorithms will be described in a publication in the near future. They are complex and requires a lot of expertise. Many thanks to Andy Moore for helping us to design and code these algorithms. They are released now because of substantial changes and corrections to the GST drivers. Currently, we are testing these algorithms and tracking couple of parallel issues with the Hessian Stochastic Optimals algorithm. |
|||
#576 | Done | Updated Copyright 2002-2013 | ||
Description |
Updated the ROMS/TOMS Copyright to all algorithms: Copyright (c) 2002-2013 The ROMS/TOMS Group Licensed under a MIT/X style license See License_ROMS.txt |
|||
#577 | Fixed | Fixed copyright scripts for Mac OS | ||
Description |
The copyright.sh and copyright.bash were failing on the Macs due to the syntax for sed. We need to add the -e argument so now we have: if ( $verb == 1 ) then grep -l "${search}" $FILE && sed -i -e "s|${search}|${replace}|g" $FILE else grep -l "${search}" $FILE > /dev/null && sed -i -e "s|${search}|${replace}|g" $FILE endif Many thanks to Dave Robertson for fixing these scripts. They now work on both Unix and Mac operating systems. |