source: tags/libIGCM_v1_4/libIGCM_date/IGCM_date_Test5.ref

Last change on this file was 5, checked in by mmaipsl, 16 years ago

MM: correct Date, Author and Revision svn properties.

  • Property licence set to
    The following licence information concerns ONLY the libIGCM tools
    ==================================================================

    Copyright © Centre National de la Recherche Scientifique CNRS
    Commissariat à l'Énergie Atomique CEA

    libIGCM : Library for Portable Models Computation of IGCM Group.

    IGCM Group is the french IPSL Global Climate Model Group.

    This library is a set of shell scripts and functions whose purpose is
    the management of the initialization, the launch, the transfer of
    output files, the post-processing and the monitoring of datas produce
    by any numerical program on any plateforme.

    This software is governed by the CeCILL license under French law and
    abiding by the rules of distribution of free software. You can use,
    modify and/ or redistribute the software under the terms of the CeCILL
    license as circulated by CEA, CNRS and INRIA at the following URL
    "http://www.cecill.info".

    As a counterpart to the access to the source code and rights to copy,
    modify and redistribute granted by the license, users are provided only
    with a limited warranty and the software's author, the holder of the
    economic rights, and the successive licensors have only limited
    liability.

    In this respect, the user's attention is drawn to the risks associated
    with loading, using, modifying and/or developing or reproducing the
    software by the user in light of its specific status of free software,
    that may mean that it is complicated to manipulate, and that also
    therefore means that it is reserved for developers and experienced
    professionals having in-depth computer knowledge. Users are therefore
    encouraged to load and test the software's suitability as regards their
    requirements in conditions enabling the security of their systems and/or
    data to be ensured and, more generally, to use and operate it in the
    same conditions as regards security.

    The fact that you are presently reading this means that you have had
    knowledge of the CeCILL license and that you accept its terms.
  • Property svn:keywords set to Date Author Revision
File size: 1.6 KB
Line 
1#=================================#
2IGCM_date_DaysInYear test
3#=================================#
4
5#
6IGCM_date_DaysInYears 1998
7#
8365
9
10#
11IGCM_date_DaysInYears 2000
12#
13366
14#=================================#
15IGCM_date_DaysInMonth test
16#=================================#
17
18#
19IGCM_date_DaysInMonth 1998 02
20#
2128
22
23#
24IGCM_date_DaysInMonth 20000206
25#
2629
27#==========================================#
28IGCM_date_ConvertGregorianDateToJulian test
29#==========================================#
30
31#
32IGCM_date_ConvertGregorianDateToJulian 19980312
33#
341998071
35
36#
37IGCM_date_ConvertGregorianDateToJulian 19980830
38#
391998242
40#==========================================#
41IGCM_date_ConvertJulianDateToGregorian test
42#==========================================#
43
44#
45IGCM_date_ConvertJulianDateToGregorian 1998326
46#
47019981122
48
49#
50IGCM_date_ConvertJulianDateToGregorian 2000298
51#
52020001024
53#==================================#
54IGCM_date_AddDaysToJulianDate test
55#==================================#
56
57#
58IGCM_date_AddDaysToJulianDate 1998312 14
59#
601998326
61
62#
63IGCM_date_AddDaysToJulianDate 2000312 -14
64#
652000298
66#====================================#
67IGCM_date_AddDaysToGregorianDate test
68#====================================#
69
70#
71IGCM_date_AddDaysToGregorianDate 19980312 44
72#
73019980425
74
75#
76IGCM_date_AddDaysToGregorianDate 20000228 -44
77#
78020000115
79#====================================#
80IGCM_date_DaysBetweenJulianDate test
81#====================================#
82
83#
84IGCM_date_DaysBetweenJulianDate 1860001 1865365
85#
86-2191
87#======================================#
88IGCM_date_DaysBetweenGregorianDate test
89#======================================#
90
91#
92IGCM_date_DaysBetweenGregorianDate 18801231 18750101
93#
942191
Note: See TracBrowser for help on using the repository browser.