Ignore:
Timestamp:
Apr 13, 2018, 5:15:57 PM (6 years ago)
Author:
musat
Message:

Corrections de bugs pour gfortran72

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/lmdz1d.F90

    r3223 r3316  
    512512      call ymds2ju(annee_ref,mois,day_ref,heure,day)
    513513      day_ini = int(day)
    514       day_end = day_ini + fnday
     514      day_end = day_ini + int(fnday)
    515515
    516516      IF (forcing_type .eq.2) THEN
     
    585585      call infotrac_init
    586586
    587       if (nqtot>nqmx) STOP'Augmenter nqmx dans lmdz1d.F'
     587      if (nqtot>nqmx) STOP 'Augmenter nqmx dans lmdz1d.F'
    588588      allocate(q(llm,nqtot)) ; q(:,:)=0.
    589589      allocate(dq(llm,nqtot))
Note: See TracChangeset for help on using the changeset viewer.