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