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

Add to IODA example utility; write out a file #572

Merged
merged 2 commits into from
Aug 11, 2023

Conversation

CoryMartin-NOAA
Copy link
Contributor

Adding to the IODA example, this PR now includes the mean value written out to a IODA file.

@CoryMartin-NOAA
Copy link
Contributor Author

netcdf gmi_gpm_mean {
dimensions:
	Location = UNLIMITED ; // (1 currently)
variables:
	int Location(Location) ;
		Location:suggested_chunk_dim = 1LL ;

// global attributes:
		string :_ioda_layout = "ObsGroup" ;
		:_ioda_layout_version = 0 ;
data:

 Location = 0 ;

group: mean {

  group: ObsValue {
    variables:
    	float brightnessTemperature(Location) ;
    		brightnessTemperature:_FillValue = -999.f ;
    data:

     brightnessTemperature = 204 ;
    } // group ObsValue
  } // group mean
}

Copy link
Contributor

@RussTreadon-NOAA RussTreadon-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Useful example. Thanks for adding it to utils. Approve.

Copy link
Contributor

@guillaumevernieres guillaumevernieres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CoryMartin-NOAA CoryMartin-NOAA merged commit 2102929 into develop Aug 11, 2023
5 checks passed
@CoryMartin-NOAA CoryMartin-NOAA deleted the feature/add_ioda_out branch August 11, 2023 14:42
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

Successfully merging this pull request may close these issues.

3 participants