Changeset 91 for trunk/mesoscale/PLOT/MINIMAL
- Timestamp:
- Mar 8, 2011, 5:59:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/PLOT/MINIMAL/map_latlon.pro
r86 r91 73 73 endelse 74 74 if (n_elements(isotropic) eq 0) then isotropic='true' 75 if (n_elements(coord2d) eq 0) then coord2d='false' 75 76 76 77 ;------------------ … … 160 161 if (isotropic eq 'true') then begin 161 162 loadct, 0, /silent 162 if ( n_elements(polar) eq 0) then begin163 if ( coord2d ne 'polar' ) then begin 163 164 ;;trace non polaire 164 165 contour, /nodata, $ … … 183 184 endelse 184 185 subtitle_user = '' 185 print, 'YORGL YORGL'186 186 endif else begin 187 187 pospos = [0.15, 0.35, 0.95, 0.95] ;; non-iso 188 188 loadct, 0, /silent 189 if ( n_elements(polar) eq 0) then begin189 if ( coord2d ne 'polar' ) then begin 190 190 ;;trace non polaire 191 191 contour, /nodata, $
Note: See TracChangeset
for help on using the changeset viewer.