- Timestamp:
- 05/29/08 21:29:09 (16 years ago)
- Location:
- trunk/libIGCM
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libIGCM/libIGCM_card/IGCM_card_PrintOption.awk
r5 r7 43 43 exit_value=0 44 44 if (nbarg != 4) { 45 print "Usage: $45 print "Usage: IGCM_card_PrintOption [-d] file section option" 46 46 print 47 47 print "Args:" -
trunk/libIGCM/libIGCM_card/IGCM_card_PrintSection.awk
r5 r7 41 41 exit_value=0 42 42 if (nbarg != 3) { 43 print "Usage: $43 print "Usage: IGCM_card_PrintSection [-d] file section" 44 44 print 45 45 print "Args:" -
trunk/libIGCM/libIGCM_config/libIGCM_config.ksh
r5 r7 204 204 (( PeriodLengthInDays = 1 )) ;; 205 205 *) 206 IGCM_debug_Exit "IGCM_config_PeriodStart " ${config_UserChoices_PeriodLength} " invalid period length : $206 IGCM_debug_Exit "IGCM_config_PeriodStart " ${config_UserChoices_PeriodLength} " invalid period length : choose in 1Y, 1M, 5D, 1D." 207 207 IGCM_debug_Verif_Exit ;; 208 208 esac -
trunk/libIGCM/libIGCM_date/libIGCM_date.ksh
r5 r7 218 218 #D-#================================================================== 219 219 #D-function IGCM_date_DaysInMonth 220 #D-* Purpose: $220 #D-* Purpose: Calculate the number of days in a month 221 221 #D-* Usage: IGCM_date_DaysInMonth yyyy mm 222 222 #D- or IGCM_date_DaysInMonth yyyymmdd … … 493 493 #D-#================================================================== 494 494 #D-function IGCM_date_DaysBetweenJulianDate 495 #D-* Purpose: $495 #D-* Purpose: Calculate the days difference between two dates and reports 496 496 #D- the number days as jul1 - jul2 497 497 #D-* Usage: IGCM_date_DaysBetweenJulianDate jul1 jul2 … … 578 578 #D-#================================================================== 579 579 #D-function IGCM_date_DaysBetweenGregorianDate () 580 #D-* Purpose: $580 #D-* Purpose: Calculate the days difference between two dates and reports 581 581 #D- the number days as grg1 - grg2 582 582 #D-* Usage: IGCM_date_DaysBetweenGregorianDate grg1 grg2 -
trunk/libIGCM/libIGCM_sys/IGCM_add_out.awk
r5 r7 43 43 exit_value=0 44 44 if (nbarg != 2) { 45 print "Usage: $45 print "Usage: IGCM_add_out.awk [-d] file.output" 46 46 print 47 47 print "Args:" -
trunk/libIGCM/libIGCM_sys/libIGCM_sys_calculo.ksh
r5 r7 968 968 #D-#================================================== 969 969 #D-function IGCM_sys_GetDate_FichArchive 970 #D-* Purpose: $970 #D-* Purpose: donne la date filesys d'un fichier sur le filesystem ARCHIVE 971 971 #D-* Examples: 972 972 #D- -
trunk/libIGCM/libIGCM_sys/libIGCM_sys_claude.ksh
r5 r7 983 983 #D-#================================================== 984 984 #D-function IGCM_sys_GetDate_FichArchive 985 #D-* Purpose: $985 #D-* Purpose: donne la date filesys d'un fichier sur le filesystem ARCHIVE 986 986 #D-* Examples: 987 987 #D- -
trunk/libIGCM/libIGCM_sys/libIGCM_sys_default.ksh
r5 r7 968 968 #D-#================================================== 969 969 #D-function IGCM_sys_GetDate_FichArchive 970 #D-* Purpose: $970 #D-* Purpose: donne la date filesys d'un fichier sur le filesystem ARCHIVE 971 971 #D-* Examples: 972 972 #D- -
trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercure.ksh
r5 r7 847 847 #D-#================================================== 848 848 #D-function IGCM_sys_GetDate_FichArchive 849 #D-* Purpose: $849 #D-* Purpose: donne la date filesys d'un fichier sur le filesystem ARCHIVE 850 850 #D-* Examples: 851 851 #D- -
trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercureTX.ksh
r5 r7 974 974 #D-#================================================== 975 975 #D-function IGCM_sys_GetDate_FichArchive 976 #D-* Purpose: $976 #D-* Purpose: donne la date filesys d'un fichier sur le filesystem ARCHIVE 977 977 #D-* Examples: 978 978 #D- -
trunk/libIGCM/libIGCM_sys/libIGCM_sys_rhodes.ksh
r5 r7 943 943 #D-#================================================== 944 944 #D-function IGCM_sys_GetDate_FichArchive 945 #D-* Purpose: $945 #D-* Purpose: donne la date filesys d'un fichier sur le filesystem ARCHIVE 946 946 #D-* Examples: 947 947 #D-
Note: See TracChangeset
for help on using the changeset viewer.