Grib2 writer for oceanicepost #99
Conversation
aerorahul
left a comment
There was a problem hiding this comment.
Some minor comments before we can merge.
|
@aerorahul I resolved the suggestions. |
@AminIlia-NOAA |
|
@aerorahul added netcdf flag with default false. |
aerorahul
left a comment
There was a problem hiding this comment.
use netcdf (we don't have to be limited to 2-3 character names) to be more descriptive.
change name to netcdf Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
change flag name to netcdf Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
change flag name to netcdf Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
change flag name to netcdf Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
change flag name to netcdf Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
change flag name to netcdf Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
change flag name to netcdf Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
change flag name to netcdf Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
change flag name to netcdf Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
|
@aerorahul ncf was ok as fortran compiler mixed netcdf flag with necdf lib module. I changed the name of flag to netcdff. |
May I suggest, in that case, to replace |
|
@aerorahul I changed the name of the flags. Please let me know if you want to request more change so I will give you the right access to edit my fork. Thanks! |
|
Since we don't have a reviewer for the new additions of grib2 output, we will merge this PR as is and if issues arise, address them during retrospective evaluation. With this change, we will disable the generation of grib2 files via the use of |
Description
A new grib2 writer added to oceanicepost module. It uses g2 library to build grib2 files. The module doesn't need any grib2 template. The module fully tested for ocean and ice post processing. It works smoothly and quickly.
Type of change
Change characteristics
How has this been tested?
Fully tested both ocean and ice post processing modules. Grib2 files and data are generated correctly.
Checklist