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/tools/netcdf95/nf95_abort.f90

    r5075 r5081  
    77  subroutine nf95_abort(message, ncerr, ncid, varid)
    88
    9     use, intrinsic:: iso_fortran_env
     9    use, intrinsic:: iso_fortran_env, ONLY: error_unit
    1010
    11     ! Libraries:
     11    ! Libraries:mod_phys_lmdz_mpi_transfert
    1212    use lmdz_netcdf, only: nf90_strerror
    1313
Note: See TracChangeset for help on using the changeset viewer.