Ignore:
Timestamp:
Jul 28, 2025, 3:43:42 PM (9 days ago)
Author:
afalco
Message:

Pluto: update figure scripts.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/util/script_figures/temp_time_zoom.py

    r3833 r3868  
    1818# longitude=-165
    1919latitude=[-19,-15]
    20 # latitude=-19
     20latitude=-18
    2121
    2222# local time de la longitude consideree a t=0
     
    3939myvar=getvar(nc1,var,times=tint,longitudes=longitude,latitudes=latitude)[:,:,0,0]
    4040font=23
    41 # tim=np.linspace(0,24,9)
    4241print(("tim=",tim))
    4342print(('on prend les premiers indice, shape (tmps, alt, var) =',shape(tim), shape(alt), shape(myvar)))
     
    4645lev=np.linspace(40,50,10)
    4746# xticks=[0,2,4,6,8,10,12,14,16,18,20,22,24]
    48 print(('hello:',np.linspace(0,24,13)))
    4947#yticks=np.linspace(0,240,9)
    5048
Note: See TracChangeset for help on using the changeset viewer.