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 6990 for branches/UKMO/dev_r4650_general_vert_coord_obsoper/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2016-10-05T11:18:51+02:00 (8 years ago)
Author:
kingr
Message:

Added code from nemo3.4 OBS branch to allow rejection of observations near open boundaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r4650_general_vert_coord_obsoper/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90

    r6406 r6990  
    171171         &            ln_sla, ln_sladt, ln_slafb,                     & 
    172172         &            ln_ssh, ln_sst, ln_sstfb, ln_sss, ln_nea,       & 
     173         &            ln_bound_reject,                                & 
    173174         &            enactfiles, coriofiles, profbfiles,             & 
    174175         &            slafilesact, slafilespas, slafbfiles,           & 
     
    244245      ln_velfb_av(:) = .FALSE. 
    245246      ln_ignmis = .FALSE. 
     247      ln_bound_reject = .TRUE. 
    246248 
    247249      ! Read Namelist namobs : control observation diagnostics 
     
    469471         WRITE(numout,*) '             Type of horizontal interpolation method        n2dint = ', n2dint 
    470472         WRITE(numout,*) '             Rejection of observations near land swithch    ln_nea = ', ln_nea 
     473         WRITE(numout,*) '             Rejection of obs near open bdys       ln_bound_reject = ', ln_bound_reject 
    471474         WRITE(numout,*) '             MSSH correction scheme                         nmsshc = ', nmsshc 
    472475         WRITE(numout,*) '             MDT  correction                               mdtcorr = ', mdtcorr 
Note: See TracChangeset for help on using the changeset viewer.