SURFEX v8.1
General documentation of Surfex
sdl_srlabort.F90
Go to the documentation of this file.
1 SUBROUTINE sdl_srlabort
2 
3 USE sdl_mod, ONLY : abort => sdl_srlabort
4 
5 CALL abort
6 
7 END SUBROUTINE sdl_srlabort
subroutine sdl_srlabort
Definition: sdl_srlabort.F90:2