Changeset 2634 in lmdz_wrf for trunk


Ignore:
Timestamp:
Jun 24, 2019, 9:02:23 PM (5 years ago)
Author:
lfita
Message:

Adding g/kg' on units_lunits'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2604 r2634  
    19921992        elif u == 'degK': lu='$K$'
    19931993        elif u == 'g/g': lu='$gg^{-1}$'
     1994        elif u == 'g/kg': lu='$gkg^{-1}$'
     1995        elif u == 'gkg-1': lu='$gkg^{-1}$'
    19941996        elif u == 'gC/m^2': lu='$gCm^{-2}$'
    19951997        elif u == 'gC/day/m^2': lu='$gCday^{-1}m^{-2}$'
Note: See TracChangeset for help on using the changeset viewer.