Ignore:
Timestamp:
Aug 13, 2025, 7:53:49 PM (3 months ago)
Author:
gmilcareck
Message:

Remove all "call abort" and "stop" statement in LMDZ.GENERIC and replacing them by call abort_physic().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/vlz_fi.F

    r1529 r3893  
    164164             else
    165165c               wq(ij,l+1)= (MQtot + (-w(ij,l+1)-Mtot)*qm(ij,1))
    166                 write(*,*) 'a rather weird situation in vlz_fi !'
    167                 stop
     166                call abort_physic("vlz_fi",
     167     &               "Something wrong happened in iteration", 1)
    168168             end if
    169169          endif
Note: See TracChangeset for help on using the changeset viewer.