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

Last change on this file since 1340 was 1340, checked in by aslmd, 10 years ago

python. update a script before removal of whole powerlaw folder.

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