Changeset 1992 in lmdz_wrf for trunk/tools/generic_tools.py
- Timestamp:
- Jul 31, 2018, 5:55:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1990 r1992 13432 13432 kfig: kind of figure 13433 13433 """ 13434 import subprocess as sub 13434 13435 fname = 'create_LaTeX_figs' 13435 13436 … … 13525 13526 print fname + ": LaTeX file '" + texfn + "' succesfully written !!" 13526 13527 13527 sub. process('pdflatex ' + texfn.split('.')[0], shell=True)13528 sub. process('pdflatex ' + texfn.split('.')[0], shell=True)13529 sub. process('pdflatex ' + texfn.split('.')[0], shell=True)13528 sub.call('pdflatex ' + texfn.split('.')[0], shell=True) 13529 sub.call('pdflatex ' + texfn.split('.')[0], shell=True) 13530 sub.call('pdflatex ' + texfn.split('.')[0], shell=True) 13530 13531 13531 13532 return 13532 13533 13533 #pltns = ['WindRose_', 'SkewT-logP_obs -sim_', 'SkewT-logP_']13534 #pltns = ['WindRose_', 'SkewT-logP_obs_ta-tda', 'SkewT-logP_obs_evol', 'SkewT-logP_obs-sim_step', 'SkewT-logP_obs-sim_evol'] 13534 13535 #sts = ['10868', '16080', '16144', '16546'] 13535 13536 #create_LateX_figs('/home/lluis/estudios/FPS_ALPS/additional/IOP/analysis/figs', pltns, sts, 'png')
Note: See TracChangeset
for help on using the changeset viewer.