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 5106 for branches/2014/dev_r4650_UKMO14.4_OBS_GENERAL_VINTERP/NEMOGCM/NEMO/OPA_SRC/OBS/obs_prep.F90 – NEMO

Ignore:
Timestamp:
2015-02-25T17:12:01+01:00 (9 years ago)
Author:
jwhile
Message:

Minor fixes due to review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.4_OBS_GENERAL_VINTERP/NEMOGCM/NEMO/OPA_SRC/OBS/obs_prep.F90

    r4817 r5106  
    18291829         ! Check if next to land  
    18301830         IF (  ANY( zgmsk(1:2,1:2,1,jobs) == 0.0_wp ) ) THEN  
    1831            ll_next_to_land=.TRUE.  
     1831            ll_next_to_land=.TRUE.  
    18321832         ELSE  
    1833            ll_next_to_land=.FALSE.  
     1833            ll_next_to_land=.FALSE.  
    18341834         ENDIF  
    18351835          
     
    18791879               ! Or if it is within the mask  
    18801880               IF ( ALL( fsdepw(iig-1:iig+1,ijg-1:ijg+1,kpk) < pobsdep(jobsp) ) &  
    1881                &     .OR. &  
    1882                &  ( SUM( zgmsk(1:2,1:2,kobsk(jobsp)-1:kobsk(jobsp),jobs) ) &  
    1883                &  == 0.0_wp) ) THEN  
     1881                  &     .OR. &  
     1882                  &  ( SUM( zgmsk(1:2,1:2,kobsk(jobsp)-1:kobsk(jobsp),jobs) ) &  
     1883                  &  == 0.0_wp) ) THEN  
    18841884                  kobsqc(jobsp) = kobsqc(jobsp) + 12  
    18851885                  klanobs = klanobs + 1  
Note: See TracChangeset for help on using the changeset viewer.