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 3519 for branches/2012 – NEMO

Changeset 3519 for branches/2012


Ignore:
Timestamp:
2012-10-29T13:24:02+01:00 (11 years ago)
Author:
rfurner
Message:

small change to increase numer of classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3452_UKMO2_DIADCT/NEMOGCM/TOOLS/SECTIONS_DIADCT/src/declarations.f90

    r2947 r3519  
    1212  !! * Shared module variables  
    1313  INTEGER, PUBLIC, PARAMETER   :: dp=8 , sp=4, wp=dp 
    14   INTEGER, PUBLIC, PARAMETER   :: nb_class_max  = 10            ! Max number of classes 
     14  INTEGER, PUBLIC, PARAMETER   :: nb_class_max  = 13            ! Max number of classes 
    1515  INTEGER, PUBLIC, PARAMETER   :: nb_sec_max    = 150           ! Max number of sections 
    1616  INTEGER, PUBLIC, PARAMETER   :: nb_point_max  = 2000          ! Max number of segments per section 
Note: See TracChangeset for help on using the changeset viewer.