Opened 11 years ago

Closed 11 years ago

#146 closed enhancement (fixed)

When applying noise for hindcast/forecast be more strict and verbose when error occurs

Reported by: sdipsl Owned by: sdipsl
Priority: minor Milestone: libIGCM_v2.1 consolidation
Component: treatment Version:
Keywords: Cc:

Description

IGCM_sys_Chmod 644 ${RUN_DIR}/${FileOut?}.nc
IGCM_debug_Print 1 "${PerturbExe?} ${RUN_DIR}/${FileOut?}.nc ${PerturbVar?} ${PerturbAmp?}"
echo
${PerturbExe?} ${RUN_DIR}/${FileOut?}.nc ${PerturbVar?} ${PerturbAmp?}

if [ $? -ne 0 ] ; then

echo "Abend $( basename ${PerturbExe?} )"
return

fi

Change History (2)

comment:1 Changed 11 years ago by sdipsl

  • Owner changed from somebody to sdipsl
  • Status changed from new to assigned

comment:2 Changed 11 years ago by sdipsl

  • Resolution set to fixed
  • Status changed from assigned to closed

done see r895

Note: See TracTickets for help on using tickets.