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 5857 for branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs/NEMOGCM/NEMO/OPA_SRC/OBS/obs_grid.F90 – NEMO

Ignore:
Timestamp:
2015-11-02T18:28:38+01:00 (8 years ago)
Author:
jenniewaters
Message:

Removing global arrays when ln_grid_global=.false.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs/NEMOGCM/NEMO/OPA_SRC/OBS/obs_grid.F90

    r4990 r5857  
    2121   USE dom_oce                     ! Ocean space and time domain variables 
    2222   USE obs_mpp, ONLY : &           ! MPP support routines for observation diagnostics 
    23       & obs_mpp_find_obs_proc, & 
     23      & obs_mpp_find_obs_proc_local, & 
    2424      & mpp_global_max,        & 
    2525      & obs_mpp_max_integer 
     
    613613         CALL obs_mpp_max_integer( kobsj, kobs ) 
    614614      ELSE 
    615          CALL obs_mpp_find_obs_proc( kproc, kobsi, kobsj, kobs ) 
     615         CALL obs_mpp_find_obs_proc_local( kproc, kobs ) 
    616616      ENDIF 
    617617 
Note: See TracChangeset for help on using the changeset viewer.