Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ components:
function space: StructuredColumns
custom grid matching gsi:
type: gaussian
lats: {{ atmosphere_npy_ges + 1 }}
{% set atmosphere_lons = (atmosphere_npx_ges - 1) * 2 %}
lats: {{ atmosphere_npy_anl + 1 }}
{% set atmosphere_lons = (atmosphere_npx_anl - 1) * 2 %}
lons: {{ atmosphere_lons }}
custom partitioner matching gsi:
bands: {{ atmosphere_layout_gsib_y }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ saber outer blocks:
function space: StructuredColumns
custom grid matching gsi:
type: gaussian
lats: {{ atmosphere_npy_ges + 1 }}
{% set atmosphere_lons = (atmosphere_npx_ges - 1) * 2 %}
lats: {{ atmosphere_npy_anl + 1 }}
{% set atmosphere_lons = (atmosphere_npx_anl - 1) * 2 %}
lons: {{ atmosphere_lons }}
custom partitioner matching gsi:
bands: {{ atmosphere_layout_gsib_y }}
Expand Down