Skip to content

Commit

Permalink
Save start date for .nc files in snowy land
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-kev committed Dec 5, 2024
1 parent 76f372c commit 0495775
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion experiments/long_runs/snowy_land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,11 @@ function setup_prob(t0, tf, Δt; outdir = outdir, nelements = (101, 15))

# ClimaDiagnostics

nc_writer = ClimaDiagnostics.Writers.NetCDFWriter(subsurface_space, outdir)
nc_writer = ClimaDiagnostics.Writers.NetCDFWriter(
subsurface_space,
outdir;
start_date,
)

diags = ClimaLand.default_diagnostics(
land,
Expand Down

0 comments on commit 0495775

Please sign in to comment.