Ignore:
Timestamp:
May 10, 2011, 3:07:35 PM (13 years ago)
Author:
jghattas
Message:
  • Errors in argument list not corresponding between CALL and SUBROUTINE in some routines. These errors were found with compile option -qextchk at vargas.
  • Removed option -qextchk from debug compile options at vargas. This option is not usable with mpi codes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/calltherm.F90

    r1496 r1517  
    154154     &      ,zfm_therm,zentr_therm  &
    155155     &      ,r_aspect_thermals,30.,w2di_thermals  &
    156      &      ,tau_thermals,3)
     156     &      ,tau_thermals)
    157157          else if (iflag_thermals.eq.2) then
    158158            CALL thermcell_sec(klon,klev,zdt  &
     
    162162     &      ,zfm_therm,zentr_therm  &
    163163     &      ,r_aspect_thermals,30.,w2di_thermals  &
    164      &      ,tau_thermals,3)
     164     &      ,tau_thermals)
    165165          else if (iflag_thermals.eq.3) then
    166166            CALL thermcell(klon,klev,zdt  &
     
    170170     &      ,zfm_therm,zentr_therm  &
    171171     &      ,r_aspect_thermals,l_mix_thermals,w2di_thermals  &
    172      &      ,tau_thermals,3)
     172     &      ,tau_thermals)
    173173          else if (iflag_thermals.eq.10) then
    174174            CALL thermcell_eau(klon,klev,zdt  &
     
    178178     &      ,zfm_therm,zentr_therm  &
    179179     &      ,r_aspect_thermals,l_mix_thermals,w2di_thermals  &
    180      &      ,tau_thermals,3)
     180     &      ,tau_thermals)
    181181          else if (iflag_thermals.eq.11) then
    182182              abort_message = 'cas non prevu dans calltherm'
Note: See TracChangeset for help on using the changeset viewer.