Ignore:
Timestamp:
Mar 9, 2023, 5:46:26 PM (19 months ago)
Author:
lguez
Message:

Replace stop by call to abort_physiq

File:
1 edited

Legend:

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

    r4449 r4463  
    137137ELSE ! TO DO
    138138   
    139     print*, 'traitement non-stationnaire de la tke pas encore prevu'
    140     stop
     139   call abort_physic("atke_compute_km_kh", &
     140        'traitement non-stationnaire de la tke pas encore prevu', 1)
    141141
    142142END IF
Note: See TracChangeset for help on using the changeset viewer.