Ignore:
Timestamp:
Dec 21, 2011 5:48:03 PM (12 years ago)
Author:
franke
Message:

Implementation of Wang collision kernel and bugfix for calculation of vpt, pt_p, and ec in case of cloud droplets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r789 r799  
    140140    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
    141141 delete_dayfile=false
    142  email_notification=none 
     142 email_notification=none
    143143 group_number=none
    144144 locat=normal
     
    250250     (rte*)                  local_addres=133.5.185.60;   local_host=lcrte;;
    251251     (scirocco)              local_addres=172.20.25.41;   local_host=lcmuk;;
     252     (solano)                local_addres=130.75.105.110; local_host=lcmuk;;
    252253     (sun1|sun2)             local_addres=130.75.6.1;     local_host=unics;;
    253254     (sx-*)                  local_addres=172.16.1.131;   local_host=necriam;;
     
    885886       feature_directive=""
    886887    fi
    887    
     888
    888889    if [[ $queue = dataq || $queue = permq ]]
    889890    then
     
    952953    then
    953954       cat > $job_to_send << %%END%%
    954 #!/bin/ksh 
     955#!/bin/ksh
    955956#PBS -S /bin/ksh
    956957#PBS -N $job_name
     
    994995
    995996       cat > $job_to_send << %%END%%
    996 #!/bin/ksh 
     997#!/bin/ksh
    997998# @\$-o $remote_dayfile
    998999# @\$-eo -oi
    9991000# @\$-lP 16
    1000 # @\$-lp 1   
     1001# @\$-lp 1
    10011002# @\$-lm 28gb  -llm unlimited -ls unlimited
    10021003# @\$-q $queue
     
    10211022    then
    10221023       cat > $job_to_send << %%END%%
    1023 #!/bin/ksh 
     1024#!/bin/ksh
    10241025#PBS -S /bin/ksh
    10251026#PBS -N $job_name
     
    14421443          if [[ $queue = default ]]
    14431444          then
    1444              eval  $submcom  $job_on_remhost 
     1445             eval  $submcom  $job_on_remhost
    14451446          else
    1446              eval  $submcom  -q $queue  $job_on_remhost 
     1447             eval  $submcom  -q $queue  $job_on_remhost
    14471448          fi
    14481449       else
Note: See TracChangeset for help on using the changeset viewer.