Skip to content
Open
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

# Anchors in case we need to override the defaults from the orb
#baselibs_version: &baselibs_version v8.5.0
#baselibs_version: &baselibs_version v8.9.0
#bcs_version: &bcs_version v12.0.0

orbs:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- Remove `regrid.pl`
- Removed detection of OS at NCCS as it is all SLES15 now


Expand Down
19 changes: 1 addition & 18 deletions pre/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
set (alldirs
NSIDC-OSTIA_SST-ICE_blend
prepare_ocnExtData
remap_restart
)
esma_add_subdirectories (${alldirs})

file(GLOB pythonscripts CONFIGURE_DEPENDS ./remap_restart/remap* ./remap_restart/bin2nc_merra2* ./remap_restart/tests/*.*)

list(FILTER pythonscripts EXCLUDE REGEX "remap_utils.py")

foreach (file ${pythonscripts})
install(PROGRAMS ${file} DESTINATION bin)
endforeach()

set(file ./remap_restart/remap_utils.py)
configure_file(${file} ${file} @ONLY)
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${file} DESTINATION bin)

if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/regrid.pl)
install(
PROGRAMS regrid.pl
DESTINATION bin)
endif()
Loading