Skip to content

Commit

Permalink
Required updates for integration workflow (NOAA-OWP#45)
Browse files Browse the repository at this point in the history
* include NOM lib flag and don't init topmod submod after local code copy

* comment update
  • Loading branch information
madMatchstick authored Mar 20, 2024
1 parent e2e90d6 commit f9df576
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test ngen-cfe integration
# Test ngen-topmodel integration

name: Ngen Integration Tests

Expand Down Expand Up @@ -52,6 +52,7 @@ jobs:
with:
mod-dir: " extern/noah-owp-modular/"
targets: "surfacebmi"
cmake-flags: "-DNGEN_IS_MAIN_PROJECT:BOOL=ON"

- name: Build ISO C Fortran BMI
id: submod_build_2
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
with:
mod-dir: " extern/topmodel/"
targets: "topmodelbmi"
initialize: "false"

- name: Run petbmi, topmodelbmi
run: |
Expand Down

0 comments on commit f9df576

Please sign in to comment.