/[MITgcm]/MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mth
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mth

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.13 by jmc, Thu May 20 19:22:30 2010 UTC revision 1.14 by jmc, Tue Dec 14 21:34:45 2010 UTC
# Line 37  checkOut=1 Line 37  checkOut=1
37  gcmDIR="MITgcm_$sfx"  gcmDIR="MITgcm_$sfx"
38  cd $TST_DIR  cd $TST_DIR
39  #- check for disk space:  #- check for disk space:
40  dsp=`df . | tail -1 | awk '{print $5}' | sed 's/%$//'`  dsp=`df -P . | tail -1 | awk '{print $5}' | sed 's/%$//'`
41  if [ $dsp -gt 99 ] ; then  if [ $dsp -gt 99 ] ; then
42    echo 'Not enough space on this disk => do not run testreport.'    echo 'Not enough space on this disk => do not run testreport.'
43    df .    df .

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22