File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
experiments/ClimaEarth/components/land Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161 - label : " Send simulation output to Azure VM for visualization"
6262 command :
6363 - rsync -avz experiments/ClimaEarth/output/amip/output_active/* azure-arenchon:/home/arenchon/GitHub/ClimaViz.jl/data/climacoupler-amip/
64- - sudo systemctl restart climaviz.service
6564
6665 - label : " :envelope: Slack report: current AMIP"
6766 command :
Original file line number Diff line number Diff line change @@ -217,7 +217,8 @@ function BucketSimulation(
217217
218218 # Add diagnostics
219219 if use_land_diagnostics
220- output_writer = CD. Writers. NetCDFWriter (domain. space. subsurface, output_dir)
220+ output_writer =
221+ CD. Writers. NetCDFWriter (domain. space. subsurface, output_dir; start_date)
221222 scheduled_diagnostics = CL. default_diagnostics (
222223 model,
223224 start_date,
You can’t perform that action at this time.
0 commit comments