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 11443 for branches/UKMO/dev_r5518_obs_oper_update/NEMOGCM/NEMO/OPA_SRC/OBS/obs_prep.F90 – NEMO

Ignore:
Timestamp:
2019-08-16T13:10:09+02:00 (5 years ago)
Author:
kingr
Message:

Revert previous commit.

File:
1 edited

Legend:

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

    r11439 r11443  
    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             
    13291334#if defined key_bdy 
    13301335            ! Flag if the observation falls close to the boundary rim 
Note: See TracChangeset for help on using the changeset viewer.