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 15650 for branches/UKMO/dev_r5518_obs_oper_WISA_osse/NEMOGCM/NEMO/OPA_SRC/OBS/obs_oper.F90 – NEMO

Ignore:
Timestamp:
2022-01-18T09:50:49+01:00 (2 years ago)
Author:
kingr
Message:

A-TSCV: reject SLA where SIC above limit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_WISA_osse/NEMOGCM/NEMO/OPA_SRC/OBS/obs_oper.F90

    r13393 r15650  
    954954            IF ( surfdataqc%lclim ) surfdataqc%rclm(jobs,1) = zclm(1) 
    955955 
     956            IF ( surfdataqc%lclim .AND. TRIM(surfdataqc%cvars(1)) == 'SLA' ) THEN 
     957               IF (surfdataqc%rclm(jobs,1) > 0.01) THEN 
     958                   surfdataqc%nqc(jobs) = 4 
     959               END IF 
     960            ENDIF 
     961 
    956962            IF ( zext(1) == obfillflt ) THEN 
    957963               ! If the observation value is a fill value, set QC flag to bad 
Note: See TracChangeset for help on using the changeset viewer.