Skip to content

Commit

Permalink
streamlined commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez committed Feb 3, 2017
1 parent e8c3c7c commit dd08e3d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions save_stereo_vars.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"""save_stereo_vars.py
calls functions in import_LE_data to project arctic LE data
to stereo grid and save the resulting ouput. Used to
make input data for make_seasonal_storm_composite_plots.py
"""
from import_LE_data import *

num = '011'
save_atm_vars_as_stereo(num)
save_ice_vars_as_stereo(num)
save_ocn_vars_as_stereo(num)



0 comments on commit dd08e3d

Please sign in to comment.