Skip to content

Commit

Permalink
vert_diff: "true", use_reference_state: false
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Feb 3, 2024
1 parent d5df42d commit dd8fda6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,17 +203,17 @@ steps:

steps:

- label: "MPI AMIP FINE: new target amip"
key: "amip_target"
command: "mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/amip_target.yml"
artifact_paths: "experiments/AMIP/output/amip/amip_target_artifacts/*"
env:
CLIMACORE_DISTRIBUTED: "MPI"
BUILD_HISTORY_HANDLE: ""
agents:
slurm_ntasks_per_node: 16
slurm_nodes: 4
slurm_mem_per_cpu: 16G
# - label: "MPI AMIP FINE: new target amip"
# key: "amip_target"
# command: "mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/amip_target.yml"
# artifact_paths: "experiments/AMIP/output/amip/amip_target_artifacts/*"
# env:
# CLIMACORE_DISTRIBUTED: "MPI"
# BUILD_HISTORY_HANDLE: ""
# agents:
# slurm_ntasks_per_node: 16
# slurm_nodes: 4
# slurm_mem_per_cpu: 16G

- label: "MPI AMIP FINE: new target amip: topo"
key: "amip_target_topo"
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/amip_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ start_date: "19790301"
surface_setup: "PrescribedSurface"
t_end: "200days"
turb_flux_partition: "CombinedStateFluxes"
vert_diff: "FriersonDiffusion"
vert_diff: "true"
3 changes: 1 addition & 2 deletions config/longrun_configs/amip_target_topo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ t_end: "200days"
topo_smoothing: true
topography: "Earth"
turb_flux_partition: "CombinedStateFluxes"
use_reference_state: false
vert_diff: "FriersonDiffusion"
vert_diff: "true"

0 comments on commit dd8fda6

Please sign in to comment.