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

Changeset 15767


Ignore:
Timestamp:
2022-03-29T16:42:04+02:00 (2 years ago)
Author:
hadjt
Message:

src/OCE/DIA/diadct.F90
Increased the maximum number of points in a section from 375 to 3000, for use with AMM15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/DIA/diadct.F90

    r15686 r15767  
    9898  INTEGER, PARAMETER :: nb_class_max  = 12   ! maximum number of classes, i.e. depth levels or density classes 
    9999  INTEGER, PARAMETER :: nb_sec_max    = 100  ! maximum number of sections 
    100   INTEGER, PARAMETER :: nb_point_max  = 375  ! maximum number of points in a single section 
     100  INTEGER, PARAMETER :: nb_point_max  = 3000 !375  ! maximum number of points in a single section 
    101101  INTEGER, PARAMETER :: nb_type_class       = 14   ! types of calculations, i.e. pos transport, neg transport, heat transport, salt transport 
    102102  INTEGER, PARAMETER :: nb_3d_vars    = 5 
Note: See TracChangeset for help on using the changeset viewer.