1module clibInterfaces_mod
2 ! MODULE clibInterfaces_mod (prefix='' category='9. Global interfaces')
3 !
4 !:Purpose: 'include' all of the needed files containing the interfaces
5 ! for the rmnlib clib library subroutines. This allows all other
6 ! files in MIDAS to be of the 'f90' type (instead of 'ftn90'),
7 ! thus avoiding a pass through the pre-processor.
8 !
9implicit none
10public
11
12integer, parameter :: CLIB_OK = 1
13
14#include "rmn/clib_interface.cdk"
15
16end module clibInterfaces_mod