Doxygen for CALDWP.f#423
Merged
Merged
Conversation
Collaborator
|
@BoCui-NOAA @JesseMeng-NOAA Please be warn of tweaking for Doxygen format. |
WenMeng-NOAA
approved these changes
Dec 22, 2021
Collaborator
|
@kayeekayee Thanks for working on this. |
| !> @param[in] T1D - Temperature (K) | ||
| !> @param[out] TDWP - Dewpoint temperature (K) | ||
| !> | ||
| !> Program history |
Contributor
There was a problem hiding this comment.
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...
Contributor
Author
Contributor
There was a problem hiding this comment.
@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.
edwardhartnett
approved these changes
Dec 22, 2021
EricJames-NOAA
pushed a commit
to EricJames-NOAA/UPP
that referenced
this pull request
Dec 14, 2022
* Changes for using netcdf diag in GSI and EnKF * Correct diag name for dbz * Fix the diag files
zhanglikate
pushed a commit
to zhanglikate/UPP
that referenced
this pull request
Oct 10, 2025
- read 2 month merra2 data instead of 12 months decrease memory usage by 6 times
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is part of Issue #392
Fixes the doxygen warnings in CALDWP.f