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 13238 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/NST/agrif_user.F90 – NEMO

Ignore:
Timestamp:
2020-07-03T12:04:50+02:00 (4 years ago)
Author:
smasson
Message:

Extra_Halo: cosmetic modifications, see #2366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/NST/agrif_user.F90

    r13236 r13238  
    635635      USE Agrif_Util 
    636636      USE ice 
    637       USE par_oce, ONLY : nbghostcells, nbghostcells_x, nbghostcells_y_s 
    638637      ! 
    639638      IMPLICIT NONE 
     
    888887      nbghostcells_y_n = nbghostcells 
    889888      ! 
    890       IF (   jperio == 1  ) nbghostcells_x   = 0 
    891       IF ( .NOT. lk_south ) nbghostcells_y_s = 0 
    892 PRINT*, 'seb ', narea, jpiglo, nbcellsx, nn_hls, nbghostcells_x 
     889      IF(   jperio == 1  )   nbghostcells_x   = 0 
     890      IF( .NOT. lk_south )   nbghostcells_y_s = 0 
    893891      ! Some checks 
    894892      IF( jpiglo /= nbcellsx + 2 + 2*nn_hls + nbghostcells_x   + nbghostcells_x   )   CALL ctl_stop( 'STOP',    & 
Note: See TracChangeset for help on using the changeset viewer.