We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dt_rad
ClimaCoupler.jl/experiments/ClimaEarth/run_amip.jl
Line 583 in b734656
This line parses dt_rad assuming that it is in hours. Setting dt_rad = "180secs" lead to
hours
dt_rad = "180secs"
ERROR: LoadError: ArgumentError: cannot parse "180ec" as Float32
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ClimaCoupler.jl/experiments/ClimaEarth/run_amip.jl
Line 583 in b734656
This line parses
dt_rad
assuming that it is inhours
. Settingdt_rad = "180secs"
lead toThe text was updated successfully, but these errors were encountered: