Skip to content

Commit

Permalink
development
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Dec 9, 2024
1 parent 4a215c9 commit 4cb6935
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 15 deletions.
104 changes: 92 additions & 12 deletions .github/ISSUE_TEMPLATE/cmipld_experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,25 @@ body:
- id: activity
attributes:
label: Activity
description: 'A reference object from <a href=https://wcrp-cmip.github.io/WCRP-universe/activity/>
https://wcrp-cmip.github.io/WCRP-universe/activity/ </a>. '
description: Enter the activity
options:
- aerchemmip
- c4mip
- cfmip
- cmip
- damip
- dcpp
- geomip
- lesfmip
- lmip
- pmip
- ramip
- rfmip
- scenariomip
- tipmip
validations:
required: true
type: input
type: dropdown
- id: description
attributes:
label: Description
Expand Down Expand Up @@ -55,27 +69,93 @@ body:
- id: parent_activity
attributes:
label: Parent Activity
description: 'A reference object from <a href=https://wcrp-cmip.github.io/WCRP-universe/activity/>
https://wcrp-cmip.github.io/WCRP-universe/activity/ </a>. '
description: Enter the parent activity
options:
- aerchemmip
- c4mip
- cfmip
- cmip
- damip
- dcpp
- geomip
- lesfmip
- lmip
- pmip
- ramip
- rfmip
- scenariomip
- tipmip
validations:
required: true
type: input
type: dropdown
- id: parent_experiment
attributes:
label: Parent Experiment
description: 'A reference object from <a href=https://wcrp-cmip.github.io/CMIP6Plus_CVs/experiment/>
https://wcrp-cmip.github.io/CMIP6Plus_CVs/experiment/ </a>. '
description: Enter the parent experiment
options:
- 1pctco2
- abrupt_4xco2
- amip
- esm-up2p0
- esm-up2p0-gwl2p0
- esm-up2p0-gwl2p0-50y-dn2p0
- esm-up2p0-gwl4p0
- esm-up2p0-gwl4p0-50y-dn2p0
- esm-up2p0-gwl4p0-50y-dn2p0-gwl2p0
- esm_hist
- esm_picontrol
- esm_picontrol_spinup
- fut_aer
- fut_ghg
- fut_lu
- fut_sol
- fut_totalo3
- fut_volc
- hist_aer
- hist_ghg
- hist_lu
- hist_nat
- hist_nolu
- hist_piaer
- hist_pighg
- hist_pisol
- hist_pitotalo3
- hist_pivolc
- hist_sol
- hist_totalo3
- hist_volc
- historical
- piclim-370
- piclim-370-126aer
- piclim-370-126aer_nh3nox
- piclim-370-afr126aer
- piclim-370-eas126aer
- piclim-370-nae126aer
- piclim-370-sas126aer
- picontrol
- picontrol_spinup
- ssp370-126aer
- ssp370-126aer_nh3nox
- ssp370-afr126aer
- ssp370-asia126aer
- ssp370-eas126aer
- ssp370-nae126aer
- ssp370-saf126ca
- ssp370-sas126aer
- ssp370-sas126ca
validations:
required: true
type: input
type: dropdown
- id: sub_experiment
attributes:
label: Sub Experiment
description: 'A reference object from <a href=https://wcrp-cmip.github.io/CMIP6Plus_CVs/sub_experiment/>
https://wcrp-cmip.github.io/CMIP6Plus_CVs/sub_experiment/ </a>. '
description: Enter the sub experiment
options:
- f2023
- none
validations:
required: true
type: input
type: dropdown
- id: tier
attributes:
label: Tier
Expand Down
20 changes: 17 additions & 3 deletions .github/ISSUE_TEMPLATE/cmipld_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,25 @@ body:
- id: activity-participation
attributes:
label: Activity-Participation
description: 'A reference object from <a href=https://wcrp-cmip.github.io/WCRP-universe/activity/>
https://wcrp-cmip.github.io/WCRP-universe/activity/ </a>. '
description: Enter the activity-participation
options:
- aerchemmip
- c4mip
- cfmip
- cmip
- damip
- dcpp
- geomip
- lesfmip
- lmip
- pmip
- ramip
- rfmip
- scenariomip
- tipmip
validations:
required: true
type: input
type: dropdown
- id: activity_participation
attributes:
label: Activity Participation
Expand Down

0 comments on commit 4cb6935

Please sign in to comment.