Changeset 3316


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

Corrections de bugs pour gfortran72

Location:
LMDZ6/trunk/libf/phylmd/dyn1d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h

    r3008 r3316  
    35693569        read (ilesfile,*) kmax2,nt1,nt2
    35703570        if (nt2>ntrac) then
    3571           stop'Augmenter le nombre de traceurs dans traceur.def'
     3571          stop 'Augmenter le nombre de traceurs dans traceur.def'
    35723572        endif
    35733573        if (kmax .ne. kmax2) then
  • 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.