11version : 2.1
22
33# Anchors in case we need to override the defaults from the orb
4- # baselibs_version: &baselibs_version v7.27 .0
4+ # baselibs_version: &baselibs_version v7.33 .0
55# bcs_version: &bcs_version v11.6.0
66
77orbs :
@@ -25,32 +25,34 @@ workflows:
2525 checkout_mapl3_release_branch : true
2626 persist_workspace : true # Needs to be true to run fv3/gcm experiment, costs extra
2727
28- # Run AMIP GCM (1 hour, no ExtData)
29- - ci/run_gcm :
30- name : run-GCM-on-<< matrix.compiler >>
31- context :
32- - docker-hub-creds
33- matrix :
34- parameters :
35- compiler : [gfortran, ifort]
36- requires :
37- - build-GEOSgcm-on-<< matrix.compiler >>
38- repo : GEOSgcm
39- # baselibs_version: *baselibs_version
40- # bcs_version: *bcs_version
41-
42- # Run Coupled GCM (1 hour, no ExtData)
43- - ci/run_gcm :
44- name : run-coupled-GCM-on-<< matrix.compiler >>
45- context :
46- - docker-hub-creds
47- matrix :
48- parameters :
49- compiler : [ifort]
50- requires :
51- - build-GEOSgcm-on-<< matrix.compiler >>
52- repo : GEOSgcm
53- # baselibs_version: *baselibs_version
54- # bcs_version: *bcs_version
55- gcm_ocean_type : MOM6
56- change_layout : false
28+ # #####################################################
29+ # # Run AMIP GCM (1 hour, no ExtData) #
30+ # - ci/run_gcm: #
31+ # name: run-GCM-on-<< matrix.compiler >> #
32+ # context: #
33+ # - docker-hub-creds #
34+ # matrix: #
35+ # parameters: #
36+ # compiler: [gfortran, ifort] #
37+ # requires: #
38+ # - build-GEOSgcm-on-<< matrix.compiler >> #
39+ # repo: GEOSgcm #
40+ # #baselibs_version: *baselibs_version #
41+ # #bcs_version: *bcs_version #
42+ # #
43+ # # Run Coupled GCM (1 hour, no ExtData) #
44+ # - ci/run_gcm: #
45+ # name: run-coupled-GCM-on-<< matrix.compiler >> #
46+ # context: #
47+ # - docker-hub-creds #
48+ # matrix: #
49+ # parameters: #
50+ # compiler: [ifort] #
51+ # requires: #
52+ # - build-GEOSgcm-on-<< matrix.compiler >> #
53+ # repo: GEOSgcm #
54+ # #baselibs_version: *baselibs_version #
55+ # #bcs_version: *bcs_version #
56+ # gcm_ocean_type: MOM6 #
57+ # change_layout: false #
58+ # #####################################################
0 commit comments