File tree Expand file tree Collapse file tree 3 files changed +38
-4
lines changed Expand file tree Collapse file tree 3 files changed +38
-4
lines changed Original file line number Diff line number Diff line change @@ -400,10 +400,20 @@ steps:
400400 - group : " CMIP"
401401 steps :
402402
403- - label : " GPU CMIP"
404- key : " gpu_my_first_cmip"
405- command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/my_first_cmip.yml --job_id my_first_cmip"
406- artifact_paths : " experiments/ClimaEarth/output/my_first_cmip/artifacts/*"
403+ - label : " GPU CMIP: ClimaAtmos + bucket land + Oceananigans + PrescribedSeaIce"
404+ key : " gpu_cmip_oceananigans_prescrseaice"
405+ command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/cmip_oceananigans_prescrseaice.yml --job_id gpu_cmip_oceananigans_prescrseaice"
406+ artifact_paths : " experiments/ClimaEarth/output/gpu_cmip_oceananigans_prescrseaice/artifacts/*"
407+ env :
408+ CLIMACOMMS_DEVICE : " CUDA"
409+ agents :
410+ slurm_mem : 20GB
411+ slurm_gpus : 1
412+
413+ - label : " GPU CMIP: ClimaAtmos + bucket land + Oceananigans + ClimaSeaIce"
414+ key : " gpu_cmip_oceananigans_climaseaice"
415+ command : " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/cmip_oceananigans_climaseaice.yml --job_id gpu_cmip_oceananigans_climaseaice"
416+ artifact_paths : " experiments/ClimaEarth/output/gpu_cmip_oceananigans_climaseaice/artifacts/*"
407417 env :
408418 CLIMACOMMS_DEVICE : " CUDA"
409419 agents :
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_edonly.yml"
4+ bucket_albedo_type : " map_temporal"
5+ coupler_toml : ["toml/amip.toml"]
6+ dt : " 120secs"
7+ dt_cpl : " 120secs"
8+ dz_bottom : 100.0
9+ energy_check : false
10+ h_elem : 8
11+ ice_model : " clima_seaice"
12+ mode_name : " cmip"
13+ netcdf_output_at_levels : true
14+ output_default_diagnostics : true
15+ radiation_reset_rng_seed : true
16+ rayleigh_sponge : true
17+ start_date : " 20100101"
18+ surface_setup : " PrescribedSurface"
19+ t_end : " 1days"
20+ topo_smoothing : true
21+ topography : " Earth"
22+ viscous_sponge : true
23+ z_elem : 39
24+ z_max : 60000.0
File renamed without changes.
You can’t perform that action at this time.
0 commit comments