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 14789 for NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU/src/OCE/par_oce.F90 – NEMO

Ignore:
Timestamp:
2021-05-05T13:18:04+02:00 (3 years ago)
Author:
mcastril
Message:

[2021/HPC-11_mcastril_HPDAonline_DiagGPU] Update externals

Location:
NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU

    • Property svn:externals
      •  

        old new  
        33^/utils/build/mk@HEAD         mk 
        44^/utils/tools@HEAD            tools 
        5 ^/vendors/AGRIF/dev_r12970_AGRIF_CMEMS      ext/AGRIF 
         5^/vendors/AGRIF/dev@HEAD      ext/AGRIF 
        66^/vendors/FCM@HEAD            ext/FCM 
        77^/vendors/IOIPSL@HEAD         ext/IOIPSL 
         8^/vendors/PPR@HEAD            ext/PPR 
        89 
        910# SETTE 
        10 ^/utils/CI/sette@13559        sette 
         11^/utils/CI/sette@14244        sette 
  • NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU/src/OCE/par_oce.F90

    r13286 r14789  
    2222   ! 
    2323   LOGICAL       ::   ln_use_jattr     !: input file read offset 
    24    !                                   !  Use file global attribute: open_ocean_jstart to determine start j-row  
    25    !                                   !  when reading input from those netcdf files that have the  
    26    !                                   !  attribute defined. This is designed to enable input files associated  
    27    !                                   !  with the extended grids used in the under ice shelf configurations to  
     24   !                                   !  Use file global attribute: open_ocean_jstart to determine start j-row 
     25   !                                   !  when reading input from those netcdf files that have the 
     26   !                                   !  attribute defined. This is designed to enable input files associated 
     27   !                                   !  with the extended grids used in the under ice shelf configurations to 
    2828   !                                   !  be used without redundant rows when the ice shelves are not in use. 
    2929   LOGICAL       ::   ln_closea        !: (=T) special treatment of closed sea 
    30    !  
     30   ! 
    3131 
    3232   !!--------------------------------------------------------------------- 
    33    !! Domain Matrix size  
     33   !! Domain Matrix size 
    3434   !!--------------------------------------------------------------------- 
    3535   ! configuration name & resolution   (required only in ORCA family case) 
    3636   CHARACTER(lc) ::   cn_cfg           !: name of the configuration 
    37    INTEGER       ::   nn_cfg           !: resolution of the configuration  
     37   INTEGER       ::   nn_cfg           !: resolution of the configuration 
    3838 
    3939   ! time dimension 
     
    6565   INTEGER, PUBLIC ::   jpjmax! = ( Nj0glo + jpnj-1 ) / jpnj + 2*nn_hls            !: maximum jpj 
    6666 
     67   ! Domain tiling 
     68   INTEGER, PUBLIC ::   nijtile    !: number of tiles in total 
     69   INTEGER, PUBLIC ::   ntile      !: current tile number 
     70   INTEGER, PUBLIC ::   ntsi       !: start of internal part of tile domain 
     71   INTEGER, PUBLIC ::   ntsj       ! 
     72   INTEGER, PUBLIC ::   ntei       !: end of internal part of tile domain 
     73   INTEGER, PUBLIC ::   ntej       ! 
     74 
    6775   !!--------------------------------------------------------------------- 
    6876   !! Active tracer parameters 
     
    7684   !!---------------------------------------------------------------------- 
    7785   !! if we dont use massively parallel computer (parameters jpni=jpnj=1) so jpiglo=jpi and jpjglo=jpj 
    78    INTEGER, PUBLIC            ::   jpni         !: number of processors following i  
     86   INTEGER, PUBLIC            ::   jpni         !: number of processors following i 
    7987   INTEGER, PUBLIC            ::   jpnj         !: number of processors following j 
    8088   INTEGER, PUBLIC            ::   jpnij        !: nb of local domain = nb of processors ( <= jpni x jpnj ) 
    81    INTEGER, PUBLIC, PARAMETER ::   jpr2di = 0   !: number of columns for extra outer halo  
    82    INTEGER, PUBLIC, PARAMETER ::   jpr2dj = 0   !: number of rows    for extra outer halo  
     89   INTEGER, PUBLIC, PARAMETER ::   jpr2di = 0   !: number of columns for extra outer halo 
     90   INTEGER, PUBLIC, PARAMETER ::   jpr2dj = 0   !: number of rows    for extra outer halo 
    8391 
    8492   ! halo with and starting/inding DO-loop indices 
    85    INTEGER, PUBLIC ::   nn_hls   !: halo width (applies to both rows and columns) 
    86    INTEGER, PUBLIC ::   Nis0, Nis1, Nis1nxt2, Nis2   !: start I-index (_0: without halo, _1 or _2: with 1 or 2 halos) 
    87    INTEGER, PUBLIC ::   Nie0, Nie1, Nie1nxt2, Nie2   !: end   I-index (_0: without halo, _1 or _2: with 1 or 2 halos) 
    88    INTEGER, PUBLIC ::   Njs0, Njs1, Njs1nxt2, Njs2   !: start J-index (_0: without halo, _1 or _2: with 1 or 2 halos) 
    89    INTEGER, PUBLIC ::   Nje0, Nje1, Nje1nxt2, Nje2   !: end   J-index (_0: without halo, _1 or _2: with 1 or 2 halos) 
    90    INTEGER, PUBLIC ::   Ni_0, Nj_0, Ni_1, Nj_1, Ni_2, Nj_2   !: domain size (_0: without halo, _1 or _2: with 1 or 2 halos) 
    91    INTEGER, PUBLIC ::   Ni0glo, Nj0glo 
     93   INTEGER, PUBLIC ::   nn_hls           !: halo width (applies to both rows and columns) 
     94   INTEGER, PUBLIC ::   Nis0             !: start I-index without halo 
     95   INTEGER, PUBLIC ::   Nie0             !: end   I-index without halo 
     96   INTEGER, PUBLIC ::   Njs0             !: start J-index without halo 
     97   INTEGER, PUBLIC ::   Nje0             !: end   J-index without halo 
     98   INTEGER, PUBLIC ::   Ni_0, Nj_0       !: local domain size without halo 
     99   INTEGER, PUBLIC ::   Ni0glo, Nj0glo   !: global domain size without halo 
    92100 
    93101   !!---------------------------------------------------------------------- 
    94102   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    95    !! $Id$  
     103   !! $Id$ 
    96104   !! Software governed by the CeCILL license (see ./LICENSE) 
    97105   !!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.