Skip to content

Reading netcdf file #2525

Locked Answered by jprestop
carlos9917 asked this question in File I/O
Mar 26, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

@carlos9917 Just a follow up - I incorrectly specified the level. For NetCDF files, the level should be specified in the following way:
level="(0,*,*)";. Modifying the command for the correct specification of the level and adding file_type = NETCDF_NCCF; as an input produces the following results. For more information on specifying the level and file_type, please see our documentation in this section.

(base) jpresto@seneca:/d1/projects/METplus/discussions/2525$ /nrit/ral/met-11.1.0/bin/plot_data_plane daily-avhrr-sce-nhl_ease-50_201505011200_resampled.nc test.ps 'name="prob_snow_c"; level="(0,*,*)"; file_type = NETCDF_NCCF;' -v 6
DEBUG 1: Start plot_data_plane by jpresto(7414) at 2024-03-…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jprestop
Comment options

Answer selected by carlos9917
@carlos9917
Comment options

@jprestop
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants