Changeset 2087 for trunk/MESOSCALE
- Timestamp:
- Feb 1, 2019, 3:18:29 PM (6 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SIMU/RUN/vert_level_python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/RUN/vert_level_python/levspe.py
r1747 r2087 8 8 import matplotlib.pyplot as plt 9 9 10 param=np.loadtxt('paramlevspe') 11 hache=param[0] 12 psurf=param[1] 13 nlev=param[2] 14 altmax=param[3] 15 epsilon=param[4] 16 elong_cos=param[5] 10 17 11 #hache=10. # Venus scale height (km) 12 hache=(3461.277*1305.70)/79.43000/1e3 13 #psurf=610. # Mars pression surface -- ne change pas les eta levels 14 #psurf=92.e5 # Venus 15 psurf=1.212862e6 16 print hache, psurf 17 #read paramlevspe 18 param=np.loadtxt('paramlevspe') 19 nlev=param[0] 20 altmax=param[1] 21 epsilon=param[2] 22 elong_cos=param[3] 23 24 print nlev, altmax, epsilon, elong_cos 18 print nlev, altmax, hache, psurf, epsilon, elong_cos 25 19 26 20 epsilon = epsilon / (nlev-1) / 100. -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/RUN/vert_level_python/paramlevspe
r1747 r2087 1 #hache : scale height (km) 2 #psurf : surface pressure (Pa) 1 3 #nlev : nombre de niveaux. 2 4 #altmax : altitude maximale en km 3 5 #epsilon augmentation totale en pourcentage de l'ecart max (modifie inflexion). epsilon = 0 : point d'inflexion parfaitement plat. epsilon = 100 : pas de point d'inflexion 4 6 #elong_cos plus petit rapproche l'inflexion du sol ;; 2/3 parfait pour un nlev divisible par 3 7 10. 8 1.e5 5 9 201 6 10 280.
Note: See TracChangeset
for help on using the changeset viewer.