Changeset 250 for palm/trunk/SCRIPTS/NCL/timeseries.ncl
- Timestamp:
- Mar 2, 2009 12:18:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/timeseries.ncl
r218 r250 1243 1243 if (format_out .EQ. "eps" .OR. format_out .EQ. "epsi") then 1244 1244 gsn_panel(wks_ps,plot_ps(1:n),(/n,1/),resP) 1245 print(" ") 1246 print("Outputs to .eps or .epsi have only one frame") 1247 print(" ") 1245 1248 else 1246 1249 do np = 1,n,no_rows*no_columns
Note: See TracChangeset
for help on using the changeset viewer.