Skip to content

Commit

Permalink
Merge pull request #961 from CliMA/gb/random
Browse files Browse the repository at this point in the history
Fix random seed in run_amip
  • Loading branch information
Sbozzolo authored Sep 23, 2024
2 parents 99ddb92 + 4a363e1 commit 0af151b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions experiments/ClimaEarth/run_amip.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ import ClimaUtilities.TimeVaryingInputs: TimeVaryingInput, evaluate!
import ClimaUtilities.ClimaArtifacts: @clima_artifact
import Interpolations

# Random is used by RRMTGP for some cloud properties
import Random
Random.seed!(1234)

pkg_dir = pkgdir(ClimaCoupler)

#=
Expand Down

0 comments on commit 0af151b

Please sign in to comment.