Skip to content

Commit

Permalink
test file for nans
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Mar 5, 2024
1 parent 376f82b commit 4f23b27
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions tests/create-nan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
description: "testing for nans using sst"
dataset_status: testing
purpose: aifs
name: test-nan
config_format_version: 2

dates:
start: 2020-12-30 00:00:00
end: 2021-01-03 12:00:00
frequency: 12h
group_by: monthly

input:
mars:
expver: "0001"
class: ea
grid: 20./20.
param: [2t, sst]
levtype: sfc
stream: oper
type: an

#allow_nans: True
has_nans: [sst]

output:
chunking: { dates: 1, ensembles: 1 }
dtype: float32
flatten_grid: True
order_by: [valid_datetime, param_level, number]
remapping:
param_level: "{param}_{levelist}"
statistics: param_level
statistics_end: 2020

0 comments on commit 4f23b27

Please sign in to comment.