Skip to content
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

Update develop-ref after #2672 and #2675 #2676

Merged
merged 909 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
909 commits
Select commit Hold shift + click to select a range
9e0fba7
#2285 Moved files at scripts/utility to scripts/python/utility
Mar 23, 2023
b252b8b
#2285 Moved files at scripts/utility to scripts/python/utility
Mar 23, 2023
47ad200
#2285 Moved files at data/wrappers to scripts/python/pyembed
Mar 23, 2023
5e977ae
#2493 updates lat/lon/elv if SiteName is changed
Mar 30, 2023
d91165c
Merge pull request #2495 from dtcenter/bugfix_2493_dev_aeronet3_lat_l…
hsoh-u Mar 30, 2023
4c20290
Merge branch 'develop-ref' into develop
JohnHalleyGotway Mar 31, 2023
a33aa0a
Feature 2460 dropdown menu appendix a (#2501)
lisagoodrich Apr 3, 2023
fd184ac
#2285 Moved python script from python to python/examples
Apr 3, 2023
e04ebc8
#2285 Moved python script from python to python/examples
Apr 3, 2023
33c8194
#2285 Merged from met_point_obs_nc.py
Apr 3, 2023
c565ade
#2285 Initial release
Apr 3, 2023
e081ec7
#2285 Initial release
Apr 3, 2023
9c84de7
#2285 Moved read_met_point_obs.py Initial release
Apr 3, 2023
a824085
#2285 Restructure python scripts
Apr 4, 2023
57f2b46
#2285 Restructure python scripts: moved to scripts/python/pyemded
Apr 4, 2023
838929d
#2285 Restructure python scripts: moved to scripts/python/pyemded
Apr 4, 2023
39c20a2
Feature #2504 nullptr (#2505)
JohnHalleyGotway Apr 6, 2023
dce5612
Feature #2506 will_never_be_executed (#2507)
JohnHalleyGotway Apr 6, 2023
4455c7d
#2285 Initial release
Apr 7, 2023
b1324b2
#2285 Initial release
Apr 7, 2023
48c10b4
#2285 Restructure python scripts
Apr 7, 2023
a14085d
#2285 Restructure python scripts
Apr 7, 2023
0c1aaad
#2285 Adjusted the path for python scripts
Apr 7, 2023
6308f78
#2285 Adjusted the path for python scripts
Apr 7, 2023
30e28bf
#2285 Adjusted the path for python scripts
Apr 7, 2023
521fb14
#2285 Removed xarray and added MaskFilters
Apr 7, 2023
a5a16fe
#2285 Uses MaskFilters
Apr 7, 2023
c80ecea
#2285 Removed xarry
Apr 7, 2023
1c7f41e
#2285 Adjusted the path for python scripts
Apr 7, 2023
c355f4b
#2285 Adjusted the path for python scripts
Apr 7, 2023
ea11ed0
Merge branch 'develop' into feature_2285_read_point_data
Apr 7, 2023
d6086ec
#2285 Imnport importlib.util instead of importlib
Apr 10, 2023
3074aa8
#2285 Change back
Apr 10, 2023
ddfe1c3
#2285 Changed importing importlib
Apr 10, 2023
179eb88
Merge branch 'feature_2285_read_point_data' of github.com:dtcenter/ME…
Apr 10, 2023
2feccc9
#2285 Merged scripts/python/met_point_obs_nc.py to scripts/python/met…
Apr 10, 2023
09aaf11
Fixes typo in installation chapter.
DanielAdriaansen Apr 11, 2023
4e4cc42
Updates to reflect new directory structure.
DanielAdriaansen Apr 11, 2023
95f4964
Changes to the section about building MET with Python Embedding support.
DanielAdriaansen Apr 11, 2023
7e18acf
Changes to the section about MET_PYTHON_EXE.
DanielAdriaansen Apr 11, 2023
3a0a095
Adds overview of supported data structures.
DanielAdriaansen Apr 11, 2023
d254988
Fixes sub-section headers.
DanielAdriaansen Apr 11, 2023
5568924
Adds note about sample commands.
DanielAdriaansen Apr 11, 2023
113db08
Fixes table references and also adds note about assumed path location…
DanielAdriaansen Apr 11, 2023
e1e298a
Big overhaul to the beginning of the 2D dataplane section.
DanielAdriaansen Apr 11, 2023
dc74182
Fixes table problems.
DanielAdriaansen Apr 11, 2023
5aeeea9
Updates the rest of the gridded data section.
DanielAdriaansen Apr 11, 2023
43319b6
Fixes warning and tweaks table.
DanielAdriaansen Apr 11, 2023
549aa68
Adds required Python version and attempts to fix RST link warning.
DanielAdriaansen Apr 11, 2023
38952d6
Adds placeholder for examples of pyembed with 2D gridded dataplanes.
DanielAdriaansen Apr 11, 2023
489b6e8
Adds a better table name for the 2D attribute table.
DanielAdriaansen Apr 11, 2023
993ec8c
#2285 Changed argument usecols to col_start and col_last for read_mpr
Apr 13, 2023
9fae26f
#2285 Changed argument usecols to col_start and col_last for read_mpr
Apr 13, 2023
236d59c
#2285 Changed spaces for indent (4 to 3)
Apr 13, 2023
632dcf1
#2285 Renamed load_txt to read_2d_text_input. Removed get_grid_metada…
Apr 13, 2023
b4ac64f
Merge branch 'feature_2285_read_point_data' of github.com:dtcenter/ME…
Apr 13, 2023
d13c9f3
#2474 Avoid the devision by 0
Apr 14, 2023
816c629
#2474 Check if n_alloc is a negative value
Apr 14, 2023
d3644ea
@2474 Check if E is not allocated before accessing it
Apr 14, 2023
bcf2341
#2474 Sets n at write_job_aggr_seeps and write_job_aggr_seeps_mpr
Apr 14, 2023
3e65a97
#2474 Initialize n to 0
Apr 14, 2023
f33b3a5
Some more tweaks to the 2D gridded dataplane section.
DanielAdriaansen Apr 14, 2023
97d3ec7
Adds sample GridStat Python Embedding example.
DanielAdriaansen Apr 14, 2023
f71cb4e
Updates to the point observation section and adds stub for the MET Py…
DanielAdriaansen Apr 14, 2023
1b92a9d
More updates for point observations section.
DanielAdriaansen Apr 14, 2023
f5a164d
#2474 renamed create_header_attrs to set_dataplane_attrs
Apr 14, 2023
d0516f8
Removes subsection to consolidate info for point observations.
DanielAdriaansen Apr 14, 2023
55dc1a9
#2474 Corrected API name, get_sample_point_obs
Apr 14, 2023
32d0f5b
#2474 Formating (intend)
Apr 14, 2023
3f09e21
@2474 Updated comments
Apr 14, 2023
d4c8844
#2474 Removed the convertion option
Apr 14, 2023
f921a9a
Merge branch 'feature_2285_read_point_data' of github.com:dtcenter/ME…
Apr 14, 2023
9b1134c
Cleans up code-block formatting and adds captions to relevant code bl…
DanielAdriaansen Apr 14, 2023
7d70498
Adds example of dual Python embedding for PointStat.
DanielAdriaansen Apr 14, 2023
abad322
Updates to the MPR section.
DanielAdriaansen Apr 14, 2023
38a7478
Removes Python embedding example and moves to Appendix F.
DanielAdriaansen Apr 14, 2023
aadfb92
Corrects RST error.
DanielAdriaansen Apr 14, 2023
e179642
RST link errors.
DanielAdriaansen Apr 14, 2023
a766cab
@2474 Changed long pointer to LongArray
Apr 14, 2023
b197624
#2474 Use LongArray for NetCDF API
Apr 14, 2023
47af55d
#2474 Formating (intend), Moved convert_point_data to under met_point…
Apr 14, 2023
aa395e5
Merge branch 'feature_2285_read_point_data' of github.com:dtcenter/ME…
Apr 14, 2023
c893ed0
#2474 Formating (intend), Moved convert_point_data to under met_point…
Apr 14, 2023
422baa3
#2474 Changed 0 to nullptr
Apr 14, 2023
af6712c
#2474 Assign FO_Node instead of calling memcpy
Apr 15, 2023
08aeeec
#2285 Check and give wwarning if met_point_data or point_data is miss…
Apr 17, 2023
465be3e
A few grammar/typo fixes.
DanielAdriaansen Apr 17, 2023
d28d550
Adds error messages for Python embedding if MET is not Python enabled.
DanielAdriaansen Apr 17, 2023
8b5989d
Removes examples for MPR/StatAnalysis since it's really just command …
DanielAdriaansen Apr 17, 2023
716f922
Adds brief blurb about the MET Python package.
DanielAdriaansen Apr 17, 2023
5244b66
Corrects path in MPR example and removes MET_BASE.
DanielAdriaansen Apr 17, 2023
d199e17
Update docs/Users_Guide/appendixF.rst
DanielAdriaansen Apr 17, 2023
fb43a77
Update docs/Users_Guide/appendixF.rst
DanielAdriaansen Apr 17, 2023
9890fd8
Adds missing scripts directory for two commands.
DanielAdriaansen Apr 17, 2023
2334d1a
Merge branch 'feature_2285_read_point_data' of github.com:dtcenter/ME…
DanielAdriaansen Apr 17, 2023
c3ab2c2
Merge pull request #2512 from dtcenter/feature_2474_sonarqube_finding…
hsoh-u Apr 18, 2023
9364ae1
Update appendixF.rst
DanielAdriaansen Apr 18, 2023
ccd2612
Updates the MET_PYTHON_INPUT_ARG section of the documentation.
DanielAdriaansen Apr 19, 2023
7eef4df
Merge branch 'feature_2285_read_point_data' of github.com:dtcenter/ME…
DanielAdriaansen Apr 19, 2023
a849167
Breaks long command into 2 lines for readability.
DanielAdriaansen Apr 19, 2023
89a2cff
#2474 Check the offset
Apr 19, 2023
0071adf
Merge pull request #2509 from dtcenter/feature_2285_read_point_data
hsoh-u Apr 20, 2023
c7df68f
#2474 cleanup
Apr 20, 2023
60dcd4e
#2474 Added comment
Apr 20, 2023
22fbca7
Merge pull request #2515 from dtcenter/feature_2474_sonarqube_finding…
hsoh-u Apr 20, 2023
2f527ef
Hotfix to the develop branch to fix the formatting of two Debug(0) me…
JohnHalleyGotway Apr 21, 2023
5293de4
Bugfix 2518 dtypes appf docs (#2519)
DanielAdriaansen Apr 23, 2023
530ca20
Feature develop update install files (#2516)
jprestop Apr 23, 2023
bf0e5ad
Feature #2517 v11.1.0-beta2 (#2522)
JohnHalleyGotway Apr 23, 2023
801e485
#2521 Changed a double pointer to DoubleArray for SonarQube
Apr 26, 2023
6a0209e
Revert "#2521 Changed a double pointer to DoubleArray for SonarQube"
Apr 26, 2023
ec92890
#2521 Changed module() to get_module() because module becomes a keywo…
Apr 26, 2023
3eb3604
#2521 Added data_len argument to get_filtered_nc_data_2d
Apr 26, 2023
0a38a44
Checks if Nelements is a negative value
Apr 26, 2023
b2de76c
#2521 Checks the boundary.
Apr 26, 2023
9bf9595
Corrected hdr_cnt from python embedding
Apr 27, 2023
4064ff9
Rollback
Apr 27, 2023
ad2fada
#2525 Correctnhdr from python embedding for 11 column data
Apr 27, 2023
68df283
#2525 Use -9999. as a missing value
Apr 27, 2023
dad2812
#2525 Removed a log message
Apr 27, 2023
38e68e7
Merge pull request #2529 from dtcenter/bugfix_2525_nhdr_1_off
hsoh-u Apr 28, 2023
571ddf9
Corrected typo: "findinds" to "findings"
jprestop Apr 28, 2023
8b9d8ab
Feature develop cycle change (#2528)
lisagoodrich Apr 28, 2023
cc315e1
Feature #2517 v11.1.0-beta2-try2 (#2530)
JohnHalleyGotway Apr 28, 2023
f9051bb
Update release-notes.rst
JohnHalleyGotway Apr 28, 2023
bc39161
Merge pull request #2526 from dtcenter/feature_2521_sonarqube_finding…
hsoh-u May 3, 2023
2220a8f
Update .readthedocs.yaml
jprestop May 4, 2023
48f9ffb
Bugfix 2531 compilation errors (#2533)
jprestop May 5, 2023
728e031
Doc-only change to fix 2 bad links in the Stat-Analysis chapter.
JohnHalleyGotway May 5, 2023
815b78d
Merge branch 'develop' of https://github.com/dtcenter/MET into develop
JohnHalleyGotway May 5, 2023
39d61b7
Feature #2517 v11.1.0-beta2-try3 (#2534)
JohnHalleyGotway May 5, 2023
d2345e2
Bugfix #2531 compilation_errors_configure (#2535)
JohnHalleyGotway May 5, 2023
a9eae78
Update release-notes.rst
jprestop May 8, 2023
fbabd80
Fix formatting
jprestop May 8, 2023
d2f024d
Fix formatting problem
jprestop May 8, 2023
4d70cf8
Hopefully fixing formatting
jprestop May 8, 2023
349e3ec
Adding ==0.3.0 to sphinx-design
jprestop May 9, 2023
8fd7d94
#2521 Move down using statement after include
May 10, 2023
93a11c7
#2521 Remove these useless parentheses
May 10, 2023
ed9a5e6
#2521 Move #include statement to the top of the file
May 10, 2023
3138e3c
#2521 Move #include statement to the top of the file and removed thes…
May 10, 2023
54f2abb
#2521 Move #include statement to the top of the file and removed thes…
May 10, 2023
6032e7b
#2521 Used nullptr
May 10, 2023
324d3d0
#2521 Move #include statement to the top of the file
May 10, 2023
7f31d65
#2521 Appended name space std to ostream
May 10, 2023
c46b83c
#2521 Appended the namespace std to ostream
May 10, 2023
840c5df
#2521 defined int j out of for loop)
May 10, 2023
0502262
Feature #2523 dim_order (#2524)
JohnHalleyGotway May 10, 2023
66ef8a9
Feature #2425 tc_stat_rirw (#2536)
sethlinden May 10, 2023
682669e
Feature #1060 shapes (#2537)
JohnHalleyGotway May 10, 2023
593f2d3
Adding the update truth data workflow to the develop branch.
JohnHalleyGotway May 11, 2023
8c040c6
Merge remote-tracking branch 'origin/develop-ref' into develop
metplus-bot May 11, 2023
bfae0e4
Update update_truth.yml
JohnHalleyGotway May 11, 2023
1e54976
#2521 Added asignment operator with noexcept keyword
May 11, 2023
49f65b8
#2521 Added asignment operator with noexcept keyword to InputInfo
May 11, 2023
dc5ddfc
#2521 Added asignment operator with noexcept keyword to SSIDXData
May 11, 2023
0417e8a
#2521 Added asignment operator with noexcept keyword to ObsErrorInfo
May 11, 2023
ba80c23
#2521 Added asignment operator with noexcept keyword to GenesisEventInfo
May 11, 2023
a754b74
#2521 Added asignment operator with noexcept keyword to ConvData and …
May 11, 2023
577dd4f
#2521 Added asignment operator with noexcept keyword to derive_var_cfg
May 11, 2023
caf4bd7
Per #2542 develop gheidke (#2543)
JohnHalleyGotway May 15, 2023
089ea94
Update config entries for GenEnsProd, EnsembleStat
j-opatz May 15, 2023
e527ab5
Merge remote-tracking branch 'origin/develop-ref' into develop
metplus-bot May 15, 2023
77261b9
Feature #2545 interest_bounds (#2546)
JohnHalleyGotway May 18, 2023
5f8d794
#2521 Refactoring to reduce the depth of if/for
May 18, 2023
564f572
#2521 Refactoring to reduce the depth of if/for
May 18, 2023
b69d834
#5221 Changed strtok to strtok_r
May 18, 2023
8a7c42f
Adding Release Support Policy info
jprestop May 22, 2023
1b4704a
Feature 2540 2485 compilation (#2548)
jprestop May 24, 2023
5988bbe
Update appendixC.rst
j-opatz May 25, 2023
115618f
#2525 Keep the embedded name to pyembed_name
Jun 6, 2023
facad27
#2525 Corrected typo
Jun 6, 2023
874af60
#2525 Added logger,py
Jun 6, 2023
fd86643
#2525 Added logger,py
Jun 6, 2023
ed9090e
#2525 Call the wrapper which validates the MET data
Jun 6, 2023
8103d00
#2525 Added validate_met_data and drived from logger.
Jun 6, 2023
76ac508
#2525 Remormatting and support fill_value/min_value/max_value
Jun 6, 2023
4377a78
#2521 Cast to char
Jun 7, 2023
87863d4
#2521Added explicit to construcore
Jun 7, 2023
26ffda3
#2521Added explicit to construcore
Jun 7, 2023
305cf34
#2521 USe nullptr instead of 0
Jun 7, 2023
8ad40ac
#2521 Added explicit to non default constructor
Jun 7, 2023
cf9e9a2
#2521 Release allocated memory
Jun 7, 2023
14d21dd
#2521 applied constexpr
Jun 7, 2023
71ba7be
#2521 Excluded three vaiables which are declared at basic/vx_cal/unix…
Jun 7, 2023
b5cc588
#2521 Applied explicit & virtual
Jun 7, 2023
8c33179
#2521 Fixed code smells
Jun 7, 2023
5344987
Merge remote-tracking branch 'origin/develop' into feature_2521_sonar…
Jun 7, 2023
4178281
Feature #2552 gtwo (#2553)
JohnHalleyGotway Jun 9, 2023
2356283
Feature #2532 tc_winds (#2561)
JohnHalleyGotway Jun 9, 2023
665411e
Feature #2508 mrms (#2559)
JohnHalleyGotway Jun 9, 2023
0195876
Feature #2487 little_r (#2562)
JohnHalleyGotway Jun 9, 2023
a59965f
Feature #2168 tc_diag (#2555)
JohnHalleyGotway Jun 9, 2023
f5cdb46
Merge remote-tracking branch 'origin/develop-ref' into develop
metplus-bot Jun 12, 2023
6bfca8c
Removed min_value/max_value
Jun 12, 2023
9b3e9c4
Merge remote-tracking branch 'origin/develop' into feature_2525_fill_…
JohnHalleyGotway Jun 12, 2023
736bb46
Bugfix #2514 develop clang (#2563)
JohnHalleyGotway Jun 12, 2023
2fc0f59
#2525 Removed min_value/max_value
Jun 12, 2023
325ecbf
Merge branch 'feature_2525_fill_value_at_dataplane' of github.com:dtc…
Jun 12, 2023
cf9bdc2
Feature #1693 equal_area (#2567)
JohnHalleyGotway Jun 12, 2023
d0ac3f7
#2521 Rolback read_bufr_vars
Jun 12, 2023
17a5062
#2525 FIlter out None value to NetCDF attribute
Jun 13, 2023
c67184e
Merge remote-tracking branch 'origin/develop' into feature_2521_sonar…
JohnHalleyGotway Jun 13, 2023
a822271
Per #2521, fix compilation
JohnHalleyGotway Jun 13, 2023
e642d6d
#2525 Cleanup and updated log messages
Jun 13, 2023
3cff256
Updates to documentation.
DanielAdriaansen Jun 13, 2023
3a26bed
Forgot column width. ci-skip-unit-tests
DanielAdriaansen Jun 13, 2023
2dafd53
Forgot closing > ci-skip-unit-tests.
DanielAdriaansen Jun 13, 2023
9e291d4
Extra colon.
DanielAdriaansen Jun 13, 2023
84f59e7
Adjusts table formatting and links.
DanielAdriaansen Jun 13, 2023
76770fa
Merge pull request #2557 from dtcenter/feature_2525_fill_value_at_dat…
hsoh-u Jun 13, 2023
203ec34
#2521 Corrected nearest day at adjuste_day_for_month_year_units. Upda…
Jun 13, 2023
4bc904f
Merge branch 'feature_2521_sonarqube_code_smell' of github.com:dtcent…
Jun 13, 2023
fa1b344
#2521 MOved down using namespace below include statements
Jun 13, 2023
2e1ab81
#2521 Added namespace std to ofstream
Jun 13, 2023
2ccd2ec
#2521 Added std namespace
Jun 13, 2023
5440712
#2521 Moved down using namespace below inculde statsments
Jun 13, 2023
982b12b
#2521 Put code back instead of calling adjuste_day_for_month_year_units
Jun 14, 2023
3fa03ed
#2521 Put old code back at add_to_unixtime
Jun 14, 2023
11c7fba
Merge pull request #2570 from dtcenter/feature_2521_sonarqube_code_smell
hsoh-u Jun 14, 2023
58f25c0
Feature #2566 v11.1.0-rc1 (#2573)
JohnHalleyGotway Jun 14, 2023
b1b4a43
Minor fix to the formatting of the tc_diag usage statement.
JohnHalleyGotway Jun 15, 2023
e7f7b97
Bugfix #2575 develop python_convert (#2576)
JohnHalleyGotway Jun 15, 2023
9f9b4cd
Feature #1283 mvmode mods (#2569)
davidalbo Jun 16, 2023
cc9988e
Merge branch 'develop' of https://github.com/dtcenter/MET into develop
JohnHalleyGotway Jun 16, 2023
a5bf532
Update the MET-11.1.0-RC1 release date to 20230616.
JohnHalleyGotway Jun 16, 2023
c86f187
Merge remote-tracking branch 'origin/develop-ref' into develop
metplus-bot Jun 19, 2023
51f5367
Per #2582, update unit_plot_tc.xml to use the -save_data option.
JohnHalleyGotway Jun 21, 2023
10b1480
modified the config for mode regarding multivar_intensity_flag
davidalbo Jul 7, 2023
2339ad4
Merge latest development from main_v11.1 into develop (#2623)
JohnHalleyGotway Aug 1, 2023
bc95512
Merge remote-tracking branch 'origin/develop-ref' into develop
metplus-bot Aug 1, 2023
ad4912f
Remove NPO and SPO from appendixB.rst
JohnHalleyGotway Aug 14, 2023
b0eab2d
Bugfix #2644 develop percentile (#2647)
JohnHalleyGotway Aug 16, 2023
1ebc778
Feature #2648 mode_cts (#2655)
JohnHalleyGotway Aug 21, 2023
1b9f9af
Merge remote-tracking branch 'origin/develop-ref' into develop
metplus-bot Aug 22, 2023
72ba774
Feature #2659 develop templates (#2664)
JohnHalleyGotway Aug 22, 2023
3086238
Feature 2643 generic install (#2657)
jprestop Aug 23, 2023
1990cfa
Feature #2665 diff_seeps (#2668)
JohnHalleyGotway Aug 23, 2023
ad4ef2c
#2650 Changed the hotsname to needham and token to login
Aug 24, 2023
7f913b1
Merge pull request #2670 from dtcenter/feature_2650_sonarqube_server_…
hsoh-u Aug 24, 2023
ba6a368
#2640 Added nlocs to metadata_map
Aug 31, 2023
43316ae
#2640 Changed 0 to nullptr
Aug 31, 2023
2dba690
#2640 Added namespace for map
Aug 31, 2023
a797db6
#2640 Added is_in_metadata_map and get the dimension name or veriable…
Aug 31, 2023
e65360f
#2640 Corrected lat/lon variable names
Aug 31, 2023
00a98f2
#2640 Do not initialize metadata_name at find_meta_name
Sep 1, 2023
1dd0917
Merge pull request #2674 from dtcenter/feature_2640_ioda2nc_dimension
hsoh-u Sep 5, 2023
1ccc067
Feature #2669 proj (#2672)
JohnHalleyGotway Sep 5, 2023
ff667fa
Feature #2669 proj METbaseimage v3.0 (#2675)
JohnHalleyGotway Sep 6, 2023
a2f6bbd
Merge remote-tracking branch 'origin/develop-ref' into develop
metplus-bot Sep 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ Describe the steps to reproduce the behavior:
- [ ] Select **scientist(s)** or **no scientist** required

### Labels ###
- [ ] Review default **alert** labels
- [ ] Select **component(s)**
- [ ] Select **priority**
- [ ] Select **requestor(s)**

### Projects and Milestone ###
- [ ] Select **Organization** level **Project** for support of the current coordinated release
- [ ] Select **Repository** level **Project** for development toward the next official release or add **alert: NEED CYCLE ASSIGNMENT** label
### Milestone and Projects ###
- [ ] Select **Milestone** as the next bugfix version
- [ ] Select **Coordinated METplus-X.Y Support** project for support of the current coordinated release
- [ ] Select **MET-X.Y.Z Development** project for development toward the next official release

## Define Related Issue(s) ##
Consider the impact to the other METplus components.
Expand All @@ -70,14 +71,14 @@ Branch name: `bugfix_<Issue Number>_main_<Version>_<Description>`
Pull request: `bugfix <Issue Number> main_<Version> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Development** issue
Select: **Organization** level software support **Project** for the current coordinated release
Select: **Milestone** as the next bugfix version
Select: **Coordinated METplus-X.Y Support** project for support of the current coordinated release
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Complete the steps above to fix the bug on the **develop** branch.
Branch name: `bugfix_<Issue Number>_develop_<Description>`
Pull request: `bugfix <Issue Number> develop <Description>`
Select: **Reviewer(s)** and **Development** issue
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
Select: **MET-X.Y.Z Development** project for development toward the next official release
- [ ] Close this issue.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ Consider breaking the enhancement down into sub-issues.
- [ ] Select **scientist(s)** or **no scientist** required

### Labels ###
- [ ] Review default **alert** labels
- [ ] Select **component(s)**
- [ ] Select **priority**
- [ ] Select **requestor(s)**

### Projects and Milestone ###
- [ ] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED CYCLE ASSIGNMENT** label
- [ ] Select **Milestone** as the next official version or **Future Versions**
### Milestone and Projects ###
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
- [ ] For the next official version, select the **MET-X.Y.Z Development** project

## Define Related Issue(s) ##
Consider the impact to the other METplus components.
Expand All @@ -58,9 +59,9 @@ Branch name: `feature_<Issue Number>_<Description>`
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Development** issues
Select: **Repository** level development cycle **Project** for the next official release
Select: **Reviewer(s)** and **Development** issue
Select: **Milestone** as the next official version
Select: **MET-X.Y.Z Development** project for development toward the next official release
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/new_feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ Consider breaking the new feature down into sub-issues.
- [ ] Select **scientist(s)** or **no scientist** required

### Labels ###
- [ ] Review default **alert** labels
- [ ] Select **component(s)**
- [ ] Select **priority**
- [ ] Select **requestor(s)**

### Projects and Milestone ###
- [ ] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED CYCLE ASSIGNMENT** label
- [ ] Select **Milestone** as the next official version or **Future Versions**
### Milestone and Projects ###
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
- [ ] For the next official version, select the **MET-X.Y.Z Development** project

## Define Related Issue(s) ##
Consider the impact to the other METplus components.
Expand All @@ -62,9 +63,9 @@ Branch name: `feature_<Issue Number>_<Description>`
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Development** issues
Select: **Repository** level development cycle **Project** for the next official release
Select: **Reviewer(s)** and **Development** issue
Select: **Milestone** as the next official version
Select: **MET-X.Y.Z Development** project for development toward the next official release
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/sub-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ This is a sub-issue of #*List the parent issue number here*.
- [ ] Select **scientist(s)** or **no scientist** required

### Labels ###
- [ ] Review default **alert** labels
- [ ] Select **component(s)**
- [ ] Select **priority**
- [ ] Select **requestor(s)**

### Projects and Milestone ###
- [ ] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED CYCLE ASSIGNMENT** label
- [ ] Select **Milestone** as the next official version or **Future Versions**
### Milestone and Projects ###
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
- [ ] For the next official version, select the **MET-X.Y.Z Development** project
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ Consider breaking the task down into sub-issues.
- [ ] Select **scientist(s)** or **no scientist** required

### Labels ###
- [ ] Review default **alert** labels
- [ ] Select **component(s)**
- [ ] Select **priority**
- [ ] Select **requestor(s)**

### Projects and Milestone ###
- [ ] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED CYCLE ASSIGNMENT** label
- [ ] Select **Milestone** as the next official version or **Future Versions**
### Milestone and Projects ###
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
- [ ] For the next official version, select the **MET-X.Y.Z Development** project

## Define Related Issue(s) ##
Consider the impact to the other METplus components.
Expand All @@ -58,9 +59,9 @@ Branch name: `feature_<Issue Number>_<Description>`
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Development** issues
Select: **Repository** level development cycle **Project** for the next official release
Select: **Reviewer(s)** and **Development** issue
Select: **Milestone** as the next official version
Select: **MET-X.Y.Z Development** project for development toward the next official release
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
2 changes: 1 addition & 1 deletion .github/jobs/set_job_controls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run_unit_tests=false
run_diff=false
run_update_truth=false
met_base_repo=met-base
met_base_tag=v2.0_debian10
met_base_tag=v3.0
input_data_version=develop
truth_data_version=develop

Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors
- [ ] Complete the PR definition above.
- [ ] Ensure the PR title matches the feature or bugfix branch name.
- [ ] Define the PR metadata, as permissions allow.
Select: **Reviewer(s)**
Select: **Organization** level software support **Project** or **Repository** level development cycle **Project**
Select: **Reviewer(s)** and **Development** issue
Select: **Milestone** as the version that will include these changes
Select: **Coordinated METplus-X.Y Support** project for bugfix releases or **MET-X.Y.Z Development** project for official releases
- [ ] After submitting the PR, select the :gear: icon in the **Development** section of the right hand sidebar. Search for the issue that this PR will close and select it, if it is not already selected.
- [ ] After the PR is approved, merge your changes. If permissions do not allow this, request that the reviewer do the merge.
- [ ] Close the linked issue and delete your feature or bugfix branch from GitHub.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_and_trigger_metplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
SOURCE_BRANCH: ${{ steps.get_branch_name.outputs.branch_name }}-lite
MET_BASE_REPO: met-base
MET_BASE_TAG: v2.0_debian10
MET_BASE_TAG: v3.0

- name: Push Docker Image
run: .github/jobs/push_docker_image.sh
Expand Down
5 changes: 5 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ sub-directory, or the MET Online Tutorial:
$MET_<lib>LIB pointing to the directory with the library files. If
$MET_<lib>INC and $MET_<lib>LIB are defined, then $MET_<lib> is ignored.

- Set $MET_PROJ to point to the main Proj directory, or set
$MET_PROJINC to point to the directory with the Proj include files
and set $MET_PROJLIB to point to the directory with the Proj
library files.

- Set $MET_NETCDF to point to the main NetCDF directory, or set
$MET_NETCDFINC to point to the directory with the NetCDF include files
and set $MET_NETCDFLIB to point to the directory with the NetCDF
Expand Down
3 changes: 3 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ MET_HDFLIB = @MET_HDFLIB@
MET_NETCDF = @MET_NETCDF@
MET_NETCDFINC = @MET_NETCDFINC@
MET_NETCDFLIB = @MET_NETCDFLIB@
MET_PROJ = @MET_PROJ@
MET_PROJINC = @MET_PROJINC@
MET_PROJLIB = @MET_PROJLIB@
MET_PYTHON_BIN_EXE = @MET_PYTHON_BIN_EXE@
MET_PYTHON_CC = @MET_PYTHON_CC@
MET_PYTHON_LD = @MET_PYTHON_LD@
Expand Down
Loading