Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge #1687 #1725
Browse files Browse the repository at this point in the history
1687: Extract remaining citations r=charleskawczynski a=charleskawczynski

### Description

Extracts remaining references/citations to `docs/bibliography.bib`.



1725: Move first order moisture flux to new tendency specification r=charleskawczynski a=charleskawczynski

### Description

This PR

 - moves the first order moisture flux to the new tendency specification. I can confirm that the tendency table is updated, for `experiments/AtmosLES/bomex_model.jl` with `moisture_model == "nonequilibrium"`, but I haven't checked the results.
 - Renames `flux_moisture!` to `flux_first_order!` in efforts to standardize some of the AtmosModel method calls
 - Adds `Moisture <: PrognosticVariable` to combine specification for the moisture variables.




Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
  • Loading branch information
bors[bot] and charleskawczynski committed Nov 20, 2020
3 parents f31e7ee + d667797 + ca14169 commit ca84348
Show file tree
Hide file tree
Showing 48 changed files with 992 additions and 738 deletions.
10 changes: 10 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,16 @@ steps:
slurm_ntasks: 1
slurm_gres: "gpu:1"

- label: "gpu_bomex_single_stack_nonequil"
key: "gpu_bomex_single_stack_nonequil"
command:
- "mpiexec julia --color=yes --project experiments/AtmosLES/bomex_single_stack.jl --moisture-model=nonequilibrium --diagnostics=default --fix-rng-seed"
agents:
config: gpu
queue: central
slurm_ntasks: 1
slurm_gres: "gpu:1"

- label: "gpu_bomex_edmf"
key: "gpu_bomex_edmf"
command:
Expand Down
Loading

0 comments on commit ca84348

Please sign in to comment.