Changeset 2258 in lmdz_wrf
- Timestamp:
- Dec 3, 2018, 5:29:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2256 r2258 1944 1944 if u == '': lu='-' 1945 1945 elif u == 'C': lu='$^{\circ}C$' 1946 elif u == 'Celsius/d': lu='$^{\circ}Cd^{-1}$' 1946 1947 elif u == 'days': lu='$day$' 1947 1948 elif u == 'Degrees': lu='$degrees$' … … 1967 1968 elif u == 'gC/day/(m^2 tot)': lu='$gCday^{-1}(m^{-2}\ tot)$' 1968 1969 elif u == 'gC/m^2/pft': lu='$gCm^{-2}pft^{-1}$' 1970 elif u == 'hPa/d': lu='$hPad^{-1}$' 1969 1971 elif u == 'hours': lu='$hour$' 1970 1972 elif u == 'J/kg': lu='$Jkg^{-1}$'
Note: See TracChangeset
for help on using the changeset viewer.