Ignore:
Timestamp:
Nov 21, 2012 3:57:18 PM (12 years ago)
Author:
maronga
Message:

updates in nc2vdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/nc2vdf

    r1046 r1062  
    1515    check_muk=false
    1616    check_hlrn=false
     17    check_workstation=false
    1718    sys="unknown"
    1819
     
    4041       check_hlrn=true
    4142    fi
     43#    if [ $(expr "$HOSTNAME" : "") -eq 1 ] ### insert $HOSTNAME of your workstation here if you are not running vapor on one of the systems above
     44#    then
     45#       check_workstation=true
     46#    fi
     47
    4248
    4349
     
    5561       module load ncl
    5662    fi
     63   
     64    if [ $check_workstation == "true" ]
     65    then
     66       sys="workstation"
     67    fi
    5768
    5869    if [ $sys == "unknown" ]
    5970    then
    60        echo "+++ unknown system. Exiting..."
    61        exit 0
     71       echo "+++ unknown system."
     72       #exit 0
    6273    else
    6374       echo "*** nc2vdf will execute at $sys"
Note: See TracChangeset for help on using the changeset viewer.