Land
show_land(land_file, fig=None, ax=None)
Quick function to show where land is and any topography
Parameters:
Name | Type | Description | Default |
---|---|---|---|
land_file
|
str
|
Location of .nc file created using the |
required |
fig
|
Optional[Figure]
|
Figure to show where land is. |
None
|
ax
|
Optional[Axes]
|
Axes in Figure to show where land is. |
None
|
Source code in isca_tools/plot/land.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|