Ignore:
Timestamp:
Jun 6, 2019, 5:08:45 PM (5 years ago)
Author:
Laurent Fairhead
Message:

Replaced STOP statements by a call to abort_physic in phylmd as per ticket #86
Still some work to be done in phylmd subdirectories

File:
1 edited

Legend:

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

    r2520 r3531  
    32983298      integer i,k   
    32993299      real hp_bak(nloc,nd)
     3300      CHARACTER (LEN=20) :: modname='cv30_epmax_fn_cape'
     3301      CHARACTER (LEN=80) :: abort_message
    33003302
    33013303        ! on recalcule ep et hp
     
    33463348           write(*,*) 'clw(i,k)=',clw(i,k)
    33473349           write(*,*) 'cpd,cpv=',cpd,cpv
    3348            stop
     3350           CALL abort_physic(modname,abort_message,0)
    33493351        endif
    33503352       enddo !do k=1,nl
Note: See TracChangeset for help on using the changeset viewer.