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 14628 – NEMO

Changeset 14628


Ignore:
Timestamp:
2021-03-22T16:33:44+01:00 (3 years ago)
Author:
jchanut
Message:

AGFdomcfg: Fixes a couple of tiny compilation problems #2638

Location:
utils/tools/DOMAINcfg/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/agrif_user.F90

    r14623 r14628  
    585585      EXTERNAL :: init_glamt, init_glamu, init_glamv, init_glamf 
    586586      EXTERNAL :: init_gphit, init_gphiu, init_gphiv, init_gphif 
    587       EXTERNAL :: longitude_linear_interp 
     587      REAL,EXTERNAL :: longitude_linear_interp 
    588588 
    589589      CALL Agrif_Set_external_linear_interp(longitude_linear_interp) 
  • utils/tools/DOMAINcfg/src/dom_oce.F90

    r14623 r14628  
    145145 
    146146   !                                 !  domain MPP decomposition parameters 
    147    INTEGER             , PUBLIC ::   nimpp, njmpp     !: i- & j-indexes for mpp-subdomain left bottom 
    148    INTEGER             , PUBLIC ::   nreci, nrecj     !: overlap region in i and j 
    149    INTEGER             , PUBLIC ::   nproc            !: number for local processor 
    150    INTEGER             , PUBLIC ::   narea            !: number for local area 
    151    INTEGER             , PUBLIC ::   nbondi, nbondj   !: mark of i- and j-direction local boundaries 
    152  
    153    !                             !: domain MPP decomposition parameters 
    154147   INTEGER             , PUBLIC ::   nimpp, njmpp     !: i- & j-indexes for mpp-subdomain left bottom 
    155148   INTEGER             , PUBLIC ::   nproc            !: number for local processor 
     
    314307   END FUNCTION Agrif_Root 
    315308 
     309   INTEGER FUNCTION Agrif_Fixed() 
     310      Agrif_Fixed = 0 
     311   END FUNCTION Agrif_Fixed 
     312 
    316313   CHARACTER(len=3) FUNCTION Agrif_CFixed() 
    317314      Agrif_CFixed = '0'  
Note: See TracChangeset for help on using the changeset viewer.