Ignore:
Timestamp:
Oct 21, 2011, 11:31:28 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE : Preparatory commit for the ultimate option mars=42 which

would allow mesoscale modeling with photochemistry.

[see r76 method to add 'mars' options]
Modified module_lmd_driver.F and Registry.EM and runmeso
Modified readmeteo.F90 and introduced an option -DPHOTOCHEM
...
Transparent to the casual user
Option mars=42 not yet finished though -- so do not use!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE_DEV/PLOT/SPEC/GW/gravitwaveprof.pro

    r131 r324  
    5858nts=1  & nte=100  & nxs=50   & nxe=50
    5959nts=1  & nte=100  & nxs=60   & nxe=60
    60 nts=1  & nte=100  & nxs=20   & nxe=20
     60;nts=1  & nte=100  & nxs=20   & nxe=20
     61nts=29 & nte=29   & nxs=60   & nxe=60
    6162;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    6263;
     
    150151     alt = [40.,80.]
    151152     alt = [0.,120.]
     153     alt = [10.,110.]
    152154     ;;;;;;;;;;;
    153155     ;;;;;;;;;;;
     
    156158     minfield_init = 85.  ;100.
    157159     maxfield_init = 185. ;250.
     160     minfield_init = 90.
     161     maxfield_init = 230.
    158162     title_axis = ['Temperature (K)','Altitude (km)']
    159163     overplot = mcd_tpot
     
    161165     SPAWN, "echo 'intervaly=10.' >> param_plot.idl"
    162166     SPAWN, "echo 'intervalx=5.' >> param_plot.idl"
     167     SPAWN, "echo 'intervalx=10.' >> param_plot.idl"
    163168     ;;;;;;;;;;;
    164169
     
    216221        ;;oplot, yeye, vert/1000., linestyle=1
    217222
     223
     224loadct, 4
     225for i=16,37 do begin  ;10-37
     226for j=0,40 do begin
     227dec = j - 20 
     228overoverplot = reform(invar(nx+dec,middle+dec,*,i))
     229oplot, overoverplot, column, color=220  ;psym=3
     230endfor
     231endfor
     232
     233!p.thick = 4.0
     234oplot, overplot, overplot_column, linestyle=2
     235!p.thick = 2.0
     236
     237!p.thick = 4.0
     238oplot, reform(invar(nx,middle,*,28)), column
     239!p.thick = 2.0
     240
    218241@tempcond.inc
    219242overplot = reform(overplot(nx,middle,*,nt))
     243w = where(overplot le 0.) & overplot[w] = !VALUES.F_NAN
    220244oplot, overplot, overplot_column, linestyle=1
    221245
Note: See TracChangeset for help on using the changeset viewer.