Changeset 10782 for NEMO/releases/release-4.0/src/OCE/LBC/lib_mpp.F90
- Timestamp:
- 2019-03-20T19:19:20+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/releases/release-4.0/src/OCE/LBC/lib_mpp.F90
r10538 r10782 160 160 INTEGER, PUBLIC :: ncom_freq !: frequency of comm diagnostic 161 161 INTEGER, PUBLIC , DIMENSION(:,:), ALLOCATABLE :: ncomm_sequence !: size of communicated arrays (halos) 162 INTEGER, PARAMETER, PUBLIC :: ncom_rec_max = 3000 !: max number of communication record162 INTEGER, PARAMETER, PUBLIC :: ncom_rec_max = 5000 !: max number of communication record 163 163 INTEGER, PUBLIC :: n_sequence_lbc = 0 !: # of communicated arraysvia lbc 164 164 INTEGER, PUBLIC :: n_sequence_glb = 0 !: # of global communications
Note: See TracChangeset
for help on using the changeset viewer.