Skip to content

Reading and interpolating WOA monthly climatology files for Grid_Stat #1604

Locked Answered by georgemccabe
GwenChen-NOAA asked this question in Configuration
Discussion options

You must be logged in to vote

Hi @GwenChen-NOAA, thank you for sending your data and the documentation. It looks like the units for the time variable is "months since 1955-01-01 00:00:00" and while that is technically a valid time unit for CF-compliance, the MET tools do not support it. We often recommend using the MET plot_data_plane tool to check if MET can read new input files properly. Running this command:

plot_data_plane woa18_decav_t05_04.nc out.nc 'name="t_an"; level="(0,0,*,*)";'

outputs this warning:

WARNING: parse_cf_time_string() -> Unsupported time step in the CF convention time unit "months since 1955-01-01 00:00:00"

You can also run plot_data_plane with the "-v 4" argument to raise the logging verbosi…

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
3 replies
@GwenChen-NOAA
Comment options

@georgemccabe
Comment options

@GwenChen-NOAA
Comment options

Comment options

You must be logged in to vote
13 replies
@JohnHalleyGotway
Comment options

@GwenChen-NOAA
Comment options

@JohnHalleyGotway
Comment options

@GwenChen-NOAA
Comment options

@JohnHalleyGotway
Comment options

Answer selected by GwenChen-NOAA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment