generated from GEOS-ESM/geos-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
64 lines (54 loc) · 2.05 KB
/
discover_physics_standalone_nightly.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Discover's CI check
name: Discover Nightly Physics Standalone Validation
on:
# On Hold pending revisit of the porting strategy
#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 }}