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.
Changeset 7773 for branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-03-09T13:52:43+01:00 (7 years ago)
Author:
mattmartin
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    • Property svn:keywords deleted
    r5682 r7773  
    193193      IF( .NOT. Agrif_Root() ) THEN 
    194194         CALL Agrif_ParentGrid_To_ChildGrid() 
    195          IF( ln_diaobs ) CALL dia_obs_wri 
     195         IF( lk_diaobs ) CALL dia_obs_wri 
    196196         IF( nn_timing == 1 )   CALL timing_finalize 
    197197         CALL Agrif_ChildGrid_To_ParentGrid() 
     
    723723      INTEGER, PARAMETER :: ntest = 14 
    724724      INTEGER, DIMENSION(ntest) :: ilfax 
    725       !!---------------------------------------------------------------------- 
    726       ! lfax contains the set of allowed factors. 
     725      ! 
     726      ! ilfax contains the set of allowed factors. 
     727      ilfax(:) = (/(2**jl,jl=ntest,1,-1)/) 
     728      !!---------------------------------------------------------------------- 
     729      ! ilfax contains the set of allowed factors. 
    727730      ilfax(:) = (/(2**jl,jl=ntest,1,-1)/) 
    728731 
Note: See TracChangeset for help on using the changeset viewer.