Changeset 2147 for palm/trunk/SCRIPTS
- Timestamp:
- Feb 9, 2017 4:52:29 PM (8 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/cross_sections.ncl
r2030 r2147 416 416 cs_res@tmYLMode ="Automatic" 417 417 418 cs_res@cnLevelSelectionMode = " ManualLevels"418 cs_res@cnLevelSelectionMode = "AutomaticLevels" 419 419 cs_res@lbLabelFontHeightF = font_size_legend 420 420 cs_res@lbLabelStride = legend_label_stride … … 1819 1819 if(check) then 1820 1820 1821 space=( MaxVal(varn)-MinVal(varn))/241821 space=(decimalPlaces(MaxVal(varn),3,True)-decimalPlaces(MinVal(varn),3,True))/24 1822 1822 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 1827 1828 1828 1829 ; **************************************************** … … 1980 1981 end if 1981 1982 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 1982 1999 if (vector .EQ. 1 .AND. plotvec .EQ. "plotvec") then 1983 2000 ;nothing to be done -
palm/trunk/SCRIPTS/mrun
r2142 r2147 387 387 if [[ $tmpcreate = true ]] 388 388 then 389 printf "\n *** Contents of \"$TEMPDIR\":\n"390 ls -al; cd389 # printf "\n *** Contents of \"$TEMPDIR\":\n" 390 # ls -al; cd 391 391 [[ $delete_temporary_catalog = true ]] && rm -rf $TEMPDIR 392 392 fi … … 451 451 (C) restart_run=true; mc="$mc -C";; 452 452 (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'";; 454 454 (F) job_on_file="-D"; mc="$mc -F";; 455 455 (g) group_number=$OPTARG; mc="$mc -g$OPTARG";; … … 3154 3154 export KMP_STACKSIZE=64m 3155 3155 3156 srun - -nodes=$nodes--ntasks-per-node=$tasks_per_node ./a.out < runfile_atmos3156 srun -n $ii --ntasks-per-node=$tasks_per_node ./a.out < runfile_atmos 3157 3157 3158 3158 elif [[ $host = lccrayf ]] -
palm/trunk/SCRIPTS/subjob
r2135 r2147 226 226 # (node*) local_address=210.219.61.8 local_host=lckordi;; 227 227 (gaia*) local_address=150.183.146.24; local_host=ibmkisti;; 228 (gharbi) local_address=130.75.105.47; local_host=lcmuk;; 228 229 (gallego) local_address=130.75.105.10; local_host=lcmuk;; 229 230 (gregale) local_address=130.75.105.109; local_host=lcmuk;; … … 236 237 (jaboticaba) local_address=150.163.25.181; local_host=lcbr;; 237 238 (sno) local_address=130.75.105.113; local_host=lcmuk;; 239 (kuma) local_address=130.75.105.115; local_host=lcmuk;; 238 240 (levanto) local_address=130.75.105.45; local_host=lcmuk;; 239 241 (login*) local_address=118.128.66.201; local_host=lckiaps;; … … 440 442 esac;; 441 443 (lcbullhh) case $ndq in 442 (compute| shared) error=false;;444 (compute|compute2|shared) error=false;; 443 445 (*) error=true;; 444 446 esac;;
Note: See TracChangeset
for help on using the changeset viewer.