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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.