Skip to content

Commit

Permalink
Merge pull request #542 from GEOS-ESM/develop
Browse files Browse the repository at this point in the history
Sync develop into main
  • Loading branch information
sdrabenh authored Feb 14, 2022
2 parents 8ca407b + 699513e commit 194bd0a
Show file tree
Hide file tree
Showing 78 changed files with 4,583 additions and 19,492 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ commands:
name: "Versions, etc."
command: mpirun --version && << parameters.compiler >> --version && echo $BASEDIR && pwd && ls && echo "$(nproc)"

compress_artifacts:
description: "Compress artifacts"
steps:
- run:
name: "Compress artifacts"
command: |
gzip -9 /logfiles/*
checkout_fixture:
description: "Checkout fixture"
parameters:
Expand Down Expand Up @@ -157,5 +165,6 @@ jobs:
compiler: << parameters.compiler >>
- buildinstall:
repo: GEOSgcm
- compress_artifacts
- store_artifacts:
path: /logfiles
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/@RRTMGP
/RRTMGP
/RRTMGP@
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ set (srcs
cloud_subcol_gen.F90
)

esma_add_subdirectories(
RRTMGP_cmake
)

esma_add_library (${this}
SRCS ${srcs}
SUBDIRS RRTMGP
DEPENDENCIES GEOS_Shared MAPL)
DEPENDENCIES GEOS_Shared MAPL RRTMGP)

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 194bd0a

Please sign in to comment.