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 9523 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/OBS/mpp_map.F90 – NEMO

Ignore:
Timestamp:
2018-04-27T19:39:31+02:00 (6 years ago)
Author:
mathiot
Message:

fix to OBS to deal with a change in the halo at the wrap points (Dan Lea)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/OBS/mpp_map.F90

    r4245 r9523  
    1212   USE par_kind, ONLY :   wp            ! Precision variables 
    1313   USE par_oce , ONLY :   jpi, jpj      ! Ocean parameters 
    14    USE dom_oce , ONLY :   mig, mjg, nldi, nlei, nldj, nlej, narea   ! Ocean space and time domain variables 
     14   USE dom_oce , ONLY :   mig, mjg, nldi, nlei, nldj, nlej, nlci, nlcj, narea   ! Ocean space and time domain variables 
    1515#if defined key_mpp_mpi 
    1616   USE lib_mpp, ONLY :   mpi_comm_opa   ! MPP library 
     
    6464      imppmap(:,:) = 0 
    6565 
    66       ! Setup local grid points 
    67       imppmap(mig(nldi):mig(nlei),mjg(nldj):mjg(nlej)) = narea  
     66!      ! Setup local grid points 
     67      imppmap(mig(1):mig(nlci),mjg(1):mjg(nlcj)) = narea 
    6868       
    6969      ! Get global data 
Note: See TracChangeset for help on using the changeset viewer.