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 1846 for branches/CMIP5_IPSL/NEMO/OPA_SRC/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2010-04-21T14:26:53+02:00 (14 years ago)
Author:
mafoipsl
Message:

Increase length of characters string to allow long name of experiments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CMIP5_IPSL/NEMO/OPA_SRC/DIA/diawri.F90

    r1756 r1846  
    197197      !! * Local declarations 
    198198      LOGICAL ::   ll_print = .FALSE.    ! =T print and flush numout 
    199       CHARACTER (len=40) ::           & 
     199      CHARACTER (len=72) ::           & 
    200200         clhstnam, clop, clmx            ! temporary names 
    201201      INTEGER ::   inum = 11             ! temporary logical unit 
     
    613613 
    614614      !! * Local declarations 
    615       CHARACTER (len=32) :: clname 
     615      CHARACTER (len=72) :: clname 
    616616      CHARACTER (len=40) :: clop 
    617617      INTEGER  ::   & 
Note: See TracChangeset for help on using the changeset viewer.