@@ -21,38 +21,38 @@ workflows:
2121 # baselibs_version: *baselibs_version
2222 repo : GEOSgcm
2323 checkout_fixture : true
24- # V12 code uses a special branch for now.
25- fixture_branch : feature/sdrabenh/gcm_v12
26- # We comment out this as it will "undo" the fixture_branch
27- # mepodevelop: true
28- persist_workspace : true # Needs to be true to run fv3/gcm experiment, costs extra
24+ mepodevelop : false
25+ fixture_branch : release/MAPL-v3
26+ persist_workspace : false # Needs to be true to run fv3/gcm experiment, costs extra
2927
30- # Run AMIP GCM (1 hour, no ExtData)
31- - ci/run_gcm :
32- name : run-GCM-on-<< matrix.compiler >>
33- context :
34- - docker-hub-creds
35- matrix :
36- parameters :
37- compiler : [gfortran, ifort]
38- requires :
39- - build-GEOSgcm-on-<< matrix.compiler >>
40- repo : GEOSgcm
41- # baselibs_version: *baselibs_version
42- # bcs_version: *bcs_version
43-
44- # Run Coupled GCM (1 hour, no ExtData)
45- - ci/run_gcm :
46- name : run-coupled-GCM-on-<< matrix.compiler >>
47- context :
48- - docker-hub-creds
49- matrix :
50- parameters :
51- compiler : [ifort]
52- requires :
53- - build-GEOSgcm-on-<< matrix.compiler >>
54- repo : GEOSgcm
55- # baselibs_version: *baselibs_version
56- # bcs_version: *bcs_version
57- gcm_ocean_type : MOM6
58- 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