Changeset 513 for palm/trunk/SCRIPTS/NCL/cross_sections.ncl
- Timestamp:
- Mar 16, 2010 1:37:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/cross_sections.ncl
r418 r513 82 82 shape = 1 83 83 end if 84 84 85 85 if (xyc .NE. 0 .AND. xyc .NE. 1)then 86 86 print(" ") … … 1352 1352 data!4 = "x" 1353 1353 1354 MinVal(varn) = min(data(varn, :,:,:,:))1355 MaxVal(varn) = max(data(varn, :,:,:,:))1354 MinVal(varn) = min(data(varn,start_time_step:end_time_step,0:(ze-zs),0:(ye-ys),0:(xe-xs))) 1355 MaxVal(varn) = max(data(varn,start_time_step:end_time_step,0:(ze-zs),0:(ye-ys),0:(xe-xs))) 1356 1356 1357 1357 unit(varn) = data_att@units … … 1623 1623 1624 1624 if ( sort .eq. "layer" ) then 1625 if (z_d( zs+li) .eq. -1) then1625 if (z_d(li) .eq. -1) then 1626 1626 if (delta_z .EQ. -1) then 1627 1627 level = "-average" … … 1721 1721 1722 1722 if ( sort .eq. "time" ) then 1723 if ( x_d( xs+lo) .eq. -1 ) then1723 if ( x_d(lo) .eq. -1 ) then 1724 1724 level = "-average" 1725 1725 else … … 1744 1744 1745 1745 if ( sort .eq. "layer" ) then 1746 if ( x_d( xs+li) .eq. -1 ) then1746 if ( x_d(li) .eq. -1 ) then 1747 1747 level = "-average" 1748 1748 else
Note: See TracChangeset
for help on using the changeset viewer.