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

Changeset 10782


Ignore:
Timestamp:
2019-03-20T19:19:20+01:00 (5 years ago)
Author:
clem
Message:

increase the number max of communications (only necessary when bdy + ice + barotropic window = 2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0/src/OCE/LBC/lib_mpp.F90

    r10538 r10782  
    160160   INTEGER, PUBLIC                               ::   ncom_freq                    !: frequency of comm diagnostic 
    161161   INTEGER, PUBLIC , DIMENSION(:,:), ALLOCATABLE ::   ncomm_sequence               !: size of communicated arrays (halos) 
    162    INTEGER, PARAMETER, PUBLIC                    ::   ncom_rec_max = 3000          !: max number of communication record 
     162   INTEGER, PARAMETER, PUBLIC                    ::   ncom_rec_max = 5000          !: max number of communication record 
    163163   INTEGER, PUBLIC                               ::   n_sequence_lbc = 0           !: # of communicated arraysvia lbc 
    164164   INTEGER, PUBLIC                               ::   n_sequence_glb = 0           !: # of global communications 
Note: See TracChangeset for help on using the changeset viewer.