- Timestamp:
- Jan 22, 2015 1:11:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/spectra.ncl
r1248 r1527 561 561 else 562 562 if (norm_height .EQ. 1)then 563 res@tiXAxisString = "k~B~x~N~ x z (1 "563 res@tiXAxisString = "k~B~x~N~ x z (1)" 564 564 else 565 565 res@tiXAxisString = "k~B~x~N~ (1/m)" … … 574 574 end do 575 575 if (norm_x .NE. 1.)then 576 res@tiXAxisString = "k~B~ x~N~ ("+unit_x+")"576 res@tiXAxisString = "k~B~y~N~ ("+unit_x+")" 577 577 else 578 578 if (norm_height .EQ. 1)then 579 res@tiXAxisString = "k~B~ x~N~ x z (1)"579 res@tiXAxisString = "k~B~y~N~ x z (1)" 580 580 else 581 res@tiXAxisString = "k~B~ x~N~ (1/m)"581 res@tiXAxisString = "k~B~y~N~ (1/m)" 582 582 end if 583 583 end if
Note: See TracChangeset
for help on using the changeset viewer.