Changeset 386 for IOIPSL/trunk/src
- Timestamp:
- 09/04/08 10:38:48 (16 years ago)
- Location:
- IOIPSL/trunk/src
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
IOIPSL/trunk/src/calendar.f90
r238 r386 1 MODULE calendar 2 !- 1 3 !$Id$ 2 4 !- 3 MODULE calendar 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 !--------------------------------------------------------------------- 5 8 !- This is the calendar which going to be used to do all -
IOIPSL/trunk/src/def.prec
r20 r386 2 2 !- 3 3 ! $Id$ 4 !- 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 !!-------------------------------------------------------------------- 5 8 !! The module "defprec" set default precision for computation -
IOIPSL/trunk/src/errioipsl.f90
r11 r386 1 MODULE errioipsl 2 !- 1 3 !$Id$ 2 4 !- 3 MODULE errioipsl 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 !--------------------------------------------------------------------- 5 8 IMPLICIT NONE -
IOIPSL/trunk/src/flincom.f90
r368 r386 1 MODULE flincom 2 !- 1 3 !$Id$ 2 4 !- 3 MODULE flincom 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 !--------------------------------------------------------------------- 5 8 USE netcdf -
IOIPSL/trunk/src/fliocom.f90
r362 r386 1 MODULE fliocom 2 !- 1 3 !$Id$ 2 4 !- 3 MODULE fliocom 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 !--------------------------------------------------------------------- 5 8 USE netcdf -
IOIPSL/trunk/src/getincom.f90
r125 r386 1 MODULE getincom 2 !- 1 3 !$Id$ 2 4 !- 3 MODULE getincom 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 !--------------------------------------------------------------------- 5 8 USE errioipsl, ONLY : ipslerr -
IOIPSL/trunk/src/histcom.f90
r362 r386 2 2 !- 3 3 !$Id$ 4 !- 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 !- 5 8 USE netcdf -
IOIPSL/trunk/src/ioipsl.f90
r11 r386 2 2 ! 3 3 !$Id$ 4 !- 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 ! 5 8 USE errioipsl -
IOIPSL/trunk/src/mathelp.f90
r11 r386 1 MODULE mathelp 2 !- 1 3 !$Id$ 2 ! 3 MODULE mathelp 4 !- 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 !--------------------------------------------------------------------- 5 8 USE errioipsl,ONLY : ipslerr -
IOIPSL/trunk/src/restcom.f90
r367 r386 2 2 !- 3 3 !$Id$ 4 !- 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 !- 5 8 USE netcdf -
IOIPSL/trunk/src/stringop.f90
r122 r386 2 2 !- 3 3 !$Id$ 4 !- 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 7 !--------------------------------------------------------------------- 5 8 !-
Note: See TracChangeset
for help on using the changeset viewer.