Ignore:
Timestamp:
May 6, 2020, 1:46:00 PM (5 years ago)
Author:
emillour
Message:

Mars GCM:
Code tidying: use getin_p() instead of getin() and use "call abort_physic"
instead of "stop" or "call abort".
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/vlz_fi.F

    r2120 r2311  
    168168c               wq(ij,l+1)= (MQtot + (-w(ij,l+1)-Mtot)*qm(ij,1))
    169169                write(*,*) 'a rather weird situation in vlz_fi !'
    170                 stop
     170                call abort_physic("vlz_fi","weird situation",1)
    171171             end if
    172172
Note: See TracChangeset for help on using the changeset viewer.