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 837 for trunk/NEMO – NEMO

Changeset 837 for trunk/NEMO


Ignore:
Timestamp:
2008-03-10T15:20:41+01:00 (16 years ago)
Author:
ctlod
Message:

Increase the hard coded value of jpmax_vars from 60 to 240 to be able to build sea-ice restart files, see ticket:#74

File:
1 edited

Legend:

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

    r719 r837  
    4343 
    4444   INTEGER, PARAMETER, PUBLIC ::   jpmax_files  = 20   !: maximum number of simultaneously opened file 
    45    INTEGER, PARAMETER, PUBLIC ::   jpmax_vars   = 60   !: maximum number of variables in one file 
     45   INTEGER, PARAMETER, PUBLIC ::   jpmax_vars   = 340  !: 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.