Skip to content

Commit

Permalink
Turn CI back on
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Jan 17, 2025
1 parent 82d2c95 commit 89a16e1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build_scm_ubuntu_22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
fortran-compiler: [gfortran-10, gfortran-11, gfortran-12]
build-type: [Release]#, Debug]
py-version: [3.9.12]
build-type: [Release, Debug]
py-version: [3.7.13, 3.9.12]

# Environmental variables
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci_run_scm_DEPHY.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI test to run the SCM with DEPHY v1 data

#on: [pull_request,workflow_dispatch]
on: [workflow_dispatch]
on: [pull_request,workflow_dispatch]

jobs:
run-scm-DEPHY:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_scm_rts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
fortran-compiler: [gfortran-11]
build-type: [Release]#, Debug, SinglePrecision]
build-type: [Release, Debug, SinglePrecision]
py-version: [3.9.12]

# Environmental variables
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci_run_scm_ufs_replay.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI test to create SCM UFS-replay cases from UWM regression tests

#on: [pull_request,workflow_dispatch]
on: [workflow_dispatch]
on: [pull_request,workflow_dispatch]

jobs:
run_scm_ufs_replay:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci_scm_ccpp_prebuild.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# CI test to run SCM ccpp_prebuild script
name: build

#on: [push, pull_request, workflow_dispatch]
on: [workflow_dispatch]
on: [push, pull_request, workflow_dispatch]

jobs:
build-linux:
Expand Down
2 changes: 1 addition & 1 deletion ccpp/framework
4 changes: 2 additions & 2 deletions scm/src/GFS_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -3828,7 +3828,7 @@
dimensions = ()
type = logical
[ntrcaer]
standard_name = number_of_aerosol_tracers_MG
standard_name = number_of_aerosol_tracers
long_name = number of aerosol tracers for Morrison Gettelman MP
units = count
dimensions = ()
Expand Down Expand Up @@ -8106,7 +8106,7 @@
standard_name = mass_mixing_ratio_of_aerosol_from_gocart_or_merra2
long_name = mass mixing ratio of aerosol from gocart or merra2
units = kg kg-1
dimensions = (horizontal_dimension,vertical_layer_dimension,number_of_aerosol_tracers_MG)
dimensions = (horizontal_dimension,vertical_layer_dimension,number_of_aerosol_tracers)
type = real
kind = kind_phys
active = (flag_for_aerosol_input_MG_radiation)
Expand Down

0 comments on commit 89a16e1

Please sign in to comment.