multi-plot on one page

From: Chao Luo <cluo_at_nyahnyahspammersnyahnyah>
Date: Tue, 25 Jul 2006 16:01:48 -0700

Hi,

I am trying to make 8 panels on one page by setup
gsn_panel(wks_id,plot,(/4,2/),resP).
It works when I make 6 panels:

plot(0) = gsn_csm_contour_map_ce(wks_id,so2,res1)
...
plot(5) = gsn_csm_contour_map_ce(wks_id,nh4,res1)

But there is error when I added on
plot(6) = gsn_csm_contour_map_ce(wks_id,dst,res1)
plot(7) = gsn_csm_contour_map_ce(wks_id,ssl,res1)

Error message like this:
fatal:Subscript out of range, error in subscript #0
fatal:Execute: Error occurred at or near line 174

I check out, and print out dst and ssl, the dimensions and values of
these two array are correct. The URL of the script I used is:
http://dust.ess.uci.edu/chaoluo/temp/tst.ncl

Very appreciate for any help and suggestions!

Chao

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Jul 25 2006 - 17:01:48 MDT

This archive was generated by hypermail 2.2.0 : Fri Jul 28 2006 - 16:18:17 MDT