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 577 for trunk/NEMO/OPA_SRC/IOM/iom_def.F90 – NEMO

Ignore:
Timestamp:
2006-11-14T09:17:06+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_080: CT : increase lenght from 16 to 32 of variables name

File:
1 edited

Legend:

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

    r571 r577  
    5555      INTEGER                                   ::   iduld    !: id of the unlimited dimension 
    5656      INTEGER                                   ::   irec     !: writing record position   
    57       CHARACTER(LEN=16), DIMENSION(jpmax_vars)  ::   cn_var   !: names of the variables 
     57      CHARACTER(LEN=32), DIMENSION(jpmax_vars)  ::   cn_var   !: names of the variables 
    5858      INTEGER, DIMENSION(jpmax_vars)            ::   nvid     !: id of the variables 
    5959      INTEGER, DIMENSION(jpmax_vars)            ::   ndims    !: number of dimensions of the variables 
Note: See TracChangeset for help on using the changeset viewer.