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.
zdfddm_substitute.h90 in branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/OPA_SRC/ZDF – NEMO

source: branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfddm_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: 1016 bytes
Line 
1   !!----------------------------------------------------------------------
2   !!                    *** zdfddm_substitute.h90  ***
3   !!----------------------------------------------------------------------
4   !! ** purpose :   substitute fsaht. the eddy diffusivity coeff.
5   !!      with a constant or 1D or 2D or 3D array, using CPP macro.
6   !!----------------------------------------------------------------------
7#if defined key_zdfddm
8!   'key_zdfddm' :                      avs: 3D array defined in zdfddm module
9#   define   fsavs(i,j,k)       avs(i,j,k)
10#else
11!   Defautl option :                     avs = avt
12#   define   fsavs(i,j,k)       avt(i,j,k)
13#endif
14   !!----------------------------------------------------------------------
15   !! NEMO/OPA 4.0 , NEMO Consortium (2011)
16   !! $Id: zdfddm_substitute.h90 7740 2017-02-27 13:18:43Z mattmartin $
17   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt)
18   !!----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.