Skip to content

Commit 5d11a19

Browse files
committedMar 23, 2025·
correction
1 parent e4ec5a9 commit 5d11a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎experiments/arctic_simulation.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ ocean = ocean_simulation(grid;
5252

5353
dataset = ECCO4Monthly()
5454

55-
set!(ocean.model, T=Metadata(:temperature; dataset),
56-
S=Metadata(:salinity; dataset))
55+
set!(ocean.model, T=Metadatum(:temperature; dataset),
56+
S=Metadatum(:salinity; dataset))
5757

5858
#####
5959
##### A Prognostic Sea-ice model

0 commit comments

Comments
 (0)
Please sign in to comment.