Ignore:
Timestamp:
Mar 8, 2011, 5:59:28 PM (14 years ago)
Author:
aslmd
Message:

mars: test outliers [dans initracer.F, commente] LMD_MM_MARS: modifications mineures [retrocompatibilite ancienne physique, callphys.def test pour nouvelle physique] PLOT: generalisation de la routine map_uvt pour pouvoir tracer des figures en projection polaire complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/PLOT/MINIMAL/map_latlon.pro

    r86 r91  
    7373endelse
    7474if (n_elements(isotropic) eq 0) then isotropic='true'
     75if (n_elements(coord2d) eq 0) then coord2d='false'
    7576
    7677;------------------
     
    160161if (isotropic eq 'true') then begin
    161162        loadct, 0, /silent
    162         if ( n_elements(polar) eq 0 ) then begin
     163        if ( coord2d ne 'polar' ) then begin
    163164                ;;trace non polaire
    164165                contour, /nodata, $
     
    183184        endelse
    184185        subtitle_user = ''
    185         print, 'YORGL YORGL'
    186186endif else begin
    187187        pospos = [0.15, 0.35, 0.95, 0.95] ;; non-iso
    188188        loadct, 0, /silent
    189         if ( n_elements(polar) eq 0 ) then begin
     189        if ( coord2d ne 'polar' ) then begin
    190190                ;;trace non polaire
    191191                contour, /nodata, $
Note: See TracChangeset for help on using the changeset viewer.