From f9df576febd769aad63b97b226ae1efa36b9df86 Mon Sep 17 00:00:00 2001 From: JessicaGarrett-NOAA <30940444+madMatchstick@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:32:54 -0600 Subject: [PATCH] Required updates for integration workflow (#45) * include NOM lib flag and don't init topmod submod after local code copy * comment update --- .github/workflows/ngen_integration.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ngen_integration.yaml b/.github/workflows/ngen_integration.yaml index 15e354d..a8211a9 100644 --- a/.github/workflows/ngen_integration.yaml +++ b/.github/workflows/ngen_integration.yaml @@ -1,4 +1,4 @@ -# Test ngen-cfe integration +# Test ngen-topmodel integration name: Ngen Integration Tests @@ -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 @@ -97,6 +98,7 @@ jobs: with: mod-dir: " extern/topmodel/" targets: "topmodelbmi" + initialize: "false" - name: Run petbmi, topmodelbmi run: |