Changeset 2182 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Oct 12, 2018, 7:47:50 PM (6 years ago)
Author:
lfita
Message:

Fixing `topography_shadow'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2181 r2182  
    198198# plot_ZQradii: Function to plot following radial averages only at exact grid poins
    199199# transform: Function to transform the values and the axes
    200 # topography_shadow: Function to compute shaow topography
     200# topography_shadow: Function to compute shadow topography
    201201
    202202# From nc_var_tools.py
     
    1382813828    return mapenv, merids, parals, xmap, ymap
    1382913829
    13830 def topography_shadow(geogf, hgtvn, lonvn, latvn, mapfmtS)
    13831     """ Function to compute shaow topography
     13830def topography_shadow(geogf, hgtvn, lonvn, latvn, mapfmtS):
     13831    """ Function to compute shadow topography
    1383213832      geogf: file with the topography values
    1383313833      hgtvn: name of the variable with the topography
Note: See TracChangeset for help on using the changeset viewer.