General Utilities¶
This documents some utility functions available in climt.
Most of the constants functionality is inherited from sympl.
Constants¶
list_available_constants() |
Prints all the constants currently registered with sympl. |
set_constants_from_dict(constant_descriptions) |
Modify/Add constants in the library. |
Miscellaneous¶
mass_to_volume_mixing_ratio(mass_mixing_ratio) |
g/g or g/kg to mole/mole |
get_interface_values(mid_level_values, …) |
Calculate interface values given mid-level values. |