Ignore:
Timestamp:
Jul 19, 2024, 4:15:44 PM (2 months ago)
Author:
abarral
Message:

Commit linked to correcting relevant warnings during gfortran compilation

[minor]
Correct remnants of fixed-form "+" in massbarxy.F90
Correct COMMON alignment in clesphys.h, flux_arp.h, cv*param.h, YOECUMF.h, alpale.h
Correct obsolete logical operators
Restrict use of iso_fortran_env in nf95_abort.f90
Remove redundant save in module declarations
Remove <continue> without labels
Fix nonstandard kind selectors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/cv30param.h

    r1992 r5081  
    2020      real betad
    2121
    22       COMMON /cv30param/  noff, minorig, nl, nlp, nlm &
    23                       ,  sigd, spfac &
     22      COMMON /cv30param/  sigd, spfac &
    2423!IM cf. FH : pour compatibilite avec conema3 TEMPORAIRE  :                ,pbcrit, ptcrit, epmax
    2524                      ,pbcrit, ptcrit &
    2625                      ,omtrain &
    2726                      ,dtovsh, dpbase, dttrig &
    28                       ,dtcrit, tau, beta, alpha, delta, betad
     27                      ,dtcrit, tau, beta, alpha, delta, betad &
     28                      ,noff, minorig, nl, nlp, nlm
    2929
    3030!$OMP THREADPRIVATE(/cv30param/)
Note: See TracChangeset for help on using the changeset viewer.