Ignore:
Timestamp:
Apr 7, 2009, 5:53:39 PM (15 years ago)
Author:
yann meurdesoif
Message:

Portage vers Vargas

Y.M + E.M

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/phylmd/thermcell_flux.F90

    r987 r1142  
    164164! FH Version en cours de test;
    165165! par rapport a thermcell_flux, on fait une grande boucle sur "l"
    166 ! et on modifie le flux avec tous les contrôles appliques d'affilee
     166! et on modifie le flux avec tous les contrles appliques d'affilee
    167167! pour la meme couche
    168168! Momentanement, on duplique le calcule du flux pour pouvoir comparer
     
    264264            if (entr(ig,l)<0.) then
    265265               print*,'N1 ig,l,entr',ig,l,entr(ig,l)
    266                stop'entr negatif'
     266               stop 'entr negatif'
    267267            endif
    268268            if (detr(ig,l).gt.fm(ig,l)) then
     
    292292               print*,'entr(ig,l)',entr(ig,l)
    293293               print*,'fm(ig,l)',fm(ig,l)
    294                stop'probleme dans thermcell flux'
     294               stop 'probleme dans thermcell flux'
    295295            endif
    296296         enddo
     
    319319               print*,'detr(ig,l)',detr(ig,l)
    320320               print*,'fm(ig,l)',fm(ig,l)
    321                stop'probleme dans thermcell flux'
     321               stop 'probleme dans thermcell flux'
    322322            endif
    323323        enddo
     
    420420                         print*,'fm(ig,l+1)',fm(ig,l+1)
    421421                         print*,'fm(ig,l)',fm(ig,l)
    422                          stop'probleme dans thermcell_flux'
     422                         stop 'probleme dans thermcell_flux'
    423423                      endif
    424424                      entr(ig,l+1)=entr(ig,l+1)-ddd
Note: See TracChangeset for help on using the changeset viewer.