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

Changeset 1848


Ignore:
Timestamp:
2010-04-21T16:11:35+02:00 (14 years ago)
Author:
mafoipsl
Message:

Increase length of characters string to allow long name of experiments. (2/2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CMIP5_IPSL/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r1770 r1848  
    2626   !!                   namrun namelist parameters 
    2727   !!---------------------------------------------------------------------- 
    28    CHARACTER(len=16)  ::   cn_exp        = "exp0"      !: experiment name used for output filename 
     28   CHARACTER(len=32)  ::   cn_exp        = "exp0"      !: experiment name used for output filename 
    2929   CHARACTER(len=32)  ::   cn_ocerst_in  = "restart"   !: suffix of ocean restart name (input) 
    3030   CHARACTER(len=32)  ::   cn_ocerst_out = "restart"   !: suffix of ocean restart name (output) 
     
    4949   !! (this should disappear in a near futur) 
    5050 
    51    CHARACTER(len=16)  ::   cexper                      !: experiment name used for output filename 
     51   CHARACTER(len=32)  ::   cexper                      !: experiment name used for output filename 
    5252   INTEGER            ::   no                          !: job number 
    5353   INTEGER            ::   nrstdt                      !: control of the time step (0, 1 or 2) 
Note: See TracChangeset for help on using the changeset viewer.