Skip to content

Commit

Permalink
land-sea mask: tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl committed Sep 17, 2023
1 parent 1af3b84 commit dc0b737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/column_variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end
column = ColumnVariables{NF}(;nlev)

SpeedyWeather.reset_column!(column)
SpeedyWeather.get_column!(column,diagn,1,model.geometry)
SpeedyWeather.get_column!(column,diagn,1,model.geometry,model.land_sea_mask)

# set a tendency to something
humid_tend = rand(NF,nlev)
Expand Down

0 comments on commit dc0b737

Please sign in to comment.