You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: experiments/ClimaEarth/cli_options.jl
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -119,10 +119,6 @@ function argparse_settings()
119
119
help ="Directory to save output files. Note that TempestRemap fails if interactive and paths are too long. [\"experiments/ClimaEarth/output\" (default)]"
120
120
arg_type = String
121
121
default ="experiments/ClimaEarth/output"
122
-
"--plot_diagnostics"
123
-
help ="Boolean flag indicating whether to make plot diagnostics [`false` (default), `true`]"
124
-
arg_type = Bool
125
-
default =false
126
122
# ClimaAtmos specific
127
123
"--surface_setup"
128
124
help ="Triggers ClimaAtmos into the coupled mode [`PrescribedSurface` (default), `DefaultMoninObukhov`]"# retained here for standalone Atmos benchmarks
0 commit comments