Ignore:
Timestamp:
Feb 26, 2026, 10:20:22 AM (5 weeks ago)
Author:
emillour
Message:

Venus PCM:
Follow-up of commit r4080: some adaptations for the gfortran compiler which
is more strict than ifort: logicals should not be compared with ".eq." and
array sizes must be integers.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/cloudvenus/evap.f90

    r4080 r4085  
    66  IMPLICIT NONE
    77
    8   real, intent(in) :: nq
     8  integer, intent(in) :: nq
    99  real, intent(in) :: RHOSA
    1010  real, intent(inout), dimension(nq) :: ztrac   ! Zeroth moment of mode 1
     
    4343  IMPLICIT NONE
    4444
    45   real, intent(in) :: nq
     45  integer, intent(in) :: nq
    4646  real, intent(in) :: RHOSA
    4747  real, intent(inout), dimension(nq) :: ztrac   ! Zeroth moment of mode 1
Note: See TracChangeset for help on using the changeset viewer.