Skip to content

Commit

Permalink
replace class name of EvaporationPrecipitationDiagnostics with Precip…
Browse files Browse the repository at this point in the history
…itationDiagnosticsConstrained

PiperOrigin-RevId: 676191337
  • Loading branch information
yaniyuval authored and NeuralGCM authors committed Sep 19, 2024
1 parent 9d89731 commit 4489014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralgcm/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def __call__(

# TODO(janniyuval) add a decoder that can add some Gaussian noise to evap/precip
@gin.register
class EvaporationPrecipitationDiagnostics(
class PrecipitationDiagnosticsConstrained(
hk.Module, PrecipitationMinusEvaporationDiagnostics
):
"""Predict evaporation and computes cumulative precipitation.
Expand Down

0 comments on commit 4489014

Please sign in to comment.