Skip to content

Commit

Permalink
Merge branch 'develop' into rreichle/cleanup/make_bcs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle committed May 26, 2022
2 parents d745c08 + 3e52659 commit 9c3baa1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ target_include_directories(${this} PRIVATE
$<BUILD_INTERFACE:${extra_incs}>
)

file (GLOB_RECURSE rc_files CONFIGURE_DEPENDS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.rc)
file (GLOB_RECURSE rc_files CONFIGURE_DEPENDS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.rc *.yaml)
foreach ( file ${rc_files} )
get_filename_component( dir ${file} DIRECTORY )
install( FILES ${file} DESTINATION etc/${dir} )
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Collections:
WSUB_Wvar_positive_05hrdeg_2006%m2.nc4:
template: ExtData/g5gcm/moist/L72/Wvar_positive_05hrdeg_2006%m2.nc4
valid_range: "2006-01-01/2006-12-31"

Samplings:
WSUB_sample_0:
extrapolation: clim

Exports:
WSUB_NATURE:
collection: WSUB_Wvar_positive_05hrdeg_2006%m2.nc4
sample: WSUB_sample_0
variable: w_var_masked

0 comments on commit 9c3baa1

Please sign in to comment.