From bcaa919993ceb7bf922dec91680dcb1a16ea57c8 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Tue, 10 Sep 2024 17:16:18 +0200 Subject: [PATCH 1/3] Update neural_lam/datastore/base.py Co-authored-by: Joel Oskarsson --- neural_lam/datastore/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neural_lam/datastore/base.py b/neural_lam/datastore/base.py index 6859a82d..1be54ec2 100644 --- a/neural_lam/datastore/base.py +++ b/neural_lam/datastore/base.py @@ -87,7 +87,7 @@ def get_vars_units(self, category: str) -> List[str]: Parameters ---------- category : str - The category of the variables. + The category of the variables (state/forcing/static). Returns ------- From 90bc5948e41377d89fac696be2cb15a56b2aabb7 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Tue, 10 Sep 2024 17:16:34 +0200 Subject: [PATCH 2/3] Update neural_lam/datastore/base.py Co-authored-by: Joel Oskarsson --- neural_lam/datastore/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neural_lam/datastore/base.py b/neural_lam/datastore/base.py index 1be54ec2..66c18670 100644 --- a/neural_lam/datastore/base.py +++ b/neural_lam/datastore/base.py @@ -104,7 +104,7 @@ def get_vars_names(self, category: str) -> List[str]: Parameters ---------- category : str - The category of the variables. + The category of the variables (state/forcing/static). Returns ------- From 5bda935e8934761a1b307399e4a5772aae332c3e Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Tue, 10 Sep 2024 17:19:18 +0200 Subject: [PATCH 3/3] Update neural_lam/datastore/base.py Co-authored-by: Joel Oskarsson --- neural_lam/datastore/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neural_lam/datastore/base.py b/neural_lam/datastore/base.py index 66c18670..b8c7afa8 100644 --- a/neural_lam/datastore/base.py +++ b/neural_lam/datastore/base.py @@ -121,7 +121,7 @@ def get_num_data_vars(self, category: str) -> int: Parameters ---------- category : str - The category of the variables. + The category of the variables (state/forcing/static). Returns -------