Ignore:
Timestamp:
10/27/14 17:15:56 (10 years ago)
Author:
sdipsl
Message:
  • Bugfix Ada to avoid collision (permission denied getting file) between users on the front-end.
  • Add a missing function on Obelix
File:
1 edited

Legend:

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

    r1124 r1131  
    14131413 
    14141414#D-#================================================== 
     1415#D-function IGCM_sys_GetDate_Monitoring 
     1416#D-* Purpose: get the last year for which the monitoring has been computed 
     1417#D-* Examples: 
     1418#D- 
     1419function IGCM_sys_GetDate_Monitoring { 
     1420  IGCM_debug_PushStack "IGCM_sys_GetDate_Monitoring" $@ 
     1421  if ( $DEBUG_sys ) ; then 
     1422    echo "IGCM_sys_GetDate_Monitoring :" $@ 
     1423  fi 
     1424 
     1425  eval ${2}=$( cdo showyear ${1} 2> /dev/null | gawk '{ print $NF }' ) 
     1426 
     1427  IGCM_debug_PopStack "IGCM_sys_GetDate_Monitoring" 
     1428} 
     1429 
     1430#D-#================================================== 
    14151431#D-function IGCM_sys_Dods_Rm 
    14161432#D-* Purpose: DO NOTHING ! Put ${ARCHIVE} files on DODS internet protocole. 
Note: See TracChangeset for help on using the changeset viewer.