Changeset 4136


Ignore:
Timestamp:
Apr 21, 2022, 9:11:30 PM (2 years ago)
Author:
fhourdin
Message:

Supression d'un goto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/thermcell_dq.F90

    r4133 r4136  
    3939
    4040! Old explicite scheme
    41       if (impl<=-1) then
     41if (impl<=-1) then
     42
    4243         call thermcell_dq_o(ngrid,nlay,impl,ptimestep,fm,entr,  &
    4344     &           masse,q,dq,qa,lev_out)
    44          goto 1000
    45       endif
     45
     46else
     47 
    4648
    4749! Calcul du critere CFL pour l'advection dans la subsidence
     
    142144      enddo
    143145
    144 1000 continue
    145  RETURN
     146endif ! impl=-1
     147RETURN
    146148end
     149
    147150
    148151!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracChangeset for help on using the changeset viewer.