-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature 1936 madis nc #1963
Feature 1936 madis nc #1963
Conversation
…_bad at get_filtered_nc_data_2d. Do not display missing error message is optional veriable for metsonet data
…feature_1936_madis_nc
|
||
.. code-block:: none | ||
|
||
mesonet_opt_var = [ "precip3hr", "precip6hr", "precip12hr", "precip10min" ]; |
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.
mesonet_opt_var = [ "precip3hr", "precip6hr", "precip12hr", "precip10min" ]; | |
mesonet_opt_var = [ "precip3hr", "precip6hr", "precip12hr", "precip10min" ]; |
@hsoh-u so what are we going to do about this PR? Is there a way of supporting multiple versions of these input files without needing to add a new config file option? It'd be preferable to only add new config options when really needed. Hopefully there's a solution that doesn't require users to be aware of the specific details of the contents of the input files. If needed, we could shift this issue and PR to the beta5 development cycle instead. |
The default configuration will not be updated for this. Superseded by #1984 |
Pull Request Testing
Describe testing already performed for these changes:
export MET_BASE=/d1/personal/hsoh/git/features/feature_1936_madis_nc/MET/met/share/met
/d1/personal/hsoh/git/features/feature_1936_madis_nc/MET/met/bin/madis2nc /d1/projects/MET/MET_test_data/unit_test/obs_data/madis/mesonet/mesonet_20170101_0000.nc out_mesonet_20170101_0000.nc -type mesonet
/d1/personal/hsoh/git/features/feature_1936_madis_nc/MET/met/bin/madis2nc /d1/personal/hsoh/data/MET-1936/20210101_0000 out_mesonet_20210101_0000.nc -type mesonet
unit test : unit_madis2nc.xml
Review document at 6.3.2. madis2nc configuration file.
Added mesonet_opt_var at 6.3.2. madis2nc configuration file.
A unit test, madis2nc_MESONET_optional_vars, is added
If yes, describe the new output and/or changes to the existing output:
One more output: mesonet_20170101_0000_F000.nc
Pull Request Checklist
See the METplus Workflow for details.
Select: Reviewer(s)
Select: Organization level software support Project or Repository level development cycle Project
Select: Milestone as the version that will include these changes