Skip to content

Commit

Permalink
hyb test, speed up diffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Oct 29, 2024
1 parent cf48626 commit f923841
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
5 changes: 3 additions & 2 deletions parm/soca/berror/soca_parameters_diffusion_hz.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ background error:
calibration:
normalization:
method: randomization
iterations: 10000
iterations: 1000

groups:
- horizontal:
Expand All @@ -32,6 +32,7 @@ background error:

- horizontal:
as gaussian: true
fixed value: 50000.0
fixed value: 25000.0
mask: "interp_mask"
write:
filepath: ./staticb/hz_ice
1 change: 1 addition & 0 deletions parm/soca/berror/soca_parameters_diffusion_vt.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ background error:
groups:
- vertical:
as gaussian: true
levels: '{{ MOM6_LEVS }}'
model file:
date: '{{ MARINE_WINDOW_MIDDLE | to_isotime }}'
basename: ./
Expand Down
29 changes: 22 additions & 7 deletions test/gw-ci/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,28 @@ if (RUN_GW_CI)
set(pslot "WCDA-HYB-C48mx500")
set(YAML_PATH ${HOMEgfs}/ci/cases/pr/C48mx500_hybAOWCDA.yaml)
set(TASK_LIST
"gdasprepoceanobs"
"gdasmarinebmat"
"gdasocnanalecen"
"gdasmarineanlinit"
"gdasmarineanlvar"
"gdasmarineanlchkpt"
"gdasmarineanlfinal"
"gdas_prepoceanobs"
"gdas_marinebmat"
"gdas_ocnanalecen"
"gdas_marineanlinit"
"gdas_marineanlvar"
"gdas_marineanlchkpt"
"gdas_marineanlfinal"
)
add_cycling_tests(${pslot} ${YAML_PATH} ${HOMEgfs} ${RUNTESTS} ${PROJECT_SOURCE_DIR} "${TASK_LIST}")

# HYB WCDA, low-res
# -------------------
set(pslot "WCDA-HYB-C384mx025")
set(YAML_PATH ${HOMEgfs}/ci/cases/gfsv17/C384mx025_hybAOWCDA.yaml)
set(TASK_LIST
"gdas_prepoceanobs"
"gdas_marinebmat"
"gdas_ocnanalecen"
"gdas_marineanlinit"
"gdas_marineanlvar"
"gdas_marineanlchkpt"
"gdas_marineanlfinal"
)
add_cycling_tests(${pslot} ${YAML_PATH} ${HOMEgfs} ${RUNTESTS} ${PROJECT_SOURCE_DIR} "${TASK_LIST}")

Expand Down

0 comments on commit f923841

Please sign in to comment.