Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (466 - 468 of 986)

Ticket Owner Reporter Resolution Summary
#575 arango arango Done Added Hessian Drivers
Description

Added new drivers to compute singular vectors and stochastic optimals:

  • hessian_op_ocean.h: Hessian singular vectors driver. Use HESSIAN_SV to activate.
  • hessian_so_ocean.h: Hessian stochastic optimals driver. Use STOCHASTIC_OPT and HESSIAN_SO to activate.
  • so_ocean.h: Full stochastic optimals driver. Use STOCHASTIC_OPT to activate.

The associated propagators are:

  • propagator_hop.h: Hessian singular vectors propagator.
  • propagator_hso.h: Hessian stochastic optimals propagator
  • propagator_so.h: Full stochastic optimals propagator.

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 arango arango 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 arango arango 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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.