{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":65837562,"defaultBranch":"master","name":"WPS","ownerLogin":"wrf-model","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-08-16T16:52:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/12666893?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718230454.0","currentOid":""},"activityList":{"items":[{"before":"560357bbb698aa0f658988c070b36c7c5f78f5ed","after":"0988f3170654453ba7fd3e7c276e1cd3bb8335b2","ref":"refs/heads/develop","pushedAt":"2024-06-12T22:21:21.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'master' into develop\n\nThis merge brings changes from the v4.6.0 release into the develop branch, and\nit connects the v4.6.0 tag to future development on the develop branch.\n\n* master:\n Update version number to 4.6.0","shortMessageHtmlLink":"Merge branch 'master' into develop"}},{"before":"5a2ae63988e632405a4504cfb143ce7f0230a7a0","after":"335c76a111f84503e8b963abaf273ea8053645bb","ref":"refs/heads/master","pushedAt":"2024-06-12T22:19:46.000Z","pushType":"push","commitsCount":74,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'release-v4.6.0'\n\nThis merge finalizes the v4.6.0 release by adding changes from the\n'release-v4.6.0' branch onto the 'master' branch.","shortMessageHtmlLink":"Merge branch 'release-v4.6.0'"}},{"before":null,"after":"006e1bb5b150c909f41b5e9043b924f6ea5bec0d","ref":"refs/heads/release-v4.6.0","pushedAt":"2024-06-12T18:43:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Update version number to 4.6.0\n\nThe version number is set in the top-level README, the compile script,\nand the geogrid and metgrid global attributes.","shortMessageHtmlLink":"Update version number to 4.6.0"}},{"before":"f5e377a2c4664568e2ae6fb8f31f6d59552965b1","after":"560357bbb698aa0f658988c070b36c7c5f78f5ed","ref":"refs/heads/develop","pushedAt":"2024-06-12T18:43:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'configure_FFLAGS_fix' into develop (PR #255)\n\nThis merge adds logic to expand the $(FORMAT_FREE) Make variable when extracting\nFFLAGS from the configure.wps file in the configure script.\n\nWith commit 48f7904, Fortran free-format flags were moved from FFLAGS into a\nseparate Make variable named FORMAT_FREE in the arch/configure.defaults file.\nBecause the configure script extracts FFLAGS from the configure.wps file when\ncompiling test programs, the $(FORMAT_FREE) variable is not expanded, leading to\ncompilation errors for test programs.\n\nThis merge introduces extra logic in the configure script to expand\n$(FORMAT_FREE) in the FFLAGS string to the specification of the FORMAT_FREE\nvariable in the configure.wps file, allowing for a full set of valid compiler\nflags to be used when compiling test programs.\n\nNote: If FORMAT_FREE itself contains Make variables, these will not be\nrecursively expanded. Also, $(FORMAT_FREE) is the only Make variable that is\nexpanded in FFLAGS at present.","shortMessageHtmlLink":"Merge branch 'configure_FFLAGS_fix' into develop (PR #255)"}},{"before":"085d6f84ec9e21724e26b2c5527fe2c2f0f6473c","after":"f5e377a2c4664568e2ae6fb8f31f6d59552965b1","ref":"refs/heads/develop","pushedAt":"2024-06-06T23:11:09.000Z","pushType":"push","commitsCount":45,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'cmakeBuild' into develop (PR #230)\n\nThis merge introduces a CMake build capability to complement the CMake build in\nWRF. Building the WPS with CMake requires that WRF was also compiled with CMake\n(provided the geogrid and metgrid programs are to be built).\n\nThe WPS CMake build follows the same procedure as the WRF build procedure, using\nthe following:\n\n ./configure_new\n ./compile_new\n\nThe prompts will look similar and present the user with available options\nspecific to their system.\n\n* cmakeBuild: (44 commits)\n Give detailed error info when WRF not found, and fail if it was requested\n Be more explicit with external source code to be compiled\n Use abs paths\n Update WRF find logic\n Switch default to no\n Allow for building just ungrib\n Set fortran fixed for these targets\n Reorder library linking so symbols are properly resolved\n Add snippet about cmake compilation\n Install main bins with .exe links similar to WRF cmake\n Better usage of build externals with updates to find jasper and note zlib\n Move compiled fortran modules to a subdir in install\n Sync with WRF developments\n Sync with WRF updates for better option outputs\n Set cpp flags to defaults\n Better control over finding WRF\n Use WRF better Jasper module for control of versioning\n Sync netCDF modules with WRF\n Sync with WRF\n Splitting defs in case we ever need to handle them differently\n ...","shortMessageHtmlLink":"Merge branch 'cmakeBuild' into develop (PR #230)"}},{"before":"7a1df3731b752af5e6c70fbe5ab4690d1fd2bc94","after":"085d6f84ec9e21724e26b2c5527fe2c2f0f6473c","ref":"refs/heads/develop","pushedAt":"2024-06-06T22:50:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'vtable_may24' into develop (PR #251)\n\nThis merge updates the README and comments in some of the NCEP Vtables.\n\nThe README has been modified to list only the files currently in the Vtable\ndirectory. The comments in the NCEP Vtables have been updated to contain the\ncurrent download paths and model revision history. No changes to functionality.\n\n* vtable_may24:\n Update the README and comments in some of the NCEP Vtables.","shortMessageHtmlLink":"Merge branch 'vtable_may24' into develop (PR #251)"}},{"before":"c8ce54571e1cc14a03ce94020b58a6cf2926a540","after":"7a1df3731b752af5e6c70fbe5ab4690d1fd2bc94","ref":"refs/heads/develop","pushedAt":"2024-06-06T22:38:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'g2print_jun24' into develop (PR #253)\n\nThis merge updates g2print to accommodate CMA GFS fields, and it also add a\ncouple of NCEP GFS fields. These changes only affect the labelling of fields,\nnot their decoding.\n\n* g2print_jun24:\n Update g2print to accommodate CMA GFS fields. Add a couple of NCEP GFS fields...","shortMessageHtmlLink":"Merge branch 'g2print_jun24' into develop (PR #253)"}},{"before":"bc3ed2731d7678af4bf47f6521f07d4dda90dd88","after":"c8ce54571e1cc14a03ce94020b58a6cf2926a540","ref":"refs/heads/develop","pushedAt":"2024-05-13T21:27:49.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'generic_mpi_oneAPI_stanza' into develop (PR #250)\n\nThis merge adds a new configuration stanza for the Intel oneAPI compilers, with\ncompiler wrapper names appropriate for most MPI implementations.\n\nAlso included in this merge is an update to the logic in the configure script to\nprint compiler version information for the ifx compiler.\n\n* generic_mpi_oneAPI_stanza:\n Switch from 'mpifort' to 'mpif90' in the Intel oneAPI compilers stanza\n Change \"Intel compiler\" to \"Intel Classic compilers\" in configure.defaults\n Add configuration stanza for the Intel oneAPI compilers\n Update 'compile' script to support version info for 'ifx' compiler","shortMessageHtmlLink":"Merge branch 'generic_mpi_oneAPI_stanza' into develop (PR #250)"}},{"before":"0ab137245b23b60f1759221e9172cdf54ac0ff53","after":"bc3ed2731d7678af4bf47f6521f07d4dda90dd88","ref":"refs/heads/develop","pushedAt":"2024-05-13T21:27:29.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'patch-2' into develop (PR #222)\n\nThis merge adds GRIB2 table parameter codes for the ECMWF open data (0.4-deg\nresolution), and it also adds the GRIB1 geopotential height code.\n\nNote that the ECMWF open data do not currently contain the complete set of\nfields required to initialize a WRF simulation.","shortMessageHtmlLink":"Merge branch 'patch-2' into develop (PR #222)"}},{"before":"1a50a7c71f53cc8b1cf2fd2b30af55d40d44d431","after":"0ab137245b23b60f1759221e9172cdf54ac0ff53","ref":"refs/heads/develop","pushedAt":"2024-05-09T20:27:23.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'wrf_distributed_urban_params' into develop (PR #244)\n\nThis merge adds variables to the GEOGRID.TBL.ARW file that are needed for SLUCM\nwith 2-d maps of urban parameters and anthropogenic heat.\n\nThanks to Do Ngoc Khanh (Shibaura Institute of Technology).","shortMessageHtmlLink":"Merge branch 'wrf_distributed_urban_params' into develop (PR #244)"}},{"before":"3e445a2e7d3cd976d7fe9570410c017b33fa65da","after":"1a50a7c71f53cc8b1cf2fd2b30af55d40d44d431","ref":"refs/heads/develop","pushedAt":"2024-05-07T19:18:38.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"islas","name":"Anthony Islas","path":"/islas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/128631809?s=80&v=4"},"commit":{"message":"Merge pull request #245 from islas/intel-oneAPI\n\nSyntax fixes for intel oneAPI icx compiler","shortMessageHtmlLink":"Merge pull request #245 from islas/intel-oneAPI"}},{"before":"81fc0d8aa96237b599338eb367b34859ffc39754","after":"3e445a2e7d3cd976d7fe9570410c017b33fa65da","ref":"refs/heads/develop","pushedAt":"2024-05-07T02:17:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'update_GEOGRID.TBL.ARW.noahmp' into develop (PR #235)\n\nThis merge changes the name of the resolution for soilgrids fields from\n'soilgrids' to 'default' in the GEOGRID.TBL.ARW.noahmp file.\n\nPreviously, users would need to add 'soilgrids' to the specification of\ngeog_data_res in order to have the fields SOILCOMP, SOILCL1F, SOILCL2F,\nSOILCL3F, and SOILCL4F processed by the geogrid program.\n\n* update_GEOGRID.TBL.ARW.noahmp:\n changed 'soilgrids' in path & interp option to 'default'","shortMessageHtmlLink":"Merge branch 'update_GEOGRID.TBL.ARW.noahmp' into develop (PR #235)"}},{"before":"a22c0730138af592965137749575a4dde9ad89dc","after":"81fc0d8aa96237b599338eb367b34859ffc39754","ref":"refs/heads/develop","pushedAt":"2024-05-07T01:26:43.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'master' into develop\n\nThis merge brings changes from the v4.5 release into the develop branch, and it\nconnects the v4.5 tag to future development on the develop branch.\n\n* master:\n no need to write GEOPT and SPECHUMD in intermediate file\n Update version number to 4.5","shortMessageHtmlLink":"Merge branch 'master' into develop"}},{"before":"884c1d15ffc97407cb174a64e540eaf873aad997","after":"5a2ae63988e632405a4504cfb143ce7f0230a7a0","ref":"refs/heads/master","pushedAt":"2023-04-21T22:00:57.000Z","pushType":"push","commitsCount":26,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'release-v4.5'\n\nThis merge finalizes the v4.5 release by adding changes from the 'release-v4.5'\nbranch onto the 'master' branch.\n\n* release-v4.5:\n no need to write GEOPT and SPECHUMD in intermediate file\n Update version number to 4.5\n removal of unnecessary comment in Vtable.ICONm\n add short description about ICON Vtables to README\n add Vtable for ICON for model and pressure levels\n add support for level code 150 (e. g. for ICON-EU data) and automatic detection of the model\n add necessary field names to METGRID.TBL.ARW for ICON-EU\n modify rrpr.F to convert ICON soil moisture from kg m-2 to m3 m-3\n With the merge of PR #216, I think it should now be possible to remove the intermediate name that was less than 9 characters\n Use all 9 characters of namvar when printing field inventory in output() routine\n Increase idlen from 8 to 9 in new_storage.F to support nine-character names\n add global LCZ entry to GEOGRID.TBL\n Add -h/--help options to the 'configure' script\n Improve the calculation of rotation angle at sub-km grid scales\n Adds GFS total column ozone field to metgrid table and creates new Vtable with GFS ozone field.\n Adding entries for MAD-WRF","shortMessageHtmlLink":"Merge branch 'release-v4.5'"}},{"before":"b07ae29684d45835ae454eae9ead251294bfe194","after":"fc9333a86962dea552bddc0ba9877cb037cd99de","ref":"refs/heads/release-v4.5","pushedAt":"2023-04-21T15:34:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'fix-icon-vtable' into release-v4.5 (PR #223)\n\nThis merge modifies the recently added Vtable.ICONm and Vtable.ICONp Vtables for\nICON model-level and pressure-level data to avoid writing SPECHUMD and GEOPT to\nintermediate files. GEOPT is not needed, since HGT is calculated by ungrib, and\nSPECHUMD is not needed because RH can be calculated.\n\n* fix-icon-vtable:\n no need to write GEOPT and SPECHUMD in intermediate file","shortMessageHtmlLink":"Merge branch 'fix-icon-vtable' into release-v4.5 (PR #223)"}},{"before":null,"after":"b07ae29684d45835ae454eae9ead251294bfe194","ref":"refs/heads/release-v4.5","pushedAt":"2023-04-19T15:09:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Update version number to 4.5\n\nThe version number is set in the top-level README, the compile script,\nand the geogrid and metgrid global attributes.","shortMessageHtmlLink":"Update version number to 4.5"}},{"before":"ca11005bd53ff26351dc8d8e203b69a889fe675e","after":"a22c0730138af592965137749575a4dde9ad89dc","ref":"refs/heads/develop","pushedAt":"2023-04-13T15:31:27.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'ICON-support-V44' into develop (PR #221)\n\nThis merge adds support for ICON in the WPS.\n\nThe ICON grib2 data set is now able to be ingested by the ungrib program.\nInformation about the ICON data set can be found here:\nhttps://www.dwd.de/DWD/forschung/nwv/fepub/icon_database_main.pdf\n\n 1. Two Vtable files (pressure and model levels) have been created with the\n fields required by the WRF model. Minor changes have been adapted compared\n to PR #154.\n\n 2. Modifications to the ungrib source code: Adding support for level code 150\n in rd_grid2.F because model levels of ICON are on generalized vertical\n height coordinates. The general vertical height coordinate is not specified\n by vertical coordinate parameters but by providing a 3D field, that\n specifies the geometric height of every model grid point in meters. For more\n details, see Appendix in: https://www.dwd.de/DWD/forschung/nwv/fepub/icon_database_main.pdf\n\n 3. Addition of new soil levels: New soil levels from ICON are added to\n METGRID.TBL.ARW for metgrid.exe. Details about the soil levels in ICON can\n be found in the documentation (see above). Compared to PR #154 all available\n model levels (soil moisture and temperature) are included now.\n\n 4. Conversion of soil moisture units to those expected by the WRF model:\n The preprocessing in rrpr.F has to be modified to convert the units of\n column-integrated soil moisture provided by ICON from kg m-2 to m3 m-2 for\n WRF input.\n\n 5. Addition of an identifier for DWD models (ICON) in rd_grib2.F and rd_grib1.F\n as done by @WQadam\n\nThis merge has been tested with ICON-EU (~6.6 km resolution) data, but it should\nbe able to run with ICON-D2 (~2.2 km resolution) and ICON-Global. For the latter\nit needs to be converted from an icosahedral grid to a regular lat-lon grid.","shortMessageHtmlLink":"Merge branch 'ICON-support-V44' into develop (PR #221)"}},{"before":"a2daad4d47bca3cd1eb5fa522a11b55d49df9307","after":"ca11005bd53ff26351dc8d8e203b69a889fe675e","ref":"refs/heads/develop","pushedAt":"2023-04-13T15:15:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"},"commit":{"message":"Merge branch 'mettbl_madwrf' into develop (PR #206)\n\nThis merge adds entries to the METGRID.TBL for MAD-WRF. MAD-WRF requires the\nentries for CLDMASK, CLDBASEZ, CLDTOPZ, and BRTEMP in the METGRID.TBL file.\nThese variables are optional and can be used to improve the cloud analysis in\nreal.exe.","shortMessageHtmlLink":"Merge branch 'mettbl_madwrf' into develop (PR #206)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xMlQyMjoyMToyMS4wMDAwMDBazwAAAARjzKIp","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xMlQyMjoyMToyMS4wMDAwMDBazwAAAARjzKIp","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0xM1QxNToxNTo0OS4wMDAwMDBazwAAAAMYHjkX"}},"title":"Activity ยท wrf-model/WPS"}