-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## AMIP testing | ||
# This script runs a coarse AMIP simulation with the bucket initial condition | ||
# read from a file. The purpose of this test is to check if the bucket | ||
# initial condition is read correctly. | ||
|
||
# Specify the config file and job id | ||
push!(ARGS, "--config_file", joinpath(@__DIR__, "amip_bucket_ic.yml")) | ||
push!(ARGS, "--job_id", "amip_bucket_ic") | ||
|
||
# Run the AMIP test | ||
include("../run_amip.jl") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apply_limiter: false | ||
dt: "150secs" | ||
dt_cpl: "150secs" | ||
dt_rad: "1hours" | ||
dt_save_to_sol: "1days" | ||
dz_bottom: 30 | ||
dz_top: 3000 | ||
h_elem: 4 | ||
land_initial_condition: "experiments/ClimaEarth/test/bucket_ic_august.nc" | ||
mode_name: "amip" | ||
moist: "equil" | ||
precip_model: "0M" | ||
rad: "gray" | ||
rayleigh_sponge: true | ||
t_end: "300secs" | ||
vert_diff: "true" | ||
z_elem: 50 | ||
z_stretch: false |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters