Changeset 2838 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
May 5, 2020, 9:46:05 PM (5 years ago)
Author:
lfita
Message:

Adding to 'units_lunits'

  • 'J m-2'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r2836 r2838  
    1719017190        elif u == 'J/kg': lu='$Jkg^{-1}$'
    1719117191        elif u == 'Jkg-1': lu='$Jkg^{-1}$'
     17192        elif u == 'Jm-2': lu='$Jm^{-2}$'
     17193        elif u == 'J m-2': lu='$Jm^{-2}$'
    1719217194        elif u == 'K/h': lu='$Kh^{-1}$'
    1719317195        elif u == 'Kh-1': lu='$Kh^{-1}$'
Note: See TracChangeset for help on using the changeset viewer.