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

Last change on this file since 1242 was 1197, checked in by aslmd, 11 years ago

PYTHON. updated analysis tools for dust devil analysis.

  • Property svn:executable set to *
File size: 3.4 KB
Line 
1#! /usr/bin/env python
2from finddd import finddd
3
4
5finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",method=3)
6#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",timelist=[250,385],method=3)
7
8#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",method=2)
9#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",method=1)
10
11#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",timelist=range(0,591,20),method=1,save=False,plotplot=True)
12exit()
13
14# LES_DUST_DEVIL_OLDPHYSok
15finddd("/planeto/aslmd/LESdata/188324p.nc",dt_out=50.,lt_start=9.)
16# LES
17finddd("/planeto/aslmd/LESdata/160564p.nc",dt_out=50.,lt_start=9.)
18finddd("/planeto/aslmd/LESdata/156487.nc",dt_out=50.,lt_start=8.)
19# LES_INSIGHT
20finddd("/planeto/aslmd/LESdata/2007p.nc",dt_out=10.,lt_start=6.)
21finddd("/planeto/aslmd/LESdata/13526p.nc",dt_out=10.,lt_start=6.)
22# EXOMARSshear
23finddd("/planeto/aslmd/LESdata/172097.nc",dt_out=50.,lt_start=13.)
24# QJ cases
25finddd("/planeto/aslmd/LESdata/case_A_50m_145_145_201_12km.nc",dt_out=100.,lt_start=8.)
26finddd("/planeto/aslmd/LESdata/case_B_50m_145_145_201_12km.nc",dt_out=100.,lt_start=8.)
27finddd("/planeto/aslmd/LESdata/case_C_50m_145_145_201_12km.nc",dt_out=100.,lt_start=8.)
28finddd("/planeto/aslmd/LESdata/case_I_50m_145_145_201_12km.nc",dt_out=100.,lt_start=8.)
29finddd("/planeto/aslmd/LESdata/case_HIGH_50m_145_145_201_12km.nc",dt_out=100.,lt_start=8.)
30
31#####################################################################
32#####################################################################
33#####################################################################
34
35
36####################
37####################
38#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",range(0,591,1))
39#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",range(0,591,1),method=2)
40####################
41####################
42
43#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",range(0,591,10),method=2)
44#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",range(0,591,10),method=2,plotplot=True)
45#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",[300.,350.,400.],method=2,plotplot=True)
46#### checks
47#plotplot = True ; save = False
48#timelist = [270.,302.,305.,352.,358.,412.,423.] #joli
49#timelist = [300.,310.,320.]
50#timelist = [210.,250.,280.,400.]
51#finddd("/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",range(350,450,5),method=2,plotplot=True,save=False)
52
53####################
54####################
55#finddd("/planeto/aslmd/LESdata/press_ustm_exomars.nc",range(0,54,1),halolim=100,method=2)
56#timelist = [28.,48.,49.]
57#plotplot = True
58#save = False
59####################
60####################
61
62####################
63####################
64#finddd("/home/aymeric/Big_Data/LES_dd/psfc.LMD_LES_MARS.160564.nc",\
65#           range(0,336,1),lt_start=9.,halolim=150,method=2)
66###halolim 50 idem
67####################
68####################
69
70
71
72###############################################################################
73#dx = 100. # horizontal resolution
74#lt_out = 10. # frequency of outputs (s) --- wrong?????
75#lt_start = 6. # starting local time
76#filefile = "/home/aymeric/Big_Data/LES_dd/psfc_oldinsight100m.nc"
77#halolim = 20 # limit for halos
78#timelist = range(0,4440,1) # times in file
79#timelist = range(0,4440,100) # times in file
80#method = 1 # method used to detect vortices
81#plotplot = False # plot or not
82#save = True # save results or not
83###############################################################################
84
85
86##namefile = "/home/aymeric/Big_Data/LES_dd/press_ustm_exomars.nc2.txt"
87##dt_out = 50.
88##lt_start = 8.
89
90
Note: See TracBrowser for help on using the repository browser.