Skip to content

Commit

Permalink
Fix constant fields in eps
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jan 5, 2024
1 parent 14aa124 commit d454420
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ai_models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,11 @@ def provenance(self):
return gather_provenance_info(self.asset_files)

def forcing_and_constants(self, date, param):
source = self.all_fields[:1]

ds = cml.load_source(
"constants",
self.all_fields,
source,
date=date,
param=param,
)
Expand Down

0 comments on commit d454420

Please sign in to comment.