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 11439 for branches – NEMO

Changeset 11439 for branches


Ignore:
Timestamp:
2019-08-15T13:03:39+02:00 (5 years ago)
Author:
kingr
Message:

Removed section which changed obs depths where depth shallower than some limit - if the depths are too shallow, the obs should be QCed out rather than assumed valid at a different depth.

File:
1 edited

Legend:

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

    r9306 r11439  
    13271327            ENDIF 
    13281328             
    1329             ! Set observation depth equal to that of the first model depth 
    1330             IF ( pobsdep(jobsp) <= pdep(1) ) THEN 
    1331                pobsdep(jobsp) = pdep(1)   
    1332             ENDIF 
    1333              
    13341329#if defined key_bdy 
    13351330            ! Flag if the observation falls close to the boundary rim 
Note: See TracChangeset for help on using the changeset viewer.