This repository was archived by the owner on Jun 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedium_range_blend.land_2.conus.json
More file actions
49 lines (49 loc) · 1.66 KB
/
Copy pathmedium_range_blend.land_2.conus.json
File metadata and controls
49 lines (49 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"operations": [
{
"operation": "drop",
"exclude": true,
"fields": [
"crs",
"SOILSAT_TOP",
"time",
"reference_time",
"x",
"y"
]
},
{
"operation": "reproject",
"reference_dataset_path": "{resource_path}/projections/sphere_lambert.nc"
},
{
"operation": "subset",
"mask_variable": "mask",
"mask_coordinates": ["y", "x"],
"masks": [
"{mask_path}/processing_mask_1000m_ABRFC.nc",
"{mask_path}/processing_mask_1000m_C*RFC.nc",
"{mask_path}/processing_mask_1000m_M*RFC.nc",
"{mask_path}/processing_mask_1000m_LMRFC.nc",
"{mask_path}/processing_mask_1000m_N*RFC.nc",
"{mask_path}/processing_mask_1000m_OHRFC.nc",
"{mask_path}/processing_mask_1000m_SERFC.nc",
"{mask_path}/processing_mask_1000m_WGRFC.nc"
],
"identifier_pattern": "(?P<rfc>[A-Z]{5})(?=\\.nc)",
"output_pattern": "nwm.t{cycle}z.{Configuration}.{ModelOutputType}_{member}.{frame}.{rfc}.nc",
"each": [
{
"operation": "save",
"filename_pattern": "{file_name}",
"identifier_pattern": "(?P<rfc>[A-Za-z]{2}[Rr][Ff][Cc])",
"directory": "{output_path}/"
}
]
}
],
"configuration": "medium_range_blend",
"output_type": "land",
"region": "conus",
"member": "2"
}