Ignore:
Timestamp:
Nov 4, 2018, 12:55:58 AM (6 years ago)
Author:
jvatant
Message:

Fix a bug in 1D, again some (late) follow-up
of r1971, r1978 and r1980 about the size of tracer names.
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/dyn3d/infotrac.F90

    r1993 r2035  
    6161    INTEGER, ALLOCATABLE, DIMENSION(:) :: vadv  ! index of vertical trasport schema
    6262
    63     CHARACTER(len=15), ALLOCATABLE, DIMENSION(:) :: tnom_0  ! tracer short name
     63    CHARACTER(len=30), ALLOCATABLE, DIMENSION(:) :: tnom_0  ! tracer short name
    6464    CHARACTER(len=3), DIMENSION(30) :: descrq
    6565    CHARACTER(len=1), DIMENSION(3)  :: txts
    6666    CHARACTER(len=2), DIMENSION(9)  :: txtp
    67     CHARACTER(len=23)               :: str1,str2
     67    CHARACTER(len=30)               :: str1,str2
    6868 
    6969    INTEGER :: nqtrue  ! number of tracers read from tracer.def, without higer order of moment
Note: See TracChangeset for help on using the changeset viewer.