-
Notifications
You must be signed in to change notification settings - Fork 15
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
adding g2cf.F90 #714
base: develop
Are you sure you want to change the base?
adding g2cf.F90 #714
Conversation
|
||
!> Open a GRIB2 file. | ||
!> | ||
!> @param path the path to the file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we decide to capitalize the doxygen descriptions of variables? Personally I would find it easier to read if either the first letter of descriptions were upper case, or if there were some separator like a hyphen.
cdata_file = addcnullchar(data_file, ie1) | ||
cindex_file = addcnullchar(index_file, ie2) | ||
|
||
! call nc_create to create file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming you don't mean nc_create :)
Part of #328