We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the relevant part of ncdump output:
netcdf profiles.001 { dimensions: time = UNLIMITED ; // (6 currently) zt = 80 ; zm = 80 ; variables: float rhobf(time, zt) ; rhobf:longname = "Full level density" ; rhobf:units = "kg/m^3" ; rhobf:_FillValue = -999.f ; float rhobh(time, zm) ; rhobh:longname = "Half level density" ; rhobh:units = "kg/m^3" ; rhobh:_FillValue = -999.f ;
The text was updated successfully, but these errors were encountered:
Merge pull request #4 from CasparJungbacker/OpenACC-subgrid
f48ee64
Offload subgrid
No branches or pull requests
Here's the relevant part of ncdump output:
The text was updated successfully, but these errors were encountered: