improve test coverage for impl.Mesh and products.SufracePrecipitation; introduce Mesh.domain_bottom_surface_area; switch from volume to mass for rainfall counting; improve docstrings (default length of omitted dims, liquid/ice phase). closes #708 #2414
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build JOSS paper draft | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
paper: | |
runs-on: ubuntu-latest | |
name: Paper Draft | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: TeX and PDF | |
uses: docker://openjournals/paperdraft:latest | |
with: | |
args: '-k paper/paper.md' | |
env: | |
GIT_SHA: $GITHUB_SHA | |
JOURNAL: joss | |
- name: Upload | |
uses: actions/[email protected] | |
with: | |
name: paper | |
path: paper/ |