Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add switches for execuables in rrfs-utl #141

Merged
merged 6 commits into from
Dec 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions sorc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,28 @@ if (BUILD_RRFS_UTILS)
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}"
"-DCMAKE_INSTALL_BINDIR=${CMAKE_INSTALL_BINDIR}"
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
"-DFV3_ENSMEAN_RECENTER=ON"
"-DADJUST_SOILTQ=ON"
"-DBLENDING=ON"
"-DBUFRSND=ON"
"-DCLOUDANALYSIS=ON"
"-DENS_MEAN_RECENTER=ON"
"-DGEN_CS=ON"
"-DLAKESURGERY=ON"
"-DLARCCLD=ON"
"-DLIGHTNING=ON"
"-DMETARCLD=ON"
"-DMOSAIC=ON"
"-DPM=ON"
"-DRADMON=ON"
"-DREF2TTEN=ON"
"-DRTMA_MINMAXTRH=ON"
"-DUPDATE_BC=ON"
"-DUPDATE_GVF=ON"
"-DUPDATE_ICE=ON"
"-DUPDATE_SNOW=ON"
"-DUPDATE_SST=ON"
"-DUSE_RAPHRRR_SFC=ON"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Retro experiments will need FV3_ENSMEAN_RECENTER, LAKESURGERY(?)

Is it possible to turn on all rrfs_utl executables by default and then use command line options to only build executables required by operation?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@guoqing-noaa, good suggestion. I'll turn all of them on by default at this moment. We can adjust them later when it is delivered.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chan-hoo Sorry for the slow response. I believe that radiance monitoring will be done outside of the main RRFS workflow.

)

ExternalProject_Add(RRFS_UTILS
Expand Down