Changeset 386
- Timestamp:
- 09/04/08 10:38:48 (16 years ago)
- Location:
- IOIPSL/trunk
- Files:
-
- 1 added
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
IOIPSL/trunk/example/testcalendar.f90
r16 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 !- This program will do some basic tests on the calendar -
IOIPSL/trunk/example/testconfig.f90
r16 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 getincom -
IOIPSL/trunk/example/testconfig2.f90
r16 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 getincom -
IOIPSL/trunk/example/testflio.f90
r363 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 !- This program is an example of how to use "fliocom". -
IOIPSL/trunk/example/testhist1.f90
r363 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 !- This program provide a an example of the basic usage of HIST. -
IOIPSL/trunk/example/testhist2.f90
r363 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 !- This program provide a an example of the basic usage of HIST. -
IOIPSL/trunk/example/testopp.f90
r16 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 !- This program allows to test the syntaxic analyzer. -
IOIPSL/trunk/example/testrest.f90
r366 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 !- This program provide a an example of the basic usage of REST. -
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 !- -
IOIPSL/trunk/tools/Fparser.f90
r16 r386 1 1 PROGRAM fparser 2 !- 2 3 !$Id$ 4 !- 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 3 7 4 8 USE stringop -
IOIPSL/trunk/tools/flio_rbld.f90
r372 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 !! PROGRAM flio_rbld -
IOIPSL/trunk/tools/ncregular.f90
r16 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 !- This code replaces a 2D surface grid by vectors. -
IOIPSL/trunk/tools/ncunderflow.f90
r16 r386 1 MODULE declare 1 2 ! -*- Mode: f90 -*- 2 3 !$Id$ 4 !- 5 ! This software is governed by the CeCILL license 6 ! See IOIPSL/IOIPSL_License_CeCILL.txt 7 !- 3 8 ! f90 -L/usr/local/lib -lnetcdf -align dcommons -g 4 9 ! -ladebug -check format -check bounds … … 11 16 ! -L/usr/local/install/netcdf/lib/libnetcdf.a -lPEPCF90 12 17 ! 13 MODULE declare14 18 IMPLICIT NONE 15 19 INTEGER, PARAMETER :: r4 = 4, r8 = 8, i4 = 4, i8 = 8 -
IOIPSL/trunk/tools/rebuild
r257 r386 1 1 #!/bin/ksh 2 # 2 3 #$Id$ 4 # 5 # This software is governed by the CeCILL license 6 # See IOIPSL/IOIPSL_License_CeCILL.txt 3 7 #--------------------------------------------------------------------- 4 8 # @(#)Rebuild IOIPSL domains -
IOIPSL/trunk/tools/tkcond.c
r16 r386 1 1 /* parser config.in 2 2 * $Id$ 3 * 4 * This software is governed by the CeCILL license 5 * See IOIPSL/IOIPSL_License_CeCILL.txt 6 * 3 7 * Version 1.0 4 8 * Eric Youngdale -
IOIPSL/trunk/tools/tkgen.c
r16 r386 1 1 /* Generate tk script based upon config.in 2 2 * $Id$ 3 * 4 * This software is governed by the CeCILL license 5 * See IOIPSL/IOIPSL_License_CeCILL.txt 6 * 3 7 * Version 1.0 4 8 * Eric Youngdale -
IOIPSL/trunk/tools/tkparse.c
r16 r386 1 1 /* parser config.in 2 2 * $Id$ 3 * 4 * This software is governed by the CeCILL license 5 * See IOIPSL/IOIPSL_License_CeCILL.txt 6 * 3 7 * Version 1.0 4 8 * Eric Youngdale
Note: See TracChangeset
for help on using the changeset viewer.