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 2358 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS/obs_grd_bruteforce.h90 – NEMO

Ignore:
Timestamp:
2010-11-04T19:14:01+01:00 (14 years ago)
Author:
rblod
Message:

Changes to be able to compile v3_3_beta with key_agrif,see ticket #753 ; just compilation fixes, I was to scared to try to run AGRIF

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS/obs_grd_bruteforce.h90

    r2267 r2358  
    1    SUBROUTINE obs_grid_search_bruteforce( kpi, kpj, kpiglo, kpjglo,       & 
    2       &                                   kldi, klei, kldj, klej,         & 
    3       &                                   kmyproc, ktotproc,              & 
    4       &                                   pglam, pgphi, pmask,            & 
    5       &                                   kobs, plam, pphi, kobsi, kobsj, & 
     1   SUBROUTINE obs_grd_bruteforce( kpi, kpj, kpiglo, kpjglo,       & 
     2      &                            kldi, klei, kldj, klej,         & 
     3      &                            kmyproc, ktotproc,              & 
     4      &                            pglam, pgphi, pmask,            & 
     5      &                            kobs, plam, pphi, kobsi, kobsj, & 
    66      &                                   kproc) 
    77      !!---------------------------------------------------------------------- 
    8       !!                ***  ROUTINE obs_grid_search_bruteforce *** 
     8      !!                ***  ROUTINE obs_grd_bruteforce *** 
    99      !! 
    1010      !! ** Purpose : Search gridpoints to find the grid box containing 
     
    347347         & ) 
    348348 
    349    END SUBROUTINE obs_grid_search_bruteforce 
     349   END SUBROUTINE obs_grd_bruteforce 
Note: See TracChangeset for help on using the changeset viewer.