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

Changeset 15202


Ignore:
Timestamp:
2021-08-24T14:00:04+02:00 (3 years ago)
Author:
dcarneir
Message:

Bad data flags for negative SITs removed before the supper-obbing

File:
1 edited

Legend:

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

    r13393 r15202  
    974974            surfdataqc%robs(jobs,1) = (surfdataqc%robs(jobs,1)*rhow + surfdataqc%rext(jobs,2)*rhos)/ & 
    975975                                      (rhow - rhoi) 
    976             ! Flag any negative ice thickness values as bad 
    977             IF (surfdataqc%robs(jobs,1) < 0.0) THEN 
    978                surfdataqc%nqc(jobs) = 4 
    979             ENDIF                                      
    980976         ENDIF 
    981977          
Note: See TracChangeset for help on using the changeset viewer.