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/TRD/trdmld.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/TRD/trdmld.F90

    r1715 r1846  
    4545   PUBLIC   trd_mld_zint   ! routine called by tracers routines 
    4646 
    47    CHARACTER (LEN=40) ::  clhstnam         ! name of the trends NetCDF file 
     47   CHARACTER (len=72) ::  clhstnam         ! name of the trends NetCDF file 
    4848   INTEGER ::   nh_t, nmoymltrd 
    4949   INTEGER ::   nidtrd, ndextrd1(jpi*jpj) 
Note: See TracChangeset for help on using the changeset viewer.