Ignore:
Timestamp:
May 25, 2011, 4:19:36 PM (14 years ago)
Author:
aslmd
Message:

mars

M 130 mars/libf/phymars/callradite.F
M 130 mars/README
no more need to modify callradite.F prior to compilation
[but still dimradmars.h must be modified]

--> in callradite.F we now have

-- DEFAULT name_iaer(1) is "dust_conrath"
-- IF (doubleq.AND.active) name_iaer(1) = "dust_doubleq"
-- IF (water.AND.activice) name_iaer(2) = "h2o_ice"

M 130 000-USERS
small meeting about SVN for "planeto" team

M 130 mars/libf/phymars/meso_physiq.F
purely cosmetic changes

M 130 mesoscale/PLOT/MINIMAL/map_latlon.pro
M 130 mesoscale/PLOT/SPEC/GW/gravitwave2.pro
M 130 mesoscale/PLOT/SPEC/GW/gravitwaveprof.pro
M 130 mesoscale/PLOT/SPEC/GW/gravitwave_inc.pro
A 0 mesoscale/PLOT/SPEC/MAP/defs/THARSIS_newphys_bugnoRAC_RACgcm_TAUTES.map_uvt_inc.pro
M 130 mesoscale/PLOT/SPEC/MAP/map_uvt.pro
graphic stuff for GW studies and H2O cycle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/PLOT/SPEC/GW/gravitwave2.pro

    r117 r131  
    1313folder='/d5/aslmd/GRAVITWAVE/GW_MARS_highwind_narrowmountain_2D.morepoints.160818/'
    1414folder='/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/'
     15folder='/home/aslmd/GRAVITWAVE/GW_MARS_highwind_3D_loweropacity_morepoints.161542/'
     16;folder='/home/aslmd/GRAVITWAVE/GW_MARS_highwind_3D_loweropacity_morepoints_LTcst.168440/'
     17;folder='/home/aslmd/GRAVITWAVE/GW_MARS_highwind_3D_loweropacity_morepoints_widehill.168468/'
    1718file=folder+'wrfout_d01_9999-09-09_09:00:00_z'
    1819charvar='W' & charvarc='W'
    19 charvar='tk' & charvarc='W'
     20charvar='W' & charvarc='tk' & cond=0
     21;charvar='tk' & charvarc='W'
    2022;charvar='tk' & charvarc='W' & cond=1
    21 charvar='tk' & charvarc='tk' & cond=1
     23;charvar='tk' & charvarc='tk' & cond=1
     24;charvar='tk' & charvarc='tk' & cond=0
    2225;;charvar='tpot' & charvarc='tpot'
    23 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    24 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     26charvar='HR_NLTE' & charvarc='tk' & cond=0
     27;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     28        ;folder='/home/aslmd/GRAVITWAVE/'
     29        ;file=folder+'GW_MARS_highwind_3D_loweropacity_morepoints_diff.nc'
     30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    2531;
    2632;
     
    3945        charvar=charvarc, $
    4046        invar=invarc
     47;getcdf, $
     48;        file=file, $
     49;        charvar='vert', $
     50;        invar=vert
    4151getcdf, $
    42         file=file, $
    43         charvar='vert', $
    44         invar=vert
     52         file='/home/aslmd/GRAVITWAVE/GW_MARS_highwind_3D.157077/wrfout_d01_9999-09-09_09:00:00_z', $
     53         charvar='vert', $
     54         invar=vert
    4555getcdf, $
    4656        file=file, $
     
    5363;for nt=27,27 do begin
    5464for nt=1,40 do begin
     65;for nt=9,9 do begin
     66;for nt=0,20 do begin
    5567zefile='gravitwave_'+charvar+'_'+charvarc+'_'+string(nt+100,'(I0)')
    56 if (n_elements(cond) ne 0) then zefile = 'cond_' + zefile
     68if (n_elements(cond) ne 0) then if (cond ne 0) then zefile = 'cond_' + zefile
    5769;
    5870;
    5971;
    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
     72  PS_Start, filename=zefile+'.ps' & print, zefile+'.ps'
    6773;
    6874;
    6975;
    7076s = size(invar) & middle = floor(s[2]/2) & print, 'PLOT at y subs ', middle
    71 what_I_plot = reform(invar(*,middle,*,nt))
     77what_I_plot = reform(invar(*,middle,*,nt)) & print, min(what_I_plot), max(what_I_plot)
    7278overcontour = reform(invarc(*,middle,*,nt))
    7379   if (n_elements(cond) ne 0) then begin
     80   if (cond ne 0) then begin
    7481     column = columnp
    7582     ;column = reform(columnp(*,1,*,1))
     
    8087     if (charvarc eq 'tk') then overcontour = overcontour - yeye
    8188   endif
     89   endif
    8290xx = findgen(n_elements(what_I_plot(*,0)))
    8391zz = vert / 1000.
    84 
    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
     92;
     93        ;;w = where(what_I_plot lt 2.)
     94        ;;w = where(what_I_plot lt 0.)
     95        ;w = where(what_I_plot lt -1.)
     96        ;;w = where(what_I_plot lt -3.)
     97        ;if (w(0) ne -1) then begin
     98        ;for i=0,n_elements(w)-1 do begin
     99        ; ind = ARRAY_INDICES(what_I_plot, w(i))
     100        ; 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])
     101        ;endfor
     102        ;endif
     103;
     104;
     105;
     106if (charvar eq 'HR_NLTE') then begin
     107        what_I_plot = what_I_plot * 3700. ;; en K/hour
     108        ;w = where((zz le 60.) and (zz ge 50.)) ;; pour enlever la ligne d'altitude ou le NLTE est active
     109        ;if (w(0) ne -1) then what_I_plot(*,w) = 0.
     110endif
    94111;
    95112;
     
    99116        xx, $                                   ; 1D latitude
    100117        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)
     118;        minfield_init, $               ; minimum value of plotted field (=0: calculate)
     119;        maxfield_init, $               ; maximum value of plotted field (=0: calculate)
    103120        overcontour=overcontour, $              ; another 2D field to overplot with contour lines (=0: no)
    104121;        overvector_x=overvector_x, $            ; wind vector - x component (=0: no)
Note: See TracChangeset for help on using the changeset viewer.