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 7841 for branches/UKMO/dev_rev5518_OBS_DoNotAssim/NEMOGCM/NEMO/OPA_SRC/OBS/obs_read_seaice.F90 – NEMO

Ignore:
Timestamp:
2017-03-29T12:14:30+02:00 (7 years ago)
Author:
jwhile
Message:

Added "Do not Assimlate" funtionality to OBS code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_rev5518_OBS_DoNotAssim/NEMOGCM/NEMO/OPA_SRC/OBS/obs_read_seaice.F90

    r4990 r7841  
    282282                  ENDIF 
    283283                  llvalprof = .FALSE. 
    284                   IF ( ( inpfiles(jj)%ivlqc(1,ji,1) == 1 ) .OR. & 
    285                      & ( inpfiles(jj)%ivlqc(1,ji,1) == 2 ) ) THEN 
     284                  IF ( .NOT. BTEST(inpfiles(jj)%ivlqc(1,ji,1),2) ) THEN 
    286285                     iobs = iobs + 1 
    287286                  ENDIF 
     
    355354            ! Set observation information 
    356355             
    357             IF ( ( inpfiles(jj)%ivlqc(1,ji,1) == 1 ) .OR. & 
    358                & ( inpfiles(jj)%ivlqc(1,ji,1) == 2 ) ) THEN 
     356            IF ( .NOT. BTEST(inpfiles(jj)%ivlqc(1,ji,1),2) ) THEN 
    359357 
    360358               iobs = iobs + 1 
Note: See TracChangeset for help on using the changeset viewer.