Skip to content
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
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
env:
global:
- MAIN_REPO=soca
- LIB_REPOS="gsw mom6 icepack oops vader ioda ufo saber"
- BUILD_OPT="-DBUILD_ICEPACK=ON"
- LIB_REPOS="gsw mom6 icepack oasim oops vader ioda ufo saber"
- BUILD_OPT="-DBUILD_ICEPACK=ON -DBUILD_OASIM=ON"
- BUILD_OPT_mom6="-DENABLE_OCEAN_BGC=ON"
- BUILD_OPT_oops="-DENABLE_QG_MODEL=OFF -DENABLE_LORENZ95_MODEL=OFF"
- BUILD_OPT_ioda="-DBUILD_PYTHON_BINDINGS=OFF -DBUILD_TESTING=OFF"
- BUILD_OPT_ufo="-DLOCAL_PATH_TESTFILES_IODA=NONE"
- BUILD_OPT_saber="-DENABLE_TESTS=OFF"
- BUILD_OPT_soca="-DENABLE_OCEAN_BGC=ON"
- MATCH_REPOS="saber oops ioda ufo mom6 soca"
- MATCH_REPOS="saber oops ioda ufo mom6 soca oasim"
- LFS_REPOS=""
# ENABLE_VALGRIND="ON"

Expand Down
1 change: 1 addition & 0 deletions bundle/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ioda-data/
ioda/
jedicmake/
mom6/
oasim/
oops/
saber-data/
saber/
Expand Down
5 changes: 5 additions & 0 deletions bundle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ if ( BUILD_ICEPACK )
ecbuild_bundle( PROJECT icepack GIT "https://github.com/JCSDA-internal/Icepack.git" UPDATE BRANCH feature/ecbuild-new )
endif()

option(BUILD_OASIM "download and build OASIM ocean color forward operator" OFF)
if ( BUILD_OASIM )
ecbuild_bundle( PROJECT oasim GIT "https://github.com/JCSDA-internal/oasim.git" UPDATE BRANCH develop )
endif ()

#===================================================================================================
# required repositories
#===================================================================================================
Expand Down
3 changes: 3 additions & 0 deletions test/Data/obs/pace_radiance.nc
Git LFS file not shown