Changeset 2147 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Feb 9, 2017 4:52:29 PM (7 years ago)
Author:
scharf
Message:

improved palmplot, added two imuk hosts, changed allocation of resources for lcbullhh and corrected land surface parameters

Location:
palm/trunk/SCRIPTS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/cross_sections.ncl

    r2030 r2147  
    416416   cs_res@tmYLMode                ="Automatic"
    417417 
    418    cs_res@cnLevelSelectionMode    = "ManualLevels"
     418   cs_res@cnLevelSelectionMode    = "AutomaticLevels"
    419419   cs_res@lbLabelFontHeightF = font_size_legend
    420420   cs_res@lbLabelStride = legend_label_stride
     
    18191819      if(check) then
    18201820
    1821          space=(MaxVal(varn)-MinVal(varn))/24
     1821         space=(decimalPlaces(MaxVal(varn),3,True)-decimalPlaces(MinVal(varn),3,True))/24
    18221822 
    1823          cs_res@cnMinLevelValF = MinVal(varn)
    1824          cs_res@cnMaxLevelValF = MaxVal(varn)
    1825 
    1826          cs_res@cnLevelSpacingF = space
     1823         ;cs_res@cnMinLevelValF = decimalPlaces(MinVal(varn),3,True)
     1824         ;cs_res@cnMaxLevelValF = decimalPlaces(MaxVal(varn),3,True)
     1825
     1826         ;cs_res@cnLevelSpacingF = space
     1827         cs_res@cnMaxLevelCount = 26
    18271828     
    18281829         ; ****************************************************
     
    19801981                     end if
    19811982
     1983                     ;if (topo .EQ. 0) then
     1984                        ;nothing to be done
     1985                     ;else
     1986                     ;   print("'topo' is set to " + topo)
     1987
     1988                        ;plot(n) = gsn_csm_contour(wks_ps,\
     1989                                            ;data(varn,lo,li-lis,:,:),cs_res)
     1990                        ;if(vNam(varn) .EQ. "zwwi" .OR. \
     1991                         ;  vNam(varn) .EQ. "zusi") then
     1992                          ; to_res@cnFillPalette = "GMT_gray"
     1993                           ;plot_topo = gsn_csm_contour(wks_ps,\
     1994                            ;  data(varn,lo,li-lis,:,:),to_res)
     1995                         ;end if
     1996                        ;overlay(plot(n), plot_topo)
     1997                     ;end if
     1998
    19821999                     if (vector .EQ. 1 .AND. plotvec .EQ. "plotvec") then
    19832000                        ;nothing to be done
  • palm/trunk/SCRIPTS/mrun

    r2142 r2147  
    387387          if [[ $tmpcreate = true ]]
    388388          then
    389              printf "\n  *** Contents of \"$TEMPDIR\":\n"
    390              ls -al; cd
     389#              printf "\n  *** Contents of \"$TEMPDIR\":\n"
     390#              ls -al; cd
    391391             [[ $delete_temporary_catalog = true ]]  &&  rm -rf $TEMPDIR
    392392          fi
     
    451451       (C)   restart_run=true; mc="$mc -C";;
    452452       (d)   fname=$OPTARG; mc="$mc -d$OPTARG";;
    453        (D)   cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D'$OPTARG'";;
     453#        (D)   cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D'$OPTARG'";;
    454454       (F)   job_on_file="-D"; mc="$mc -F";;
    455455       (g)   group_number=$OPTARG; mc="$mc -g$OPTARG";;
     
    31543154                      export KMP_STACKSIZE=64m
    31553155
    3156                       srun  --nodes=$nodes --ntasks-per-node=$tasks_per_node ./a.out  <  runfile_atmos
     3156                      srun  -n $ii --ntasks-per-node=$tasks_per_node ./a.out  <  runfile_atmos
    31573157
    31583158                   elif [[ $host = lccrayf ]]
  • palm/trunk/SCRIPTS/subjob

    r2135 r2147  
    226226   #  (node*)                 local_address=210.219.61.8    local_host=lckordi;;
    227227     (gaia*)                 local_address=150.183.146.24; local_host=ibmkisti;;
     228     (gharbi)                local_address=130.75.105.47;  local_host=lcmuk;;
    228229     (gallego)               local_address=130.75.105.10;  local_host=lcmuk;;
    229230     (gregale)               local_address=130.75.105.109; local_host=lcmuk;;
     
    236237     (jaboticaba)            local_address=150.163.25.181; local_host=lcbr;;
    237238     (sno)                   local_address=130.75.105.113; local_host=lcmuk;;
     239     (kuma)                  local_address=130.75.105.115; local_host=lcmuk;;
    238240     (levanto)               local_address=130.75.105.45;  local_host=lcmuk;;
    239241     (login*)                local_address=118.128.66.201; local_host=lckiaps;;
     
    440442                 esac;;
    441443        (lcbullhh) case  $ndq  in
    442                      (compute|shared)  error=false;;
     444                     (compute|compute2|shared)  error=false;;
    443445                     (*)                                     error=true;;
    444446                 esac;;
Note: See TracChangeset for help on using the changeset viewer.