Changes between Version 5 and Version 6 of Ticket #1


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1 – Description

    v5 v6  
    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
    39 We now get zero error in the 3D upwelling test case for either ANA_VMIX or GLS_MIXING:
     39We now get zero error in the 3D upwelling test case for either '''ANA_VMIX''' or '''GLS_MIXING''':
    4040
     41{{{
    4142Variable    RMS          Correlation
    4243 
     
    4849 temp   0.00000000e+00  1.00000000e-00
    4950 salt   0.00000000e+00  1.00000000e-00
     51}}}
    5052
    5153We are still working on the perfect restart for sediment, biology, and other algorithms