source: LMDZ6/trunk/libf/phylmdiso/rrtm/abor1.F90 @ 3927

Last change on this file since 3927 was 3927, checked in by Laurent Fairhead, 3 years ago

Initial import of the physics wih isotopes from Camille Risi
CR

File size: 122 bytes
Line 
1SUBROUTINE ABOR1(CDTEXT)
2
3IMPLICIT NONE
4
5CHARACTER(LEN=*), INTENT(IN) :: CDTEXT
6
7print*,'ABOR1 CALLED',CDTEXT
8
9return
10end
Note: See TracBrowser for help on using the repository browser.