[85] | 1 | pro gravitwave2 |
---|
| 2 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
| 3 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
[114] | 4 | ;;;; KEEP REFERENCES of FIRST PLOTS |
---|
| 5 | ;file='../EN_COURS/gw/ok_hires_wrfout_d01_9999-09-09_09:00:00_z' |
---|
| 6 | ;file='../EN_COURS/gw/_wrfout_d01_9999-09-09_09:00:00_z' |
---|
| 7 | ;file='../LMD_MM_MARS/TESTGW/_wrfout_d01_9999-09-09_09:00:00_z' |
---|
| 8 | ;;file='../LMD_MM_MARS/TESTGW/wind15_wrfout_d01_9999-09-09_09:00:00_z' |
---|
| 9 | ;file='../TESTGW/wind20c_wrfout_d01_9999-09-09_09:00:00_z' |
---|
| 10 | folder='/d5/aslmd/GRAVITWAVE/GW_MARS_highwind_3D.157077/' |
---|
| 11 | folder='/d5/aslmd/GRAVITWAVE/GW_MARS_highwind_narrowmountain_2D.156878/' |
---|
| 12 | ;folder='/d5/aslmd/GRAVITWAVE/GW_MARS_highwind_narrowmountain_3D.157025/' |
---|
| 13 | folder='/d5/aslmd/GRAVITWAVE/GW_MARS_highwind_narrowmountain_2D.morepoints.160818/' |
---|
| 14 | folder='/d5/aslmd/GRAVITWAVE/GW_MARS_highwind_3D_loweropacity_morepoints_LT15.161544/' |
---|
[117] | 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/' |
---|
[114] | 17 | file=folder+'wrfout_d01_9999-09-09_09:00:00_z' |
---|
[85] | 18 | charvar='W' & charvarc='W' |
---|
[114] | 19 | charvar='tk' & charvarc='W' |
---|
| 20 | ;charvar='tk' & charvarc='W' & cond=1 |
---|
[85] | 21 | charvar='tk' & charvarc='tk' & cond=1 |
---|
[114] | 22 | ;;charvar='tpot' & charvarc='tpot' |
---|
[85] | 23 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
| 24 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
---|
| 25 | ; |
---|
| 26 | ; |
---|
| 27 | ; |
---|
| 28 | what_I_plot=0. & overcontour=0. |
---|
| 29 | SPAWN, '\rm param_plot.idl ; cp gravitwave_inc.pro param_plot.idl' |
---|
| 30 | ; |
---|
| 31 | ; |
---|
| 32 | ; |
---|
| 33 | getcdf, $ |
---|
| 34 | file=file, $ |
---|
| 35 | charvar=charvar, $ |
---|
| 36 | invar=invar |
---|
| 37 | getcdf, $ |
---|
| 38 | file=file, $ |
---|
| 39 | charvar=charvarc, $ |
---|
| 40 | invar=invarc |
---|
| 41 | getcdf, $ |
---|
| 42 | file=file, $ |
---|
| 43 | charvar='vert', $ |
---|
| 44 | invar=vert |
---|
| 45 | getcdf, $ |
---|
| 46 | file=file, $ |
---|
| 47 | charvar='PTOT', $ |
---|
| 48 | invar=columnp |
---|
| 49 | ; |
---|
| 50 | ; |
---|
| 51 | ; |
---|
[114] | 52 | ;for nt=4,10 do begin |
---|
| 53 | ;for nt=27,27 do begin |
---|
| 54 | for nt=1,40 do begin |
---|
[85] | 55 | zefile='gravitwave_'+charvar+'_'+charvarc+'_'+string(nt+100,'(I0)') |
---|
| 56 | if (n_elements(cond) ne 0) then zefile = 'cond_' + zefile |
---|
| 57 | ; |
---|
| 58 | ; |
---|
| 59 | ; |
---|
| 60 | PS_Start, filename=zefile+'.ps' |
---|
| 61 | print, zefile+'.ps' |
---|
| 62 | !P.Charsize = 1.2 |
---|
| 63 | !p.charthick = 2.0 |
---|
| 64 | !p.thick = 2.0 |
---|
| 65 | !x.thick = 2.0 |
---|
| 66 | !y.thick = 2.0 |
---|
| 67 | ; |
---|
| 68 | ; |
---|
| 69 | ; |
---|
[114] | 70 | s = size(invar) & middle = floor(s[2]/2) & print, 'PLOT at y subs ', middle |
---|
| 71 | what_I_plot = reform(invar(*,middle,*,nt)) |
---|
| 72 | overcontour = reform(invarc(*,middle,*,nt)) |
---|
[85] | 73 | if (n_elements(cond) ne 0) then begin |
---|
| 74 | column = columnp |
---|
| 75 | ;column = reform(columnp(*,1,*,1)) |
---|
| 76 | @tempcond.inc |
---|
[114] | 77 | yeye = reform(overplot(*,middle,*,nt)) |
---|
[85] | 78 | w = where(yeye le 0.) & yeye[w] = 0. |
---|
| 79 | if (charvar eq 'tk') then what_I_plot = what_I_plot - yeye |
---|
[114] | 80 | if (charvarc eq 'tk') then overcontour = overcontour - yeye |
---|
[85] | 81 | endif |
---|
| 82 | xx = findgen(n_elements(what_I_plot(*,0))) |
---|
| 83 | zz = vert / 1000. |
---|
| 84 | |
---|
[114] | 85 | ;w = where(what_I_plot lt 0.) |
---|
| 86 | w = where(what_I_plot lt -1.) |
---|
| 87 | ;w = where(what_I_plot lt -3.) |
---|
| 88 | if (w(0) ne -1) then begin |
---|
| 89 | for i=0,n_elements(w)-1 do begin |
---|
| 90 | ind = ARRAY_INDICES(what_I_plot, w(i)) |
---|
| 91 | print, 'x '+string(ind(0),'(I0)')+' z '+string(zz(ind(1)),'(I0)')+' t '+string(nt*925./3700.,'(F4.1)'), what_I_plot(ind[0],ind[1]) |
---|
| 92 | endfor |
---|
| 93 | endif |
---|
[85] | 94 | ; |
---|
| 95 | ; |
---|
| 96 | ; |
---|
| 97 | map_latlon, $ |
---|
| 98 | what_I_plot, $ ; 2D field |
---|
| 99 | xx, $ ; 1D latitude |
---|
| 100 | zz, $ ; 1D longitude |
---|
| 101 | ; minfield=minfield_init, $ ; minimum value of plotted field (=0: calculate) |
---|
| 102 | ; maxfield=maxfield_init, $ ; maximum value of plotted field (=0: calculate) |
---|
| 103 | overcontour=overcontour, $ ; another 2D field to overplot with contour lines (=0: no) |
---|
| 104 | ; overvector_x=overvector_x, $ ; wind vector - x component (=0: no) |
---|
| 105 | ; overvector_y=overvector_y, $ ; wind vector - y component (=0: no) |
---|
| 106 | ; ct=pal, $ ; color table (33-rainbow is default) |
---|
| 107 | ; colors=colors, $ ; number of colors/levels (32 is default) |
---|
| 108 | ; title=title_user, $ ; title of the plot ('' is default) |
---|
| 109 | format=format ; format of colorbar annotations ('(F6.2)' is default) |
---|
| 110 | ; |
---|
| 111 | ; |
---|
| 112 | ; |
---|
| 113 | PS_End, /PNG |
---|
[114] | 114 | SPAWN, 'mv '+zefile+'.png '+folder+' ; \rm '+zefile+'.*ps*' |
---|
[85] | 115 | endfor |
---|
| 116 | end |
---|