Skip to content

Commit

Permalink
back to no groups
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jun 15, 2023
1 parent 7e40637 commit 4ee6c2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 7 additions & 7 deletions parm/soca/berror/soca_bump_loc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ background error:
write nicas grids: true
model:
do not cross mask boundaries: false
groups:
- group name: group 1
variables: [tocn]
- group name: group 2
variables: [cicen]
# groups:
# - group name: group 1
# variables: [tocn]
# - group name: group 2
# variables: [cicen]

nicas:
resolution: !ENV ${NICAS_RESOL}
Expand All @@ -43,12 +43,12 @@ background error:
basename: ./
ocn_filename: ocn.loc_rh.incr.0001-01-01T00:00:00Z.nc
ice_filename: ice.loc_rh.incr.0001-01-01T00:00:00Z.nc
state variables: [tocn, cicen]
state variables: [tocn]
- parameter: rv
file:
read_from_file: 1
date: *date
basename: ./
ocn_filename: ocn.loc_rv.incr.0001-01-01T00:00:00Z.nc
ice_filename: ice.loc_rv.incr.0001-01-01T00:00:00Z.nc
state variables: [tocn, cicen]
state variables: [tocn]
6 changes: 6 additions & 0 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ ecbuild_add_executable( TARGET socaincr2mom6.x

target_compile_features( socaincr2mom6.x PUBLIC cxx_std_17)
target_link_libraries( socaincr2mom6.x PUBLIC NetCDF::NetCDF_CXX oops atlas soca)

ecbuild_add_executable( TARGET socahybridweights.x
SOURCES socahybridweights.cc )

target_compile_features( socahybridweights.x PUBLIC cxx_std_17)
target_link_libraries( socahybridweights.x PUBLIC NetCDF::NetCDF_CXX oops atlas soca)

0 comments on commit 4ee6c2d

Please sign in to comment.