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/OCE/TRD – NEMO

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

Extend file names to 100 chars

Location:
NEMO/branches/UKMO/NEMO_4.0.1_NGMS_ext_filenames/src/OCE/TRD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_NGMS_ext_filenames/src/OCE/TRD/trdmxl_oce.F90

    r10425 r15708  
    4343   !! Arrays used for diagnosing mixed-layer trends  
    4444   !!--------------------------------------------------------------------- 
    45    CHARACTER(LEN=80) , PUBLIC :: clname, ctrd(jpltrd+1,2) 
     45   CHARACTER(LEN=100) , PUBLIC :: clname, ctrd(jpltrd+1,2) 
    4646 
    4747   INTEGER , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:)   ::   nmxl   !: mixed layer depth indexes  
  • NEMO/branches/UKMO/NEMO_4.0.1_NGMS_ext_filenames/src/OCE/TRD/trdmxl_rst.F90

    r11536 r15708  
    4343      INTEGER ::   jk                 ! loop indice 
    4444      CHARACTER(LEN=20)   ::   clkt     ! ocean time-step deine as a character 
    45       CHARACTER(LEN=50)   ::   clname   ! output restart file name 
     45      CHARACTER(LEN=100)  ::   clname   ! output restart file name 
    4646      CHARACTER(LEN=256)  ::   clpath   ! full path to restart file 
    4747      !!-------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.