Skip to content

Commit

Permalink
Review comments [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jan 31, 2025
1 parent 79a30e8 commit 24736c8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion experiments/long_runs/bucket.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ function setup_prob(t0, tf, Δt; outdir = outdir, nelements = (101, 7))
updatefunc = ClimaLand.make_update_drivers(drivers)

# ClimaDiagnostics

# num_points is the resolution of the output diagnostics
# These are currently chosen to get a 1:1 ration with the number of
# simulation points, ~101x101x4x4
nc_writer = ClimaDiagnostics.Writers.NetCDFWriter(
subsurface_space,
outdir;
Expand Down
4 changes: 3 additions & 1 deletion experiments/long_runs/land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,9 @@ function setup_prob(t0, tf, Δt; outdir = outdir, nelements = (101, 15))
updatefunc = ClimaLand.make_update_drivers(drivers)

# ClimaDiagnostics

# num_points is the resolution of the output diagnostics
# These are currently chosen to get a 1:1 ration with the number of
# simulation points, ~101x101x4x4
nc_writer = ClimaDiagnostics.Writers.NetCDFWriter(
subsurface_space,
outdir;
Expand Down
4 changes: 3 additions & 1 deletion experiments/long_runs/snowy_land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ function setup_prob(t0, tf, Δt; outdir = outdir, nelements = (101, 15))
updatefunc = ClimaLand.make_update_drivers(drivers)

# ClimaDiagnostics

# num_points is the resolution of the output diagnostics
# These are currently chosen to get a 1:1 ration with the number of
# simulation points, ~101x101x4x4
nc_writer = ClimaDiagnostics.Writers.NetCDFWriter(
subsurface_space,
outdir;
Expand Down
4 changes: 3 additions & 1 deletion experiments/long_runs/soil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ function setup_prob(t0, tf, Δt; outdir = outdir, nelements = (101, 15))
updatefunc = ClimaLand.make_update_drivers(drivers)

# ClimaDiagnostics

# num_points is the resolution of the output diagnostics
# These are currently chosen to get a 1:1 ration with the number of
# simulation points, ~101x101x4x4
nc_writer = ClimaDiagnostics.Writers.NetCDFWriter(
subsurface_space,
outdir;
Expand Down

0 comments on commit 24736c8

Please sign in to comment.