New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
top_substitute.h90 in branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/TOP_SRC – NEMO

source: branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/TOP_SRC/top_substitute.h90 @ 7773

Last change on this file since 7773 was 7773, checked in by mattmartin, 7 years ago

Committing updates after doing the following:

  • merging the branch dev_r4650_general_vert_coord_obsoper@7763 into this branch
  • updating it so that the following OBS changes were implemented correctly on top of the simplification changes:
    • generalised vertical coordinate for profile obs. This was done so that is now the default option.
    • sst bias correction implemented with the new simplified obs code.
    • included the biogeochemical obs types int he new simplified obs code.
    • included the changes to exclude obs in the boundary for limited area models
    • included other changes for the efficiency of the obs operator to remove global arrays.
File size: 1.0 KB
Line 
1   !!----------------------------------------------------------------------
2   !!                    ***  top_substitute.h90   ***
3   !!----------------------------------------------------------------------
4   !! ** purpose : Statement function file: to be include in all passive tracer modules
5   !!----------------------------------------------------------------------
6   !! History :   1.0  !  2004-03 (C. Ethe) Original code
7   !!             2.0  !  2007-12 (C. Ethe, G. Madec) new architecture
8   !!----------------------------------------------------------------------
9#  include "domzgr_substitute.h90"
10#  include "ldfeiv_substitute.h90"
11#  include "ldftra_substitute.h90"
12#  include "vectopt_loop_substitute.h90"
13   !!----------------------------------------------------------------------
14   !! NEMO/TOP 3.3 , NEMO Consortium (2010)
15   !! $Id: top_substitute.h90 7740 2017-02-27 13:18:43Z mattmartin $
16   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
17   !!----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.