Ignore:
Timestamp:
Aug 13, 2025, 7:53:49 PM (5 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/interpolateN2N2.F90

    r2870 r3893  
    6666       print*,'find relevant data.'
    6767     endif !is_master
    68      stop
     68     call abort_physic("interpolateN2N2", "temperatures are too high for this CIA dataset", 1)
    6969   else
    7070     !if (is_master) then
     
    102102          write(*,*) 'Also check that the continuum data continuum_data/N2-N2_norm_2011.cia is there.'
    103103        endif
    104         call abort
     104        call abort_physic("interpolateN2N2", "Unable to read file", 1)
    105105     else
    106106
     
    114114                print*,'Please adjust nS value in interpolateN2N2.F90'
    115115              endif
    116               stop
     116              call abort_physic("interpolateN2N2", "Resolution given does not match with nS value", 1)
    117117           endif
    118118           temp_arr(iT)=Ttemp
Note: See TracChangeset for help on using the changeset viewer.