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 8758 for branches/2017/dev_r8126_ROBUST08_no_ghost/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2017-11-20T17:29:54+01:00 (6 years ago)
Author:
acc
Message:

Branch 2017/dev_r8126_ROBUST08_no_ghost. Changes to eliminate ghost rows and columns. Currently the halo width is still fixed as 1 but a single variable (nn_hls) has been introduced for the halo-size in preparation for allowing this to vary. nn_hls replaces jpreci and jprecj. These changes have passed full SETTE tests but iceberg exchanges across the north-fold remain untested (SETTE tests only release bergs in the SO) and will require further attention. Note layout.dat now reports the jpi and jpj values for the reporting processor only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8126_ROBUST08_no_ghost/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r7822 r8758  
    9898         WRITE(numout,cform) '       ' ,'   jpij    : ', jpij 
    9999         WRITE(numout,*)     '      mpp local domain info (mpp):' 
    100          WRITE(numout,*)     '              jpni    : ', jpni, '   jpreci  : ', jpreci 
    101          WRITE(numout,*)     '              jpnj    : ', jpnj, '   jprecj  : ', jprecj 
     100         WRITE(numout,*)     '              jpni    : ', jpni, '   nn_hls  : ', nn_hls 
     101         WRITE(numout,*)     '              jpnj    : ', jpnj, '   nn_hls  : ', nn_hls 
    102102         WRITE(numout,*)     '              jpnij   : ', jpnij 
    103103         WRITE(numout,*)     '      lateral boundary of the Global domain : jperio  = ', jperio 
Note: See TracChangeset for help on using the changeset viewer.