File tree Expand file tree Collapse file tree 4 files changed +38
-9
lines changed Expand file tree Collapse file tree 4 files changed +38
-9
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,24 @@ steps:
6262 slurm_cpus_per_task : 4
6363 slurm_ntasks : 1
6464 slurm_mem : 30GB
65+
66+ - label : " Coarse current AMIP: diagedmf + 0M + integrated land"
67+ key : " amip_land"
68+ command :
69+ - echo "--- Run simulation"
70+ - " julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse_land.yml --job_id amip_coarse_land"
71+ artifact_paths : " experiments/ClimaEarth/output/amip_coarse_land/artifacts/*"
72+ timeout_in_minutes : 840
73+ env :
74+ CLIMACOMMS_DEVICE : " CUDA"
75+ agents :
76+ slurm_gpus_per_task : 1
77+ slurm_cpus_per_task : 4
78+ slurm_ntasks : 1
79+ slurm_mem : 30GB
6580
6681 - label : " Coarse current AMIP: progedmf + 0M + bucket land"
67- key : " amip_random1 "
82+ key : " amip_progedmf "
6883 command :
6984 - echo "--- Run simulation"
7085 - " julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse_progedmf.yml --job_id amip_coarse_progedmf"
Original file line number Diff line number Diff line change @@ -20,7 +20,3 @@ t_end: "465days"
2020topo_smoothing : true
2121topography : " Earth"
2222z_elem : 39
23- extra_atmos_diagnostics :
24- - short_name : [od550aer, odsc550aer]
25- period : " 1months"
26- reduction_time : average
Original file line number Diff line number Diff line change @@ -20,7 +20,3 @@ t_end: "825days"
2020topo_smoothing : true
2121topography : " Earth"
2222z_elem : 39
23- extra_atmos_diagnostics :
24- - short_name : [od550aer, odsc550aer]
25- period : " 1months"
26- reduction_time : average
Original file line number Diff line number Diff line change 1+ FLOAT_TYPE : " Float32"
2+ albedo_model : " CouplerAlbedo"
3+ atmos_config_file : " config/atmos_configs/climaatmos_diagedmf.yml"
4+ checkpoint_dt : " 366days"
5+ coupler_toml : ["toml/amip.toml"]
6+ dt : " 240secs"
7+ dt_cpl : " 240secs"
8+ dz_bottom : 100.0
9+ energy_check : false
10+ h_elem : 8
11+ land_model : " integrated"
12+ mode_name : " amip"
13+ netcdf_interpolation_num_points : [90, 45, 31]
14+ netcdf_output_at_levels : true
15+ output_default_diagnostics : true
16+ radiation_reset_rng_seed : true
17+ start_date : " 20100101"
18+ surface_setup : " PrescribedSurface"
19+ t_end : " 465days"
20+ topo_smoothing : true
21+ topography : " Earth"
22+ z_elem : 39
You can’t perform that action at this time.
0 commit comments