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 6273 – NEMO

Changeset 6273


Ignore:
Timestamp:
2016-01-26T18:21:20+01:00 (8 years ago)
Author:
kingr
Message:

Change to QC obs if any of 2x2 grid of interpolation profiles are shallower than observation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r4650_general_vert_coord_obsoper/NEMOGCM/NEMO/OPA_SRC/OBS/obs_prep.F90

    r6272 r6273  
    18841884               ! Flag if the observation is deeper than the bathymetry  
    18851885               ! Or if it is within the mask  
    1886                IF ( ALL( zgdepw(1:2,1:2,kpk,jobs) < pobsdep(jobsp) ) & 
     1886               IF ( ANY( zgdepw(1:2,1:2,kpk,jobs) < pobsdep(jobsp) ) & 
    18871887                  &     .OR. &  
    18881888                  &  ( SUM( zgmsk(1:2,1:2,kobsk(jobsp)-1:kobsk(jobsp),jobs) ) &  
Note: See TracChangeset for help on using the changeset viewer.