Skip to content

Commit

Permalink
Revert "GitHub Issue NOAA-EMC#118. Implement EFSOI process in FV3 GFS…
Browse files Browse the repository at this point in the history
… workflow (2nd try)."

This reverts commit 43e0ff8.
  • Loading branch information
AndrewEichmann-NOAA committed Mar 5, 2021
1 parent 43e0ff8 commit b431ea5
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 5,737 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "fix"]
path = fix
url = gerrit:GSI-fix

[submodule "libsrc"]
path = libsrc
url = gerrit:GSI-libsrc
7 changes: 2 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ project(GSI)
option(BUILD_WRF "Build the Enkf with WRF module " OFF)
endif()
option(BUILD_UTIL "Build the Enkf utilities " OFF)
option(BUILD_EFSOI "Build the EFSOI utility " OFF)

option(BUILD_UTIL_COM "Build community utilities " OFF)
option(BUILD_ENKF_PREPROCESS_ARW "Build enkf preprocess for ARW " OFF)
option(BUILD_COV_CALC "Build the Desroziers utility" OFF)
Expand Down Expand Up @@ -273,10 +273,7 @@ project(GSI)
add_subdirectory(util/Radiance_Monitor/nwprod/radmon_shared.v3.0.0/sorc/verf_radbcoef.fd)
add_subdirectory(util/Radiance_Monitor/nwprod/radmon_shared.v3.0.0/sorc/verf_radbcor.fd)
add_subdirectory(util/Radiance_Monitor/nwprod/radmon_shared.v3.0.0/sorc/verf_radtime.fd)
endif(BUILD_UTIL)
if(BUILD_EFSOI)
add_subdirectory(util/EFSOI_Utilities/src)
endif(BUILD_EFSOI)
endif(BUILD_UTIL)
find_package( NDATE )
if( NOT NDATE )
add_subdirectory(util/ndate)
Expand Down
142 changes: 0 additions & 142 deletions jobs/JGDAS_EFSOI

This file was deleted.

143 changes: 0 additions & 143 deletions jobs/JGDAS_EFSOI_ECEN

This file was deleted.

Loading

0 comments on commit b431ea5

Please sign in to comment.