~fluidity-core/fluidity/shallow-water-dev

« back to all changes in this revision

Viewing changes to adjoint/Shallow_Water_Adjoint_Callbacks.F90

  • Committer: colin.cotter at ac
  • Date: 2011-11-11 13:42:03 UTC
  • Revision ID: colin.cotter@imperial.ac.uk-20111111134203-hqbo3n3q593976jw
Change place where option theta is looked for.

Show diffs side-by-side

added added

removed removed

Lines of Context:
488
488
        path = adjoint_field_path(path)
489
489
      end if
490
490
 
491
 
      call get_option(trim(path) // "/prognostic/temporal_discretisation/theta", theta)
 
491
      call get_option("/timestepping/theta", theta)
492
492
      call get_option(trim(path) // "/prognostic/mean_layer_thickness", d0)
493
493
 
494
494
      if (hermitian==ADJ_FALSE) then