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

Changeset 10352


Ignore:
Timestamp:
2018-11-21T16:59:24+01:00 (5 years ago)
Author:
clem
Message:

closed basin for ICEADV instead of biperiodic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9947_SI3_advection/tests/ICEADV/MY_SRC/usrdef_nam.F90

    r10277 r10352  
    9898      ! 
    9999      !                             ! Set the lateral boundary condition of the global domain 
    100       kperio = 7                    ! ICEADV configuration : bi-periodic basin 
     100      kperio = 0                    ! ICEADV configuration : bi-periodic basin 
    101101      ! 
    102102      WRITE(ldtxt(ii),*) '   '                                                                          ;   ii = ii + 1 
    103103      WRITE(ldtxt(ii),*) '   Lateral boundary condition of the global domain'                           ;   ii = ii + 1 
    104       WRITE(ldtxt(ii),*) '      ICEADV : bi-periodic basin               jperio = ', kperio             ;   ii = ii + 1 
     104      WRITE(ldtxt(ii),*) '      ICEADV : closed basin                    jperio = ', kperio             ;   ii = ii + 1 
    105105      ! 
    106106   END SUBROUTINE usr_def_nam 
Note: See TracChangeset for help on using the changeset viewer.