Closed schymans closed 4 years ago
VariableWriter in essm/variables/utils.py does not write expr to the file, see for example Delta_Pwa in essm/docs/examples/test_variable_definitions.py, which had should have expr = Derivative(P_wa,T_g) according to api_features.ipynb.
VariableWriter
expr
Delta_Pwa
expr = Derivative(P_wa,T_g)
VariableWriter
in essm/variables/utils.py does not writeexpr
to the file, see for exampleDelta_Pwa
in essm/docs/examples/test_variable_definitions.py, which had should haveexpr = Derivative(P_wa,T_g)
according to api_features.ipynb.