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
Location:
trunk/libIGCM/libIGCM_sys
Files:
2 edited

Legend:

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

    r1129 r1131  
    17021702  RUN_DIR_PATH=/tmp IGCM_sys_Get ${1} . 
    17031703  eval ${2}=$( cdo showyear $( basename ${1} ) 2> /dev/null | gawk '{ print $NF }' ) 
     1704  # Need to erase this file to avoid collision (permission denied getting file) between users on the front-end 
     1705  IGCM_sys_Rm -f $( basename ${1} ) 
    17041706  IGCM_sys_Cd - 
    17051707 
  • 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.