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

Clean up legacy read interfaces #437

Merged
merged 8 commits into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
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
5 changes: 1 addition & 4 deletions sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,11 @@ list(APPEND EXE_SRC
GETNEMSNDSCATTER.f
GFSPOSTSIG.F
INITPOST.F
INITPOST_GFS_NEMS.f
INITPOST_GFS_NEMS_MPIIO.f
INITPOST_GFS_NETCDF.f
INITPOST_GFS_NETCDF_PARA.f
INITPOST_NEMS.f
INITPOST_NEMS_MPIIO.f
INITPOST_NETCDF.f
INITPOST_NMM.f
WRFPOST.f
getIVariableN.f
getVariable.f
Expand Down Expand Up @@ -224,8 +221,8 @@ if(BUILD_POSTEXEC)
add_executable(${EXENAME} ${EXE_SRC})
target_link_libraries(${EXENAME} PRIVATE
${LIBNAME}
w3nco::w3nco_4
nemsio::nemsio
w3nco::w3nco_4
sp::sp_4
sfcio::sfcio
sigio::sigio)
Expand Down
Loading