Ignore:
Timestamp:
Aug 2, 2018, 10:59:42 AM (7 years ago)
Author:
jvatant
Message:

Follow-up of r1971 r1978 and r1980 on tracers name lenght.
--JVO

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F

    r1883 r1984  
    139139
    140140!     added by AS to avoid the use of adv trac common
    141       character*20,allocatable :: nametrac(:)   ! name of the tracer (no need for adv trac common)
    142       character*20,allocatable :: nametmp(:)   !
     141      character*30,allocatable :: nametmp(:)   !
    143142
    144143      real :: latitude(1), longitude(1), cell_area(1)
  • trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r1916 r1984  
    193193      integer,intent(in) :: nlayer            ! Number of atmospheric layers.
    194194      integer,intent(in) :: nq                ! Number of tracers.
    195       character*20,intent(in) :: nametrac(nq) ! Names of the tracers taken from dynamics.
     195      character*30,intent(in) :: nametrac(nq) ! Names of the tracers taken from dynamics.
    196196     
    197197      logical,intent(in) :: firstcall ! Signals first call to physics.
Note: See TracChangeset for help on using the changeset viewer.