-
Notifications
You must be signed in to change notification settings - Fork 103
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
Doxygen for CALDWP.f #423
Doxygen for CALDWP.f #423
Conversation
@BoCui-NOAA @JesseMeng-NOAA Please be warn of tweaking for Doxygen format. |
@kayeekayee Thanks for working on this. |
!> @param[in] T1D - Temperature (K) | ||
!> @param[out] TDWP - Dewpoint temperature (K) | ||
!> | ||
!> Program history |
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.
We have been making these into tables instead of lists, and it looks nice. So something like this:
!> ### Program History Log
!> Date | Programmer | Comments
!> -----|------------|---------
!> 2003-06-06 | Gilbert | Initial
!> 2008-05-14 | Vuong | Added the option -m0 (No explicit missing values included within the datavalues, modified the options and help messages
!> 2010-12-02 | Vuong | Changed Master Table Version Number from 2 to 6. Add option -mastertable_ver_x where x is mater table version 2 to 10
You may choose to do the same, or keep on making it a list. The UPP team should get together and decide...
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.
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.
@kayeekayee - I just looked at an example in NCEPLIBS and it looks quite nice as a table, much more readable. I recommend we do the same for UPP. Thanks for the suggestion @edwardhartnett.
* Changes for using netcdf diag in GSI and EnKF * Correct diag name for dbz * Fix the diag files
This is part of Issue #392
Fixes the doxygen warnings in CALDWP.f