Changeset 117 for trunk/mesoscale/PLOT/SPEC
- Timestamp:
- May 10, 2011, 6:33:29 PM (14 years ago)
- Location:
- trunk/mesoscale/PLOT/SPEC
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/PLOT/SPEC/GW/gravitwave2.pro
r114 r117 13 13 folder='/d5/aslmd/GRAVITWAVE/GW_MARS_highwind_narrowmountain_2D.morepoints.160818/' 14 14 folder='/d5/aslmd/GRAVITWAVE/GW_MARS_highwind_3D_loweropacity_morepoints_LT15.161544/' 15 folder='/home/aslmd/GRAVITWAVE/GW_MARS_highwind_3D_loweropacity_morepoints_LTcst.168440/' 16 folder='/home/aslmd/GRAVITWAVE/GW_MARS_highwind_3D_loweropacity_morepoints_widehill.168468/' 15 17 file=folder+'wrfout_d01_9999-09-09_09:00:00_z' 16 18 charvar='W' & charvarc='W' -
trunk/mesoscale/PLOT/SPEC/GW/gravitwaveprof.pro
r114 r117 9 9 path='../TESTGW/' 10 10 path='/tmp7/aslmd/' 11 path='/ d5/aslmd/GRAVITWAVE/'11 path='/home/aslmd/GRAVITWAVE/' 12 12 experiment='mcd_lt16_rcpcst' 13 13 ;experiment='mcd_lt16' … … 29 29 experiment='GW_MARS_highwind_3D_loweropacity_morepoints.161542' 30 30 experiment='GW_MARS_highwind_3D_loweropacity_morepoints_LT15.161544' 31 experiment='GW_MARS_highwind_3D_loweropacity_morepoints_LTcst.168440' 32 experiment='GW_MARS_highwind_3D_loweropacity_morepoints_widehill.168468' 31 33 file=path+experiment+'_wrfout_d01_9999-09-09_09:00:00_z' 32 34 file=path+experiment+'/wrfout_d01_9999-09-09_09:00:00_z' … … 88 90 ;mean_columnp = TOTAL(columnp(*,*,*,nts:nte),4) / float(nte-nts+1) 89 91 anomal_invar = invar & for i=0,s[4]-1 do anomal_invar(*,*,*,i) = anomal_invar(*,*,*,i) - mean_invar 90 ; 91 ; 92 ; 93 ;goto, perturb92 ;; 93 ;; 94 ;; 95 ; goto, perturb 94 96 for nt=nts,nte do begin 95 97 for nx=nxs,nxe do begin … … 257 259 oplot, overplot, overplot_column 258 260 endfor 261 262 ;temppp = reform(mean_invar(nxs,middle,*)) 263 ;hache = 191.*temppp/3.72/1000. 264 ;ok = column / ( 2. * hache ) 265 ;print, exp(ok) 266 ;yeah = exp(ok) 267 ;oplot, yeah, column 268 259 269 PS_End, /PNG 260 270
Note: See TracChangeset
for help on using the changeset viewer.