Changeset 2183 in lmdz_wrf
- Timestamp:
- Oct 12, 2018, 7:54:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2182 r2183 13834 13834 lonvn: name of the variable with the longitudes 13835 13835 latvn: name of the variable with the latitudes 13836 mapfmt : [cbarmap]|[mapkind]|[lonlatbox] values for the map13836 mapfmtS: [cbarmap]|[mapkind]|[lonlatbox] values for the map 13837 13837 cbarmap: name of the colorbar for the map 13838 13838 mapkind: kind of map to use in the plot … … 13847 13847 13848 13848 # topography 13849 if not os.path s.isfile(geogf):13849 if not os.path.isfile(geogf): 13850 13850 print errormsg 13851 13851 print ' ' + fname + ": topography file '" + geogf + "' does not exist !!" … … 13897 13897 dy = valsmap.shape[0] 13898 13898 13899 mapfmt = mapfmtS.split 13899 mapfmt = mapfmtS.split('|') 13900 13900 13901 13901 mapkind = mapfmt[1]
Note: See TracChangeset
for help on using the changeset viewer.