Changeset 2258 in lmdz_wrf


Ignore:
Timestamp:
Dec 3, 2018, 5:29:36 PM (6 years ago)
Author:
lfita
Message:

Adding new units to 'units_lunits'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2256 r2258  
    19441944        if u == '': lu='-'
    19451945        elif u == 'C': lu='$^{\circ}C$'
     1946        elif u == 'Celsius/d': lu='$^{\circ}Cd^{-1}$'
    19461947        elif u == 'days': lu='$day$'
    19471948        elif u == 'Degrees': lu='$degrees$'
     
    19671968        elif u == 'gC/day/(m^2 tot)': lu='$gCday^{-1}(m^{-2}\ tot)$'
    19681969        elif u == 'gC/m^2/pft': lu='$gCm^{-2}pft^{-1}$'
     1970        elif u == 'hPa/d': lu='$hPad^{-1}$'
    19691971        elif u == 'hours': lu='$hour$'
    19701972        elif u == 'J/kg': lu='$Jkg^{-1}$'
Note: See TracChangeset for help on using the changeset viewer.