29 lines
343 B
Fortran
29 lines
343 B
Fortran
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MODULE ioipsl
|
|
!
|
|
!$Id: ioipsl.f90 2281 2010-10-15 14:21:13Z smasson $
|
|
!-
|
|
! This software is governed by the CeCILL license
|
|
! See IOIPSL/IOIPSL_License_CeCILL.txt
|
|
!
|
|
USE errioipsl
|
|
USE stringop
|
|
USE mathelp
|
|
USE getincom
|
|
USE calendar
|
|
USE fliocom
|
|
USE flincom
|
|
USE histcom
|
|
USE restcom
|
|
END MODULE ioipsl
|