Changeset 1315 for trunk/libIGCM/ins_job


Ignore:
Timestamp:
04/13/16 22:03:25 (8 years ago)
Author:
sdipsl
Message:
  • Necessary changes due to rencent maintenance at TGCC.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/ins_job

    r1305 r1315  
    157157  if ( ! ${x_p} ) ; then 
    158158    ProjectID=$( ccc_myproject | gawk '{ if ( $3 ~ /^project$/ && $4 !~ /^tgcc/ ) { print $4 } }' | head -n 1 ) 
    159     ProjectID=${ProjectID:="gencmip6"} 
     159    ProjectID=${ProjectID:="devcmip6"} 
    160160    answer="" 
    161161    print - "Hit Enter or give project ID (default is ${ProjectID}), possible projects are $( echo $( ccc_myproject | gawk '{ if ( $3 ~ /^project$/ && $4 !~ /^tgcc/ ) { print $4 } }' | sort -u ) ) :" 
    162162    read answer 
     163 
     164    if [ "X${answer}" = "Xgencmip6" ] ; then 
     165      ProjectID=devcmip6 
     166    fi 
    163167 
    164168    if [ "X${answer}" != "X" ] ; then 
Note: See TracChangeset for help on using the changeset viewer.