- Timestamp:
- Jul 15, 2008 8:44:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/spectra.ncl
r176 r178 354 354 res@trXLog = True 355 355 res@trYLog = True 356 else 357 res@trXLog = False 358 res@trYLog = False 356 359 end if 357 360 … … 395 398 n=0 396 399 do varn =dim-1,0,1 397 400 398 401 check = True 399 402 … … 428 431 end if 429 432 end do 430 431 433 if (isStrSubset(vNam(varn),"x"))then 432 434 x_axis = f->k_x … … 447 449 print(" ") 448 450 res@trYLog = False 449 else450 res@trYLog = True451 451 end if 452 452 end do 453 453 end do 454 res@trYMinF = min(temp(:,p,:))455 res@trYMaxF = max(temp(:,p,:))456 454 res@trXMinF = min(x_axis) 457 455 res@trXMaxF = max(x_axis) … … 478 476 print(" ") 479 477 res@trYLog = False 480 else481 res@trYLog = True482 478 end if 483 479 end do 484 480 end do 485 res@trYMinF = min(temp(p,:,:))486 res@trYMaxF = max(temp(p,:,:))487 481 res@trXMinF = min(x_axis) 488 482 res@trXMaxF = max(x_axis) … … 506 500 end if 507 501 delete(temp) 502 delete(x_axis) 508 503 end if 509 504 end do
Note: See TracChangeset
for help on using the changeset viewer.