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 14223 for NEMO/trunk/tests/ICE_AGRIF/MY_SRC/usrdef_nam.F90 – NEMO

Ignore:
Timestamp:
2020-12-19T11:22:45+01:00 (4 years ago)
Author:
smasson
Message:

trunk: remove patch for compatibility with the old trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/ICE_AGRIF/MY_SRC/usrdef_nam.F90

    r13286 r14223  
    8383      ! 
    8484      IF( Agrif_Root() ) THEN        ! Global Domain size:  ICE_AGRIF domain is  300 km x 300 Km x 10 m 
    85          kpi = NINT( 300.e3 / rn_dx ) - 1 
    86          kpj = NINT( 300.e3 / rn_dy ) - 1 
    87          kpi = kpi - 2   ! for compatibility with old version (because kerio=7) --> to be removed 
    88          kpj = kpj - 2   ! for compatibility with old version (because kerio=7) --> to be removed 
     85         kpi = NINT( 300.e3 / rn_dx ) - 3  
     86         kpj = NINT( 300.e3 / rn_dy ) - 3 
    8987      ELSE                           ! Global Domain size: add nbghostcells + 1 "land" point on each side 
    9088         kpi  = nbcellsx + 2 * ( nbghostcells + 1 ) 
Note: See TracChangeset for help on using the changeset viewer.