Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attribute: _FillValue & Extra profile files? #166

Open
mackenziemeier86 opened this issue Apr 25, 2024 · 1 comment
Open

attribute: _FillValue & Extra profile files? #166

mackenziemeier86 opened this issue Apr 25, 2024 · 1 comment

Comments

@mackenziemeier86
Copy link

mackenziemeier86 commented Apr 25, 2024

When I run my profile files through the IOOS compliance checker the only issue I get is "Variable profile_time must contain attribute: _FillValue" - is there a way to add _FillValue to profile_time? I checked the files and _FillValue isn't included with profile_time.

On another note - we went through our profile .nc files and it seems that half the files captured the start/end of a profile - all the expected profiles are reflected, but every other .nc file generated has this structure with 25 sample points either from the bottom or top of the profile, but is not a continuous dive. I have added the first few EBD/DBD files along with the resulting .nc files (one is a usable profile, one has the 25 samples) and the timeseries/gridfile. Any explanation for why this is happening and how to fix it? https://github.com/mackenziemeier86/Pyglider-Test-Data-and-Output-.git

@mackenziemeier86 mackenziemeier86 changed the title Variable profile_time must contain attribute: _FillValue attribute: _FillValue & Extra profile files? Apr 25, 2024
@jklymak
Copy link
Member

jklymak commented Apr 26, 2024

I think if you edit process_deploymentRealtime.yml and add

  profile_time:
    comment:           Timestamp corresponding to the mid-point of the profile
    long_name:         Profile Center Time
    observation_type:  calculated
    platform:          platform
    standard_name:     time
    _FillValue: -999999.0

it should work?

Please open the other question as a new issue to keep searching the issues trackers clear! Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants