Ignore:
Timestamp:
Jul 1, 2024, 3:02:29 PM (3 months ago)
Author:
dcugnet
Message:
  • Modifiy some horzcat* routines: gfortran does not like empty arrays (ie with one null dimension) in arrays constructors (ifort does)
  • Remove unused variables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/infotrac_phy.F90

    r5001 r5003  
    178178   INTEGER :: nqtrue                                                 !--- Tracers nb from tracer.def (no higher order moments)
    179179   INTEGER :: iad                                                    !--- Advection scheme number
    180    INTEGER :: ic, iq, jq, it, nt, im, nm, iz, k                      !--- Indexes and temporary variables
    181    LOGICAL :: lerr, ll, lInit
    182    CHARACTER(LEN=1) :: p
     180   INTEGER :: iq, jq, nt, im, nm, k                                 !--- Indexes and temporary variables
     181   LOGICAL :: lerr, lInit
    183182   TYPE(trac_type), ALLOCATABLE, TARGET :: ttr(:)
    184183   TYPE(trac_type), POINTER             :: t1, t(:)
    185    INTEGER :: ierr
    186184   CHARACTER(LEN=maxlen),   ALLOCATABLE :: types_trac(:)  !--- Keyword for tracers type(s), parsed version
    187185   
Note: See TracChangeset for help on using the changeset viewer.