Skip to content

Commit cc6ca11

Browse files
dt mom not dt tracer
1 parent 5843397 commit cc6ca11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/veros_forced_simulation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ VerosModule.remove_outputs(:global_4deg)
2424
ocean = VerosModule.VerosOceanSimulation("global_4deg", :GlobalFourDegreeSetup)
2525

2626
VerosModule.veros_settings_set!(ocean, "dt_tracer", 1800.0)
27-
VerosModule.veros_settings_set!(ocean, "dt_momentum", 1800.0)
27+
VerosModule.veros_settings_set!(ocean, "dt_mom", 1800.0)
2828

2929
#####
3030
##### A Prescribed Atmosphere (JRA55)

0 commit comments

Comments
 (0)