Changeset 2182 in lmdz_wrf for trunk/tools
- Timestamp:
- Oct 12, 2018, 7:47:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2181 r2182 198 198 # plot_ZQradii: Function to plot following radial averages only at exact grid poins 199 199 # transform: Function to transform the values and the axes 200 # topography_shadow: Function to compute sha ow topography200 # topography_shadow: Function to compute shadow topography 201 201 202 202 # From nc_var_tools.py … … 13828 13828 return mapenv, merids, parals, xmap, ymap 13829 13829 13830 def topography_shadow(geogf, hgtvn, lonvn, latvn, mapfmtS) 13831 """ Function to compute sha ow topography13830 def topography_shadow(geogf, hgtvn, lonvn, latvn, mapfmtS): 13831 """ Function to compute shadow topography 13832 13832 geogf: file with the topography values 13833 13833 hgtvn: name of the variable with the topography
Note: See TracChangeset
for help on using the changeset viewer.