-
Notifications
You must be signed in to change notification settings - Fork 279
WW3 cannot build pre-and-post processing jobs #2502
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
In PR #2445 WW3 was updated with PR NOAA-EMC/WW3#1303 which makes references to modules that are only in the cap code. This means that we cannot run the end-to-end system (for example see: NOAA-EMC/global-workflow#3106 (comment)).
We will need ot make an update to WW3 so that we can compile the pre-and post-scripts within the dev/ufs-weather-model.
To Reproduce:
The easiest way to reproduce this is to clone the g-w, update the model to the hash in develop and then build all or just the ww3 pre/post:
git clone https://github.com/noaA-EMC/global-workflow
cd global-workflow/
git submodule update --init --recursive
cd sorc/ufs_model.fd/
git checkout develop
git submodule update --init --recursive
cd ../
./build_ww3prepost.sh
Additional context
@sbanihash had noticed this while reviewing a PR FYI @jswhit who ran into this in g-w.
@sbanihash and myself will be meeting with @MatthewMasarik-NOAA first thing tomorrow morning to find a solution.
Output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working