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 6271 for branches/UKMO/dev_r4650_general_vert_coord_obsoper – NEMO

Ignore:
Timestamp:
2016-01-26T15:50:51+01:00 (8 years ago)
Author:
kingr
Message:

Corrected choice of bottom level masking of observations when using VVL - was using case for zco/zps, should use method previously only used for s-coordinates.

File:
1 edited

Legend:

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

    r6027 r6271  
    18601860            !    where we use the depth of the bottom cell to mask observations  
    18611861              
    1862             IF( ln_zps .OR. ln_zco ) THEN !(CASE 1)  
     1862            IF( (.NOT. lk_vvl) .AND. ( ln_zps .OR. ln_zco ) ) THEN !(CASE 1)  
    18631863                 
    18641864               ! Flag if the observation falls with a model land cell  
Note: See TracChangeset for help on using the changeset viewer.