Discover Nightly Physics Standalone Validation #230
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
# Discover's CI check | |
name: Discover Nightly Physics Standalone Validation | |
on: | |
schedule: | |
# * is a special character in YAML so you have to quote this string | |
- cron: '0 0 * * *' | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
radcoup_loop: | |
uses: GEOS-ESM/CI-workflows/.github/workflows/geosongpu-ondemand.yml@project/geosongpu | |
with: | |
experiment_name: physics_standalone_radcoup | |
experiment_action: Validation | |
geosongpu_ci_ref: ${{ github.ref_name }} | |
gfdl_microphysics: | |
uses: GEOS-ESM/CI-workflows/.github/workflows/geosongpu-ondemand.yml@project/geosongpu | |
with: | |
experiment_name: physics_standalone_gfdl_microphysics | |
experiment_action: Validation | |
geosongpu_ci_ref: ${{ github.ref_name }} | |
buoyancy: | |
uses: GEOS-ESM/CI-workflows/.github/workflows/geosongpu-ondemand.yml@project/geosongpu | |
with: | |
experiment_name: physics_standalone_buoyancy | |
experiment_action: Validation | |
geosongpu_ci_ref: ${{ github.ref_name }} | |
cup_gf_sh: | |
uses: GEOS-ESM/CI-workflows/.github/workflows/geosongpu-ondemand.yml@project/geosongpu | |
with: | |
experiment_name: physics_standalone_cup_gf_sh | |
experiment_action: Validation | |
geosongpu_ci_ref: ${{ github.ref_name }} | |
evap_subl_pdf_loop: | |
uses: GEOS-ESM/CI-workflows/.github/workflows/geosongpu-ondemand.yml@project/geosongpu | |
with: | |
experiment_name: physics_standalone_evap_subl_pdf_loop | |
experiment_action: Validation | |
geosongpu_ci_ref: ${{ github.ref_name }} | |
fillq2zero: | |
uses: GEOS-ESM/CI-workflows/.github/workflows/geosongpu-ondemand.yml@project/geosongpu | |
with: | |
experiment_name: physics_standalone_fillq2zero | |
experiment_action: Validation | |
geosongpu_ci_ref: ${{ github.ref_name }} | |
aer_activation: | |
uses: GEOS-ESM/CI-workflows/.github/workflows/geosongpu-ondemand.yml@project/geosongpu | |
with: | |
experiment_name: physics_standalone_aer_activation | |
experiment_action: Validation | |
geosongpu_ci_ref: ${{ github.ref_name }} |