Ignore:
Timestamp:
Apr 16, 2009 4:10:51 PM (15 years ago)
Author:
letzel
Message:
  • Typographical errors (netcdf)
  • If the inversion height calculated by the prerun is zero, inflow_damping_height must be explicitly specified (init_3d_model)
  • Small bugfix concerning 3d 64bit netcdf output format (header)
  • Adjustments for lcsgib and lcsgih (subjob)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r291 r292  
    9696     # 02/10/08 - Siggi - PBS adjustments for lcxt4
    9797     # 02/03/09 - Siggi - Adjustments for new NEC-SX9 at RIAM
     98     # 16/04/09 - Marcus- Adjustments for lcsgib and lcsgih
    9899
    99100
     
    166167     (breg*-en0|berni*-en0)  local_addres=130.73.230.10;  local_host=ibmb;;
    167168     (breva)                 local_addres=130.75.105.98;  local_host=lcmuk;;
    168      (b01*)                  local_addres=130.73.232.102; local_host=lcsgib;;
     169     (b01*|bicegate1)        local_addres=130.73.232.102; local_host=lcsgib;;
     170     (bicegate2)             local_addres=130.73.232.103; local_host=lcsgib;;
    169171     (compute-*.local)       local_addres=172.20.4.2;     local_host=lcfimm;;
    170172     (cs*)                   local_addres=136.172.44.131; local_host=nech;;
     
    177179     (hababai)               local_addres=130.75.105.108; local_host=lcmuk;;
    178180     (hexagon.bccs.uib.no)   local_addres=129.177.20.113; local_host=lcxt4;;
    179      (hicegate1)             local_addres=130.75.4.102;   local_host=lcsgih;;
     181     (h01*|hicegate1)        local_addres=130.75.4.102;   local_host=lcsgih;;
    180182     (hicegate2)             local_addres=130.75.4.103;   local_host=lcsgih;;
    181183     (hreg*-en0|hanni*-en0)  local_addres=130.75.4.10;    local_host=ibmh;;
    182      (h01*)                  local_addres=130.75.4.102;   local_host=lcsgih;;
    183184     (irifi)                 local_addres=130.75.105.104; local_host=lcmuk;;
    184185     (levanto)               local_addres=130.75.105.45;  local_host=lcmuk;;
     
    11551156          echo "$submcom  $job_on_remhost"
    11561157          chmod  u+x  $job_on_remhost
     1158       elif [[ $(echo $local_host | cut -c1-5) = lcsgi ]]
     1159       then
     1160          eval  $submcom  $job_on_remhost
    11571161       elif [[ $local_host = nech ]]
    11581162       then
Note: See TracChangeset for help on using the changeset viewer.