Changeset 3868 for trunk/LMDZ.PLUTO/util/script_figures/temp_time_zoom.py
- Timestamp:
- Jul 28, 2025, 3:43:42 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/util/script_figures/temp_time_zoom.py
r3833 r3868 18 18 # longitude=-165 19 19 latitude=[-19,-15] 20 # latitude=-19 20 latitude=-18 21 21 22 22 # local time de la longitude consideree a t=0 … … 39 39 myvar=getvar(nc1,var,times=tint,longitudes=longitude,latitudes=latitude)[:,:,0,0] 40 40 font=23 41 # tim=np.linspace(0,24,9)42 41 print(("tim=",tim)) 43 42 print(('on prend les premiers indice, shape (tmps, alt, var) =',shape(tim), shape(alt), shape(myvar))) … … 46 45 lev=np.linspace(40,50,10) 47 46 # xticks=[0,2,4,6,8,10,12,14,16,18,20,22,24] 48 print(('hello:',np.linspace(0,24,13)))49 47 #yticks=np.linspace(0,240,9) 50 48
Note: See TracChangeset
for help on using the changeset viewer.