From 51853e96431fb4a5bfa5b21d5618e6d2c41019b7 Mon Sep 17 00:00:00 2001 From: akshaysridhar Date: Wed, 6 Sep 2023 13:39:04 -0700 Subject: [PATCH] modified: .buildkite/longruns/pipeline.yml modified: config/longrun_configs/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.yml modified: config/longrun_configs/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml deleted: toml/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64.toml new file: toml/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.toml --- .buildkite/longruns/pipeline.yml | 127 +++++++++++------- .buildkite/pipeline.yml | 16 ++- ...rsky_highres_hightop_rayleigh35e3_ft64.yml | 4 +- .../longrun_hs_rhoe_dry_nz63_55km_rs35km.yml | 4 +- ...ky_highres_hightop_rayleigh35e3_ft64.toml} | 0 .../longrun_hs_rhoe_dry_nz63_55km_rs35km.toml | 1 - 6 files changed, 89 insertions(+), 63 deletions(-) rename toml/{longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64.toml => longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.toml} (100%) diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index c59e8d48f4..4477a4b167 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -40,53 +40,62 @@ steps: - label: ":computer: baroclinic wave (ρe_tot) high resolution" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_bw_rhoe_highres.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_bw_rhoe_highres --out_dir longrun_bw_rhoe_highres - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir longrun_bw_rhoe_highres --fig_dir longrun_bw_rhoe_highres --case_name dry_baroclinic_wave - artifact_paths: "longrun_bw_rhoe_highres/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir $$JOB_NAME --fig_dir $$JOB_NAME --case_name dry_baroclinic_wave + artifact_paths: "$$JOB_NAME/*" agents: slurm_ntasks: 32 slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_bw_rhoe_highres" - label: ":computer: no lim ARS baroclinic wave (ρe_tot) equilmoist high resolution" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_bw_rhoe_equil_highres.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_bw_rhoe_equil_highres --out_dir longrun_bw_rhoe_equil_highres - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir longrun_bw_rhoe_equil_highres --fig_dir longrun_bw_rhoe_equil_highres --case_name moist_baroclinic_wave - artifact_paths: "longrun_bw_rhoe_equil_highres/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir $$JOB_NAME --fig_dir $$JOB_NAME --case_name moist_baroclinic_wave + artifact_paths: "$$JOB_NAME/*" agents: slurm_ntasks: 32 slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_bw_rhoe_equil_highres" - label: ":computer: lim ARS zalesak baroclinic wave (ρe_tot) equilmoist high resolution" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_zalesak_tracer_energy_bw_rhoe_equil_highres.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_zalesak_tracer_energy_bw_rhoe_equil_highres --out_dir longrun_zalesak_tracer_energy_bw_rhoe_equil_highres - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir longrun_zalesak_tracer_energy_bw_rhoe_equil_highres --fig_dir longrun_zalesak_tracer_energy_bw_rhoe_equil_highres --case_name moist_baroclinic_wave - artifact_paths: "longrun_zalesak_tracer_energy_bw_rhoe_equil_highres/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir $$JOB_NAME --fig_dir $$JOB_NAME --case_name moist_baroclinic_wave + artifact_paths: "$$JOB_NAME/*" agents: slurm_ntasks: 32 slurm_mem_per_cpu: 32GB slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_zalesak_tracer_energy_bw_rhoe_equil_highres" - label: ":computer: SSP baroclinic wave (ρe_tot) equilmoist high resolution centered diff" command: - - "srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_ssp_bw_rhoe_equil_highres.yml" - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_ssp_bw_rhoe_equil_highres --out_dir longrun_ssp_bw_rhoe_equil_highres - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir longrun_ssp_bw_rhoe_equil_highres --fig_dir longrun_ssp_bw_rhoe_equil_highres --case_name moist_baroclinic_wave - artifact_paths: "longrun_ssp_bw_rhoe_equil_highres/*" + - "srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml" + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir $$JOB_NAME --fig_dir $$JOB_NAME --case_name moist_baroclinic_wave + artifact_paths: "$$JOB_NAME/*" agents: slurm_ntasks: 32 slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_ssp_bw_rhoe_equil_highres" - label: ":computer: held-suarez, dry, high-topped (55km), high-sponge (35km), helem_16 np_3" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_hs_rhoe_dry_nz63_55km_rs35km --out_dir longrun_hs_rhoe_dry_nz63_55km_rs35km - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir longrun_hs_rhoe_dry_nz63_55km_rs35km --fig_dir longrun_hs_rhoe_dry_nz63_55km_rs35km --case_name aquaplanet - artifact_paths: "longrun_hs_rhoe_dry_nz63_55km_rs35km/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir $$JOB_NAME --fig_dir $$JOB_NAME --case_name dry_held_suarez + artifact_paths: "$$JOB_NAME/*" env: CLIMACORE_DISTRIBUTED: "MPI" + JOB_NAME: "longrun_hs_rhoe_dry_nz63_55km_rs35km" agents: slurm_ntasks: 64 slurm_mem_per_cpu: 16GB @@ -94,12 +103,13 @@ steps: - label: ":computer: held-suarez, equilmoist, high-topped (55km), high-sponge (35km), helem_16 np_3" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km --out_dir longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km --fig_dir longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km --case_name aquaplanet - artifact_paths: "longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir $$JOB_NAME --fig_dir $$JOB_NAME --case_name aquaplanet + artifact_paths: "$$JOB_NAME/*" env: CLIMACORE_DISTRIBUTED: "MPI" + JOB_NAME: "longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km" agents: slurm_ntasks: 64 slurm_mem_per_cpu: 16GB @@ -107,12 +117,13 @@ steps: - label: ":computer: aquaplanet, equilmoist, high-topped (55km), gray-radiation, vertdiff, high-sponge (35km), helem_16 np_3" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M --out_dir longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M --fig_dir longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M --case_name aquaplanet - artifact_paths: "longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir $$JOB_NAME --fig_dir $$JOB_NAME --case_name aquaplanet + artifact_paths: "$$JOB_NAME/*" env: CLIMACORE_DISTRIBUTED: "MPI" + JOB_NAME: "longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M" agents: slurm_ntasks: 64 slurm_mem_per_cpu: 16GB @@ -120,44 +131,52 @@ steps: - label: ":computer: aquaplanet (ρe_tot) equilmoist clearsky high resolution hightop rayleigh sponge(35e3, 10) Float64" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64 --out_dir longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64 - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64 --fig_dir longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64 --case_name aquaplanet - artifact_paths: "longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir JOB_NAME --out_dir JOB_NAME + - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir JOB_NAME --fig_dir JOB_NAME --case_name aquaplanet + artifact_paths: "JOB_NAME/*" agents: slurm_ntasks: 64 slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64" - label: ":computer: baroclinic wave (ρe_tot) equilmoist high resolution topography (earth)" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_bw_rhoe_equil_highres_topography_earth.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_bw_rhoe_equil_highres_topography_earth --out_dir longrun_bw_rhoe_equil_highres_topography_earth - artifact_paths: "longrun_bw_rhoe_equil_highres_topography (earth)/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + artifact_paths: "$$JOB_NAME/*" agents: slurm_ntasks: 32 slurm_mem_per_cpu: 16GB slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_bw_rhoe_equil_highres_topography_earth" - label: ":computer: held suarez (ρe_tot) equilmoist high resolution topography (earth)" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_hs_rhoe_equil_highres_topography_earth.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_hs_rhoe_equil_highres_topography_earth --out_dir longrun_hs_rhoe_equil_highres_topography_earth - artifact_paths: "longrun_hs_rhoe_equil_highres_topography_earth/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir JOB_NAME --out_dir JOB_NAME + artifact_paths: "JOB_NAME/*" agents: slurm_ntasks: 64 slurm_mem_per_cpu: 16GB slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_hs_rhoe_equil_highres_topography_earth" - label: ":computer: no lim ARS aquaplanet (ρe_tot) equilmoist high resolution clearsky radiation Float64 (earth)" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_aquaplanet_rhoe_equil_highres_clearsky_ft64_earth.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_aquaplanet_rhoe_equil_highres_clearsky_ft64_earth --out_dir longrun_aquaplanet_rhoe_equil_highres_clearsky_ft64_earth - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir longrun_aquaplanet_rhoe_equil_highres_clearsky_ft64_earth --fig_dir longrun_aquaplanet_rhoe_equil_highres_clearsky_ft64_earth --case_name aquaplanet - artifact_paths: "longrun_aquaplanet_rhoe_equil_highres_clearsky_ft64_earth/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir $$JOB_NAME --fig_dir $$JOB_NAME --case_name aquaplanet + artifact_paths: "$$JOB_NAME/*" agents: slurm_ntasks: 64 slurm_mem_per_cpu: 16GB slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_aquaplanet_rhoe_equil_highres_clearsky_ft64_earth" - group: "Low resolution long runs" @@ -165,13 +184,15 @@ steps: - label: ":computer: hydrostatic balance (ρe_tot)" command: - - julia --color=yes --project=examples --threads=8 examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_sphere_hydrostatic_balance_rhoe.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_sphere_hydrostatic_balance_rhoe --out_dir longrun_sphere_hydrostatic_balance_rhoe - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir longrun_sphere_hydrostatic_balance_rhoe --fig_dir longrun_sphere_hydrostatic_balance_rhoe --case_name dry_held_suarez - artifact_paths: "longrun_sphere_hydrostatic_balance_rhoe/*" + - julia --color=yes --project=examples --threads=8 examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir $$JOB_NAME --fig_dir $$JOB_NAME --case_name dry_held_suarez + artifact_paths: "$$JOB_NAME/*" agents: slurm_cpus_per_task: 8 slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_sphere_hydrostatic_balance_rhoe" - group: "Experimental Long runs" @@ -180,20 +201,24 @@ steps: - label: ":computer: aquaplanet (ρe_tot) equilmoist high resolution allsky radiation float64" command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_aquaplanet_rhoe_equil_highres_allsky_ft64.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_aquaplanet_rhoe_equil_highres_allsky_ft64 --out_dir longrun_aquaplanet_rhoe_equil_highres_allsky_ft64 - artifact_paths: "longrun_aquaplanet_rhoe_equil_highres_allsky_ft64/*" + - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + artifact_paths: "$$JOB_NAME/*" agents: slurm_ntasks: 32 slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_aquaplanet_rhoe_equil_highres_allsky_ft64" - group: "TurbulenceConvection" steps: - label: ":balloon: Compressible single column EDMF TRMM_LBA" - command: "julia --color=yes --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_compressible_edmf_trmm.yml" - artifact_paths: "longrun_compressible_edmf_trmm/*" + command: "julia --color=yes --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml" + artifact_paths: "$$JOB_NAME/*" agents: slurm_mem: 20GB slurm_time: 24:00:00 + env: + JOB_NAME: "longrun_compressible_edmf_trmm" diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 876148ff6a..b6709343e4 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -250,20 +250,22 @@ steps: - label: ":computer: SSP zalesak tracer & energy upwind baroclinic wave (ρe_tot) equilmoist" command: > julia --color=yes --project=examples examples/hybrid/driver.jl - --config_file $CONFIG_PATH/sphere_zalesak_upwind_tracer_energy_ssp_baroclinic_wave_rhoe_equilmoist.yml + --config_file $CONFIG_PATH/$$JOB_NAME.yml julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl - --data_dir sphere_zalesak_upwind_tracer_energy_ssp_baroclinic_wave_rhoe_equilmoist - --out_dir sphere_zalesak_upwind_tracer_energy_ssp_baroclinic_wave_rhoe_equilmoist + --data_dir $$JOB_NAME + --out_dir $$JOB_NAME julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl - --nc_dir sphere_zalesak_upwind_tracer_energy_ssp_baroclinic_wave_rhoe_equilmoist - --fig_dir sphere_zalesak_upwind_tracer_energy_ssp_baroclinic_wave_rhoe_equilmoist --case_name moist_baroclinic_wave + --nc_dir $$JOB_NAME + --fig_dir $$JOB_NAME --case_name moist_baroclinic_wave - julia --color=yes --project=examples regression_tests/test_mse.jl --job_id sphere_zalesak_upwind_tracer_energy_ssp_baroclinic_wave_rhoe_equilmoist --out_dir sphere_zalesak_upwind_tracer_energy_ssp_baroclinic_wave_rhoe_equilmoist - artifact_paths: "sphere_zalesak_upwind_tracer_energy_ssp_baroclinic_wave_rhoe_equilmoist/*" + julia --color=yes --project=examples regression_tests/test_mse.jl --job_id $$JOB_NAME --out_dir $$JOB_NAME + artifact_paths: "$$JOB_NAME/*" agents: slurm_mem: 64GB + env: + JOB_NAME: "sphere_zalesak_upwind_tracer_energy_ssp_baroclinic_wave_rhoe_equilmoist" - label: ":computer: no lim ARS baroclinic wave (ρe) equilmoist check conservation float64" command: "julia --color=yes --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/sphere_baroclinic_wave_rhoe_equilmoist_conservation_ft64.yml" diff --git a/config/longrun_configs/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.yml b/config/longrun_configs/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.yml index 7e74f8c3fd..74adeceb33 100644 --- a/config/longrun_configs/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.yml +++ b/config/longrun_configs/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.yml @@ -13,6 +13,6 @@ kappa_4: 1.0e16 FLOAT_TYPE: "Float64" z_max: 45000.0 precip_model: "0M" -job_id: "longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64" +job_id: "longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64" moist: "equil" -toml: [toml/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64.toml] +toml: [toml/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.toml] diff --git a/config/longrun_configs/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml b/config/longrun_configs/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml index 2b855133eb..2d563f7644 100644 --- a/config/longrun_configs/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml +++ b/config/longrun_configs/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml @@ -9,5 +9,5 @@ kappa_4: 1.0e16 forcing: "held_suarez" dt: "300secs" rayleigh_sponge: true -job_id: "longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km" -toml: [toml/longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km.toml] +job_id: "longrun_hs_rhoe_dry_nz63_55km_rs35km" +toml: [toml/longrun_hs_rhoe_dry_nz63_55km_rs35km.toml] diff --git a/toml/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64.toml b/toml/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.toml similarity index 100% rename from toml/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_float64.toml rename to toml/longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft64.toml diff --git a/toml/longrun_hs_rhoe_dry_nz63_55km_rs35km.toml b/toml/longrun_hs_rhoe_dry_nz63_55km_rs35km.toml index 466f90f978..00923d3dc7 100644 --- a/toml/longrun_hs_rhoe_dry_nz63_55km_rs35km.toml +++ b/toml/longrun_hs_rhoe_dry_nz63_55km_rs35km.toml @@ -2,4 +2,3 @@ alias = "zd_rayleigh" value = 35000.0 type = "float" -