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 7616 for branches/2016/dev_merge_2016/NEMOGCM/CONFIG/WAD_TEST_CASES/MY_SRC/usrdef_nam.F90 – NEMO

Ignore:
Timestamp:
2017-01-27T18:09:47+01:00 (7 years ago)
Author:
acc
Message:

Branch 2016/dev_merge_2016. Wetting and drying updates. Includes a slightly modified MY_SRC copy of domain.F90 to enable a north-south cyclic test domain (jperio=7). Other changes include fixes in usrdef_zgr.F90 to correct metrics on the northern boundary and a new test case (#8) which uses the north-south cyclic option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/WAD_TEST_CASES/MY_SRC/usrdef_nam.F90

    r7547 r7616  
    9494      !                             ! Set the lateral boundary condition of the global domain 
    9595      kperio = 0                    ! WAD_TEST_CASES configuration : closed domain 
     96      IF( nn_wad_test == 8 ) kperio = 7 ! North-South cyclic test 
    9697      ! 
    9798      WRITE(ldtxt(ii),*) '   '                                                                          ;   ii = ii + 1 
Note: See TracChangeset for help on using the changeset viewer.