Changes between Version 6 and Version 7 of Ticket #1


Ignore:
Timestamp:
03/06/07 15:44:38 (17 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1 – Description

    v6 v7  
    3535We are still hunting for a bug in the perfect restart for 3D applications.
    3636
    37 The restart is now working for the basic 3D kernel. The problem was that we were writing output after calling '''rhs3d'''. This overwrites the values of '''ru''' and '''rv'''. We moved '''output''' above of '''rhs3d''' and created a new routine set_zeta to assign the free-surface to its time averaged value. This affects the adjoint, so we are supporting both options for now. Many thanks to John Warner for his persistance.
     37The restart is now working for the basic 3D kernel. The problem was that we were writing output after calling '''rhs3d'''. This overwrites the values of '''ru''' and '''rv'''. We moved '''output''' above of '''rhs3d''' and created a new routine '''set_zeta''' to assign the free-surface to its time averaged value. This affects the adjoint, so we are supporting both options for now. Many thanks to John Warner for his persistance.
    3838
    3939We now get zero error in the 3D upwelling test case for either '''ANA_VMIX''' or '''GLS_MIXING''':