Changeset 3833 for trunk/LMDZ.PLUTO/util/script_figures/meanmeridwind.py
- Timestamp:
- Jul 7, 2025, 1:39:13 PM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/util/script_figures/meanmeridwind.py
r3823 r3833 9 9 import colorsys 10 10 from FV3_utils import * 11 from input import * 11 12 12 13 ############################ … … 63 64 rvb1=diverge_map(h,l) 64 65 65 myvar=getvar(nc1,var,tint, tim,xarea,lon,t_mean=True,l_mean=True)66 myvar=getvar(nc1,var,tint,xarea,lon,t_mean=True,l_mean=True) 66 67 67 68 mpl.figure(figsize=(20, 10)) … … 76 77 xticks=[-90,-60,-30,0,30,60,90] 77 78 #yticks=np.linspace(0,240,9) 78 alt=alt/1000.79 79 80 80 CF=mpl.contourf(lat,alt,myvar,lev,cmap=pal,extend='both') … … 89 89 mpl.clabel(CS, inline=1, fontsize=20, fmt='%1.1f',inline_spacing=1) 90 90 91 #mpl.title('Latitude ='+str(tintstr[i]),fontsize=font)91 mpl.title('Meridional wind (m/s)',fontsize=font) 92 92 mpl.ylabel('Altitude (km)',labelpad=10,fontsize=font) 93 93 mpl.xlabel('Latitude (deg)',labelpad=10, fontsize=font)
Note: See TracChangeset
for help on using the changeset viewer.