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 15708 for NEMO/branches/UKMO/NEMO_4.0.1_NGMS_ext_filenames/src/TOP/TRP/trdmxl_trc_rst.F90 – NEMO

Ignore:
Timestamp:
2022-02-17T15:30:41+01:00 (2 years ago)
Author:
frrh
Message:

Extend file names to 100 chars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_NGMS_ext_filenames/src/TOP/TRP/trdmxl_trc_rst.F90

    r10425 r15708  
    3838      ! 
    3939      CHARACTER(LEN=20)   ::   clkt     ! ocean time-step deine as a character 
    40       CHARACTER(LEN=50)   ::   clname   ! output restart file name 
     40      CHARACTER(LEN=100)  ::   clname   ! output restart file name 
    4141      CHARACTER(LEN=256)  ::   clpath   ! full path to restart file 
    4242      CHARACTER (len=35) :: charout 
Note: See TracChangeset for help on using the changeset viewer.