source: trunk/UTIL/PYTHON/powerlaw/performdd.py @ 1062

Last change on this file since 1062 was 1053, checked in by aslmd, 11 years ago

UTIL PYTHON. tools to study dust devils in LES.

  • Property svn:executable set to *
File size: 2.0 KB
Line 
1#! /usr/bin/env python
2from finddd import finddd
3
4####################
5####################
6#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",range(0,591,1))
7#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",range(0,591,1),method=2)
8####################
9####################
10
11
12#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",range(0,591,10),method=2)
13#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",range(0,591,10),method=2,plotplot=True)
14#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",[300.,350.,400.],method=2,plotplot=True)
15#### checks
16#plotplot = True ; save = False
17#timelist = [270.,302.,305.,352.,358.,412.,423.] #joli
18#timelist = [300.,310.,320.]
19#timelist = [210.,250.,280.,400.]
20#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",range(350,450,5),method=2,plotplot=True,save=False)
21
22####################
23####################
24finddd("/home/aymeric/Big_Data/LES_dd/press_ustm_exomars.nc",range(0,54,1),dx=12.,halolim=100,method=2)
25#timelist = [28.,48.,49.]
26#plotplot = True
27#save = False
28####################
29####################
30
31####################
32####################
33#finddd("/home/aymeric/Big_Data/LES_dd/psfc.LMD_LES_MARS.160564.nc",\
34#           range(0,336,1),dx=10.,lt_start=9.,halolim=150,method=2)
35###halolim 50 idem
36####################
37####################
38
39
40
41###############################################################################
42#dx = 100. # horizontal resolution
43#lt_out = 10. # frequency of outputs (s) --- wrong?????
44#lt_start = 6. # starting local time
45#filefile = "/home/aymeric/Big_Data/LES_dd/psfc_oldinsight100m.nc"
46#halolim = 20 # limit for halos
47#timelist = range(0,4440,1) # times in file
48#timelist = range(0,4440,100) # times in file
49#method = 1 # method used to detect vortices
50#plotplot = False # plot or not
51#save = True # save results or not
52###############################################################################
53
54
55##namefile = "/home/aymeric/Big_Data/LES_dd/press_ustm_exomars.nc2.txt"
56##dt_out = 50.
57##lt_start = 8.
58
59
Note: See TracBrowser for help on using the repository browser.