Skip to content

Commit

Permalink
Merge pull request #3063 from jlubbersgeo/main
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Feb 12, 2025
2 parents b6b4ef1 + 14c9f38 commit 2c0ffe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satpy/etc/readers/abi_l2_nc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,12 +438,12 @@ file_types:

abi_l2_cmip_c16:
file_reader: !!python/name:satpy.readers.abi_l2_nc.NC_ABI_L2
file_patterns: ['{system_environment:2s}_{mission_id:3s}-L2-CMIP{scene_abbr:1s}-{scan_mode:2s}C16_{platform_shortname:3s}_s{start_time:%Y%j%H%M%S%f}_e{end_time:%Y%j%H%M%S%f}_c{creation_time:%Y%j%H%M%S%f}.nc']
file_patterns: ['{system_environment:2s}_{mission_id:3s}-L2-CMIP{scene_abbr:s}-{scan_mode:2s}C16_{platform_shortname:3s}_s{start_time:%Y%j%H%M%S%f}_e{end_time:%Y%j%H%M%S%f}_c{creation_time:%Y%j%H%M%S%f}.nc']
observation_type: "CMIP"

abi_l2_mcmip:
file_reader: !!python/name:satpy.readers.abi_l2_nc.NC_ABI_L2
file_patterns: ['{system_environment:2s}_{mission_id:3s}-L2-MCMIP{scene_abbr:1s}-{scan_mode:2s}_{platform_shortname:3s}_s{start_time:%Y%j%H%M%S%f}_e{end_time:%Y%j%H%M%S%f}_c{creation_time:%Y%j%H%M%S%f}.nc']
file_patterns: ['{system_environment:2s}_{mission_id:3s}-L2-MCMIP{scene_abbr:s}-{scan_mode:2s}_{platform_shortname:3s}_s{start_time:%Y%j%H%M%S%f}_e{end_time:%Y%j%H%M%S%f}_c{creation_time:%Y%j%H%M%S%f}.nc']
observation_type: "MCMIP"

abi_l2_acha:
Expand Down

0 comments on commit 2c0ffe0

Please sign in to comment.