Ignore:
Timestamp:
03/22/13 16:05:09 (11 years ago)
Author:
labetoulle
Message:

Runchecker : add rsh access for monitoring files on Ada. See #128.

Location:
trunk/libIGCM/libIGCM_sys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r828 r835  
    15441544 
    15451545#D-#================================================== 
     1546#D-function IGCM_sys_GetDate_Monitoring 
     1547#D-* Purpose: get the last year for which the monitoring has been computed 
     1548#D-* Examples: 
     1549#D- 
     1550function IGCM_sys_GetDate_Monitoring { 
     1551#set -vx 
     1552  IGCM_debug_PushStack "IGCM_sys_GetDate_Monitoring" $@ 
     1553  if ( $DEBUG_sys ) ; then 
     1554    echo "IGCM_sys_GetDate_Monitoring :" $@ 
     1555  fi 
     1556 
     1557  IGCM_sys_Cd /tmp 
     1558  IGCM_sys_Get ${1} . 
     1559  eval ${2}=$( cdo showyear $( basename ${1} ) 2> /dev/null | gawk '{ print $NF }' ) 
     1560  IGCM_sys_Cd - 
     1561 
     1562#set +vx 
     1563  IGCM_debug_PopStack "IGCM_sys_GetDate_Monitoring" 
     1564} 
     1565 
     1566#D-#================================================== 
    15461567#D-function IGCM_sys_Put_Dods 
    15471568#D-* Purpose: Put $(ARCHIVE) files on DODS internet protocole. 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r834 r835  
    16941694 
    16951695#D-#================================================== 
     1696#D-function IGCM_sys_GetDate_Monitoring 
     1697#D-* Purpose: get the last year for which the monitoring has been computed 
     1698#D-* Examples: 
     1699#D- 
     1700function IGCM_sys_GetDate_Monitoring { 
     1701  IGCM_debug_PushStack "IGCM_sys_GetDate_Monitoring" $@ 
     1702  if ( $DEBUG_sys ) ; then 
     1703    echo "IGCM_sys_GetDate_Monitoring :" $@ 
     1704  fi 
     1705 
     1706  eval ${2}=$( cdo showyear ${1} 2> /dev/null | gawk '{ print $NF }' ) 
     1707 
     1708  IGCM_debug_PopStack "IGCM_sys_GetDate_Monitoring" 
     1709} 
     1710 
     1711#D-#================================================== 
    16961712#D-function IGCM_sys_Dods_Rm 
    16971713#D-* Purpose: DO NOTHING ! Put ${ARCHIVE} files on DODS internet protocole. 
Note: See TracChangeset for help on using the changeset viewer.