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 14952 for utils/tools/DOMAINcfg/src/agrif_connect.F90 – NEMO

Ignore:
Timestamp:
2021-06-04T17:42:50+02:00 (3 years ago)
Author:
jchanut
Message:

#2638, closed domains AGRIF new convention + various add ons

File:
1 edited

Legend:

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

    r14721 r14952  
    2323      CALL agrif_connection() 
    2424      ! 
    25       CALL Agrif_Bc_variable(bottom_level_id, procname = connect_bottom_level) 
     25!      CALL Agrif_Bc_variable(bottom_level_id, procname = connect_bottom_level) 
    2626      !  
    27       CALL Agrif_Bc_variable(e3t_copy_id, procname = connect_e3t_copy) 
     27!      CALL Agrif_Bc_variable(e3t_copy_id, procname = connect_e3t_copy) 
    2828 
    2929      ALLOCATE(e3t_interp(jpi,jpj,jpk)) 
     
    174174 
    175175      ALLOCATE(ztabramp(jpi,jpj)) 
    176       ispongearea = 1 + npt_connect * Agrif_irhox() 
    177       istart = npt_copy * Agrif_irhox() 
     176      ispongearea = 1 + npt_connect * Agrif_iRhox() 
     177      istart = npt_copy * Agrif_iRhox() 
    178178      z1_spongearea = 1._wp / REAL( ispongearea, wp ) 
    179179       
     
    218218      ENDIF 
    219219 
     220      ispongearea = 1 + npt_connect * Agrif_iRhoy() 
     221      istart = npt_copy * Agrif_iRhoy() 
     222      z1_spongearea = 1._wp / REAL( ispongearea, wp ) 
     223 
    220224      ! --- South --- ! 
    221225      IF(( (nbondj == -1) .OR. (nbondj == 2) ).AND.(lk_south)) THEN 
Note: See TracChangeset for help on using the changeset viewer.