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_flux2.F90

    r1026 r1142  
    160160! FH Version en cours de test;
    161161! par rapport a thermcell_flux, on fait une grande boucle sur "l"
    162 ! et on modifie le flux avec tous les contrôles appliques d'affilee
     162! et on modifie le flux avec tous les contrles appliques d'affilee
    163163! pour la meme couche
    164164! Momentanement, on duplique le calcule du flux pour pouvoir comparer
     
    256256            if (entr(ig,l)<0.) then
    257257               print*,'N1 ig,l,entr',ig,l,entr(ig,l)
    258                stop'entr negatif'
     258               stop 'entr negatif'
    259259            endif
    260260            if (detr(ig,l).gt.fm(ig,l)) then
     
    285285               print*,'entr(ig,l)',entr(ig,l)
    286286               print*,'fm(ig,l)',fm(ig,l)
    287                stop'probleme dans thermcell flux'
     287               stop 'probleme dans thermcell flux'
    288288            endif
    289289         enddo
     
    312312               print*,'detr(ig,l)',detr(ig,l)
    313313               print*,'fm(ig,l)',fm(ig,l)
    314                stop'probleme dans thermcell flux'
     314               stop 'probleme dans thermcell flux'
    315315            endif
    316316        enddo
     
    413413                         print*,'fm(ig,l+1)',fm(ig,l+1)
    414414                         print*,'fm(ig,l)',fm(ig,l)
    415                          stop'probleme dans thermcell_flux'
     415                         stop 'probleme dans thermcell_flux'
    416416                      endif
    417417                      entr(ig,l+1)=entr(ig,l+1)-ddd
Note: See TracChangeset for help on using the changeset viewer.