Changeset 1649 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Sep 12, 2017, 10:48:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1642 r1649 2018 2018 varn = variable name 2019 2019 """ 2020 fname = 'isvattrs' 2021 if values == 'h': 2022 print fname + '_____________________________________________________________' 2023 print isvattrs.__doc__ 2024 quit() 2020 2025 2021 2026 if not os.path.isfile(ncfile): … … 2076 2081 ncfile = netCDF file name 2077 2082 """ 2083 fname = 'grattr' 2084 2085 if values == 'h': 2086 print fname + '_____________________________________________________________' 2087 print grattr.__doc__ 2088 quit() 2089 2078 2090 ncf = NetCDFFile(ncfile,'r') 2079 2091 … … 2102 2114 """ 2103 2115 fname = 'vrattr' 2116 2117 if values == 'h': 2118 print fname + '_____________________________________________________________' 2119 print vrattr.__doc__ 2120 quit() 2104 2121 2105 2122 ncf = NetCDFFile(ncfile,'r')
Note: See TracChangeset
for help on using the changeset viewer.