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

Changeset 839


Ignore:
Timestamp:
2008-03-10T18:09:22+01:00 (16 years ago)
Author:
ctlod
Message:

Icrease again the jpvar_max parameter, see ticket:#75

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/IOM/iom_def.F90

    r837 r839  
    4343 
    4444   INTEGER, PARAMETER, PUBLIC ::   jpmax_files  = 20   !: maximum number of simultaneously opened file 
    45    INTEGER, PARAMETER, PUBLIC ::   jpmax_vars   = 340  !: maximum number of variables in one file 
     45   INTEGER, PARAMETER, PUBLIC ::   jpmax_vars   = 360  !: maximum number of variables in one file 
    4646   INTEGER, PARAMETER, PUBLIC ::   jpmax_dims   =  4   !: maximum number of dimensions for one variable 
    4747   INTEGER, PARAMETER, PUBLIC ::   jpmax_digits =  5   !: maximum number of digits for the cpu number in the file name 
Note: See TracChangeset for help on using the changeset viewer.