{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":78567085,"defaultBranch":"master","name":"MPAS-Model","ownerLogin":"jherwehe","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2017-01-10T19:36:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16904596?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1713383350.0","currentOid":""},"activityList":{"items":[{"before":"02ce76973c3c32bc4fbf0eeccaf63d55ad8d4770","after":"eb62cd1e4755ac18e5c7d3a1c6dbac86821f733c","ref":"refs/heads/develop","pushedAt":"2024-07-02T14:27:45.000Z","pushType":"push","commitsCount":143,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'master' into develop\n\nThis merge introduces fixes from the release-v8.2.0 branch, and it connects the\nv8.2.0 tag to future commits on 'develop'.\n\n* master:\n Fix instances of incorrect quotes in init_atmosphere and atmosphere registries\n Add 'mp_thompson_aerosols' to list of possible_values for config_microp_scheme\n Add 'sf_noahmp' to list of possible_values for config_lsm_scheme\n Don't include FCINCLUDES in build options checked for build compatibility\n Ignore the entire physics_mmm subdirectory of src/core_atmosphere/physics\n Split physics source compilation from library updates for parallel builds\n Add missing dependency among physics in MPAS-A main physics Makefile\n Add 'sf_noahmp_in' package to Noah-MP static fields in atmosphere core registry\n Add module search paths to support compilation of Noah-MP code with nvfortran\n Update version number to 8.2.0\n Improve check on deallocation of hash table in mpas_geotile_mgr_finalize\n Add ONLY clause to USE statements for the 'mpi_f08' module\n Add \"-check all\" to LDFLAGS_DEBUG for 'intel' build target","shortMessageHtmlLink":"Merge branch 'master' into develop"}},{"before":"f084b36f8ac82eb1e76c426d3572339c36523c77","after":"942d402417e2206353f4ec432fefd6b1ce5e3c96","ref":"refs/heads/master","pushedAt":"2024-07-02T14:11:25.000Z","pushType":"push","commitsCount":149,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'release-v8.2.0'\n\nMPAS Version 8.2.0\n\nThis release of MPAS introduces several significant changes to MPAS-Atmosphere.\n\nNew physics\n\n * The Noah-MP v5.0.1 land-surface model is now available by setting\n config_lsm_scheme = 'sf_noahmp' in the &physics namelist group.\n\n - New static files that include the 'soilcomp', 'soilcl1', 'soilcl2',\n 'soilcl3', and 'soilcl4' fields are required when activating Noah-MP in\n the model.\n\n * The aerosol-aware Thompson microphysics (as in WRF v4.1.4) is available by\n setting config_microp_scheme = 'mp_thompson_aerosols' in the &physics\n namelist group.\n\n - An aerosol climatology file (QNWFA_QNIFA_SIGMA_MONTHLY.dat) is used when\n running the init_atmosphere_model program to produce initial and lateral\n boundary conditions for nifa and nwfa.\n\nPhysics changes\n\n * Physics schemes in the physics_mmm directory are now obtained from a\n separate, shared MMM-physics repository at compile time using the\n manage_externals tool.\n\n * The revised Monin-Obukhov scheme replaces the Monin-Obukhov scheme in the\n 'mesoscale_reference' suite.\n\nGPU capabilities\n\n * The scalar transport code has been ported to GPUs using OpenACC directives.\n\n - The atmosphere core must be compiled with OPENACC=true.\n - Additional timers in the log file capture host-device data transfer times.\n\nInfrastructure\n\n * The build system no longer requires an intermediate clean step when compiling\n one core before another.","shortMessageHtmlLink":"Merge branch 'release-v8.2.0'"}},{"before":"fe40f8c6a8eaceda261a41081fecfb2f764ba7d9","after":"02ce76973c3c32bc4fbf0eeccaf63d55ad8d4770","ref":"refs/heads/develop","pushedAt":"2024-04-29T15:02:09.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'master' into develop\n\nThis merge introduces fixes from the release-v8.1.0 branch, and it connects the\nv8.1.0 tag to future commits on 'develop'.\n\n* master:\n Fix memory leaks due to duplicate `allocate` calls on pointers\n * In ./src/core_atmosphere/physics/physics_mmm/bl_ysu.F, added the initialization...\n Update version number to 8.1.0","shortMessageHtmlLink":"Merge branch 'master' into develop"}},{"before":"585c96a87842e14db55c0d3063dec21b40a7e420","after":"f084b36f8ac82eb1e76c426d3572339c36523c77","ref":"refs/heads/master","pushedAt":"2024-04-29T14:48:31.000Z","pushType":"push","commitsCount":125,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'release-v8.1.0'\n\nMPAS Version 8.1.0\n\nThis release of MPAS introduces several updates and new capabilities for\nMPAS-Atmosphere, most notably:\n\n * The MYNN Surface Layer and Planetary Boundary Layer (PBL) schemes have been\n updated. The PBL scheme includes the options needed to run the Eddy\n Diffusivity Mass Flux (EDMF) scheme.\n\n * A separate driver for the parameterization of surface processes over sea-ice\n points has been added.\n\n * The build system now tests for the availability of the modern 'mpi_f08'\n module in the MPI library. If detected, the 'mpi_f08' module interface to\n Fortran MPI routines will be used in favor of the older 'mpi' module\n interface.\n\n * The atmosphere core now supports the storage and retrieval of time-invariant\n fields in a separate I/O stream, offering significant disk space savings,\n especially in cases where large ensembles or cycled simulations are being\n run.\n\n * The top-level Makefile provides a new 'intel' build target for the Intel\n oneAPI Fortran, C, and C++ compiler suite.\n\n * To support real-data simulations on meshes with grid distances approaching\n 1 km or less, the init_atmosphere core provides an option,\n config_30s_supersample_factor, for super-sampling of the 30 arc-second\n terrestrial fields (terrain, land use, soil category, and MODIS FPAR\n monthly vegetation fraction).\n\n * When compiling, PRECISION=single is now the default, and double-precision\n builds must be specified with PRECISION=double.","shortMessageHtmlLink":"Merge branch 'release-v8.1.0'"}},{"before":"cbbbb88f125b0469a63f343b460621c3e9c521c4","after":"90ab3ed8fa65f058600563fec95e87be42e9a2e0","ref":"refs/heads/atmosphere/develop-EPA_ACM2","pushedAt":"2024-04-17T20:32:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ldfowler58","name":null,"path":"/ldfowler58","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4108894?s=80&v=4"},"commit":{"message":"Add the ACM2 PBL scheme to MPAS-A\n\nThis EPA_ACM2 commit will add the ACM2 planetary boundary layer scheme\n(Pleim, 2007a; Pleim, 2007b) to MPAS-A as a new \"config_pbl_scheme\"\noption called \"bl_acm\". The ACM2 PBL scheme code (module_bl_acm.F) was\nmigrated from WRFV4.4.1 with only minor changes and has been generalized\nto work with either MPAS or WRF. Also refer to the ACM2 description in\nthe WRF-ARW technical document available at\nhttps://opensky.ucar.edu/islandora/object/opensky:2898 for an overview\nof the physics behind this option.\n\nNew file:\n src/core_atmosphere/physics/physics_wrf/module_bl_acm.F\n\nModified files:\n Makefile\n src/core_atmosphere/Registry.xml\n src/core_atmosphere/physics/mpas_atmphys_control.F\n src/core_atmosphere/physics/mpas_atmphys_driver.F\n src/core_atmosphere/physics/mpas_atmphys_driver_pbl.F\n src/core_atmosphere/physics/mpas_atmphys_interface.F\n src/core_atmosphere/physics/mpas_atmphys_packages.F\n src/core_atmosphere/physics/mpas_atmphys_vars.F\n src/core_atmosphere/physics/physics_wrf/Makefile\n\nThese EPA_ACM2 code changes to MPAS-A are based on the 22 August 2022\n\"develop\" branch of MPAS v7.3.\n\nReferences:\nPleim, J. E., 2007a: A combined local and nonlocal closure model for\n the atmospheric boundary layer. part I: Model description and testing.\n J. Appl. Meteor. Climatol., 46, 13831395.\n https://doi.org/10.1175/jam2539.1\nPleim, J. E., 2007b: A combined local and nonlocal closure model for\n the atmospheric boundary layer. part II: Application and evaluation in\n a mesoscale meteorological model. J. Appl. Meteor. Climatol., 46,\n 13961409. https://doi.org/10.1175/jam2534.1","shortMessageHtmlLink":"Add the ACM2 PBL scheme to MPAS-A"}},{"before":"3b1d3414454712190c23977c247103185789ef5e","after":null,"ref":"refs/heads/atmosphere/develop-EPA_KF.v8.0.2","pushedAt":"2024-04-17T19:49:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ldfowler58","name":null,"path":"/ldfowler58","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4108894?s=80&v=4"}},{"before":"43f47c097a3f419daeac024a8c4ce1f2c653b454","after":"37f1cb3ef85c135e53a1ba62afe23c1e4720c667","ref":"refs/heads/atmosphere/develop-EPA_PXsfclay","pushedAt":"2024-04-16T23:32:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ldfowler58","name":null,"path":"/ldfowler58","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4108894?s=80&v=4"},"commit":{"message":"Add the Pleim surface layer scheme to MPAS-A\n\nThis EPA_PXsfclay commit will add the Pleim surface layer scheme (Pleim,\n2006) to MPAS-A as a new \"config_sfclayer_scheme\" option called\n\"sf_pxsfclay\". The Pleim surface layer scheme code\n(module_sf_pxsfclay.F) was migrated from WRFV4.4.1 with only minor\nchanges and has been generalized to work with either MPAS or WRF. Note\nthat this implementation of the Pleim surface layer in MPAS-A does not\nyet support fractional sea ice, in contrast to the other available\nsurface layer schemes. The Pleim surface layer works with any LSM or\nPBL scheme, but is normally used in conjunction with the PX LSM and the\nACM2 PBL. Refer to the description in the WRF-ARW technical document\navailable at https://opensky.ucar.edu/islandora/object/opensky:2898 for\nan overview of the physics behind this option.\n\nNew file:\n src/core_atmosphere/physics/physics_wrf/module_sf_pxsfclay.F\n\nModified files:\n Makefile\n src/core_atmosphere/Registry.xml\n src/core_atmosphere/physics/mpas_atmphys_control.F\n src/core_atmosphere/physics/mpas_atmphys_driver_sfclayer.F\n src/core_atmosphere/physics/physics_wrf/Makefile\n\nThese EPA_PXsfclay code changes to MPAS-A are based on the 22 August\n2022 \"develop\" branch of MPAS v7.3.\n\nReference:\nPleim, J. E., 2006: A simple, efficient solution of flux-profile\n relationships in the atmospheric surface layer, J. Appl. Meteor.\n Climatol., 45, 341347, https://doi.org/10.1175/JAM2339.1.","shortMessageHtmlLink":"Add the Pleim surface layer scheme to MPAS-A"}},{"before":"37f1cb3ef85c135e53a1ba62afe23c1e4720c667","after":null,"ref":"refs/heads/develop-EPA_PXsfclay","pushedAt":"2024-04-16T23:29:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ldfowler58","name":null,"path":"/ldfowler58","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4108894?s=80&v=4"}},{"before":null,"after":"37f1cb3ef85c135e53a1ba62afe23c1e4720c667","ref":"refs/heads/develop-EPA_PXsfclay","pushedAt":"2024-04-15T23:49:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ldfowler58","name":null,"path":"/ldfowler58","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4108894?s=80&v=4"},"commit":{"message":"Add the Pleim surface layer scheme to MPAS-A\n\nThis EPA_PXsfclay commit will add the Pleim surface layer scheme (Pleim,\n2006) to MPAS-A as a new \"config_sfclayer_scheme\" option called\n\"sf_pxsfclay\". The Pleim surface layer scheme code\n(module_sf_pxsfclay.F) was migrated from WRFV4.4.1 with only minor\nchanges and has been generalized to work with either MPAS or WRF. Note\nthat this implementation of the Pleim surface layer in MPAS-A does not\nyet support fractional sea ice, in contrast to the other available\nsurface layer schemes. The Pleim surface layer works with any LSM or\nPBL scheme, but is normally used in conjunction with the PX LSM and the\nACM2 PBL. Refer to the description in the WRF-ARW technical document\navailable at https://opensky.ucar.edu/islandora/object/opensky:2898 for\nan overview of the physics behind this option.\n\nNew file:\n src/core_atmosphere/physics/physics_wrf/module_sf_pxsfclay.F\n\nModified files:\n Makefile\n src/core_atmosphere/Registry.xml\n src/core_atmosphere/physics/mpas_atmphys_control.F\n src/core_atmosphere/physics/mpas_atmphys_driver_sfclayer.F\n src/core_atmosphere/physics/physics_wrf/Makefile\n\nThese EPA_PXsfclay code changes to MPAS-A are based on the 22 August\n2022 \"develop\" branch of MPAS v7.3.\n\nReference:\nPleim, J. E., 2006: A simple, efficient solution of flux-profile\n relationships in the atmospheric surface layer, J. Appl. Meteor.\n Climatol., 45, 341347, https://doi.org/10.1175/JAM2339.1.","shortMessageHtmlLink":"Add the Pleim surface layer scheme to MPAS-A"}},{"before":"4909e7f0473ea22292ff67f581c2adafc8489638","after":"3b1d3414454712190c23977c247103185789ef5e","ref":"refs/heads/atmosphere/develop-EPA_KF","pushedAt":"2024-04-11T21:09:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ldfowler58","name":null,"path":"/ldfowler58","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4108894?s=80&v=4"},"commit":{"message":"Update the MPAS-A Kain-Fritsch CPS to WRF 4.4.1\n\nThis EPA_KF commit will update the MPAS-A release version of the KF\nconvection parameterization scheme to a kfeta module based on the latest\nversion included with WRF 4.4.1, thereby adding a convective trigger\noption, subgrid-scale cloud feedbacks (utilizing cloud fraction, and\nwater and ice condensates) to RRTMG SW and LW radiation, and a dynamic\nconvective time scale (see references below for more details). Other KF\nenhancements include extending the KF look-up table (to prevent \"OUT OF\nBOUNDS\" errors being written to fort.98 file) and improving the DQEVAP\nand QICE calculations. This version of module_cu_kfeta.F has also been\ngeneralized to work with either MPAS or WRF.\n\nModified files:\n Makefile\n src/core_atmosphere/Registry.xml\n src/core_atmosphere/physics/mpas_atmphys_driver.F\n src/core_atmosphere/physics/mpas_atmphys_driver_cloudiness.F\n src/core_atmosphere/physics/mpas_atmphys_driver_convection.F\n src/core_atmosphere/physics/mpas_atmphys_driver_radiation_lw.F\n src/core_atmosphere/physics/mpas_atmphys_driver_radiation_sw.F\n src/core_atmosphere/physics/mpas_atmphys_vars.F\n src/core_atmosphere/physics/physics_wrf/module_cu_kfeta.F\n src/core_atmosphere/physics/physics_wrf/module_ra_rrtmg_sw.F\nThese EPA_KF code changes to MPAS-A are based on the 22 August 2022\n\"develop\" branch of MPAS v7.3.\n\nReferences:\nBullock, O. R., K. Alapaty, J. A. Herwehe, and J. S. Kain, 2015: A\n dynamically computed convective time scale for the KainFritsch\n convective parameterization scheme. Monthly Weather Review, 143,\n 2105-2120. https://doi.org/10.1175/MWR-D-14-00251.1\nHerwehe, J. A., K. Alapaty, T. L. Spero, and C. G. Nolte, 2014:\n Increasing the credibility of regional climate simulations by\n introducing subgrid-scale cloud-radiation interactions. Journal of\n Geophysical Research: Atmospheres, 119, 5317-5330.\n https://doi.org/10.1002/2014JD021504\nAlapaty, K., J. A. Herwehe, T. L. Otte, C. G. Nolte, O. R. Bullock, M.\n S. Mallard, J. S. Kain, and J. Dudhia, 2012: Introducing subgrid-\n scale cloud feedbacks to radiation for regional meteorological and\n climate modeling. Geophysical Research Letters, 39, L24808.\n https://doi.org/10.1029/2012GL054031","shortMessageHtmlLink":"Update the MPAS-A Kain-Fritsch CPS to WRF 4.4.1"}},{"before":null,"after":"3b1d3414454712190c23977c247103185789ef5e","ref":"refs/heads/atmosphere/develop-EPA_KF.v8.0.2","pushedAt":"2024-04-11T21:06:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ldfowler58","name":null,"path":"/ldfowler58","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4108894?s=80&v=4"},"commit":{"message":"Update the MPAS-A Kain-Fritsch CPS to WRF 4.4.1\n\nThis EPA_KF commit will update the MPAS-A release version of the KF\nconvection parameterization scheme to a kfeta module based on the latest\nversion included with WRF 4.4.1, thereby adding a convective trigger\noption, subgrid-scale cloud feedbacks (utilizing cloud fraction, and\nwater and ice condensates) to RRTMG SW and LW radiation, and a dynamic\nconvective time scale (see references below for more details). Other KF\nenhancements include extending the KF look-up table (to prevent \"OUT OF\nBOUNDS\" errors being written to fort.98 file) and improving the DQEVAP\nand QICE calculations. This version of module_cu_kfeta.F has also been\ngeneralized to work with either MPAS or WRF.\n\nModified files:\n Makefile\n src/core_atmosphere/Registry.xml\n src/core_atmosphere/physics/mpas_atmphys_driver.F\n src/core_atmosphere/physics/mpas_atmphys_driver_cloudiness.F\n src/core_atmosphere/physics/mpas_atmphys_driver_convection.F\n src/core_atmosphere/physics/mpas_atmphys_driver_radiation_lw.F\n src/core_atmosphere/physics/mpas_atmphys_driver_radiation_sw.F\n src/core_atmosphere/physics/mpas_atmphys_vars.F\n src/core_atmosphere/physics/physics_wrf/module_cu_kfeta.F\n src/core_atmosphere/physics/physics_wrf/module_ra_rrtmg_sw.F\nThese EPA_KF code changes to MPAS-A are based on the 22 August 2022\n\"develop\" branch of MPAS v7.3.\n\nReferences:\nBullock, O. R., K. Alapaty, J. A. Herwehe, and J. S. Kain, 2015: A\n dynamically computed convective time scale for the KainFritsch\n convective parameterization scheme. Monthly Weather Review, 143,\n 2105-2120. https://doi.org/10.1175/MWR-D-14-00251.1\nHerwehe, J. A., K. Alapaty, T. L. Spero, and C. G. Nolte, 2014:\n Increasing the credibility of regional climate simulations by\n introducing subgrid-scale cloud-radiation interactions. Journal of\n Geophysical Research: Atmospheres, 119, 5317-5330.\n https://doi.org/10.1002/2014JD021504\nAlapaty, K., J. A. Herwehe, T. L. Otte, C. G. Nolte, O. R. Bullock, M.\n S. Mallard, J. S. Kain, and J. Dudhia, 2012: Introducing subgrid-\n scale cloud feedbacks to radiation for regional meteorological and\n climate modeling. Geophysical Research Letters, 39, L24808.\n https://doi.org/10.1029/2012GL054031","shortMessageHtmlLink":"Update the MPAS-A Kain-Fritsch CPS to WRF 4.4.1"}},{"before":"eab4b3292cfcef6e31013a8642bbd1096ec27f9b","after":null,"ref":"refs/heads/test","pushedAt":"2024-04-08T03:20:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mgduda","name":"Michael Duda","path":"/mgduda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3979544?s=80&v=4"}},{"before":null,"after":"eab4b3292cfcef6e31013a8642bbd1096ec27f9b","ref":"refs/heads/test","pushedAt":"2024-04-08T03:20: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 8.1.0","shortMessageHtmlLink":"Update version number to 8.1.0"}},{"before":"b8c33daa4b124f116b0ba1b1386968c4c15b42e4","after":"fe40f8c6a8eaceda261a41081fecfb2f764ba7d9","ref":"refs/heads/develop","pushedAt":"2024-04-03T22:51:40.000Z","pushType":"push","commitsCount":79,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'NSF-MPAS/bl_mynn_updated' into develop (PR #1155)\n\nThis merge updates the MYNN Surface Layer and Planetary Boundary Layer (PBL)\nschemes. The PBL scheme includes the options needed to run the Eddy Diffusivity\nMass Flux (EDMF) parameterizations.\n\n * The core of the SFC Layer scheme is located in ./physics_mmm/sf_mynn.F.\n\n * The core of the PBL scheme is located in ./physics_mmm/bl_mynn.F and\n ./physics_mmm/bl_mynn_subroutines.F.\n\n* NSF-MPAS/bl_mynn_updated:\n * In ./src/core_atmosphere/physics/physics_mmm/bl_mynn_subroutines.F, changed all...\n * In ./src/core_atmosphere/physics/mpas_atmphys_driver_pbl.F, commented out extra...\n * In ./src/core_atmosphere/physics/physics_mm/bl_mynn.F, removed extra commented...\n * In ./src/core_atmosphere/physics:\n * In ./src/core_atmosphere/physics:\n * In ./src/core_atmosphere/physics:\n * In ./src/core_atmosphere/physics:\n * In ./src/core_atmosphere/physics:\n * In ./src/core_atmosphere/Registry.xml, changed the option config_mynn_topdown...\n * In ./src/core_atmosphere/physics:\n * In ./src/core_atmosphere/physics/physics_mmm/bl_mynn_subroutines.F, removed the extra...\n * In ./src/core_atmosphere/physics/physics_mmm/bl_mynn.F, removed the lines:\n * In ./src/core_atmosphere/physics/physics_mmm/bl_mynn_subroutines.F, commented out...\n * In ./src/core_atmosphere/physics, made minor corrections to ./physics_mmm/Makefile...\n * In ./src/core_atmosphere/physics/physics_mmm/bl_mynn_subroutines.F, removed extra...\n * In ./src/core_atmosphere/physics, updated the MYNN PBL with the sourcecode available...\n * In ./src/core_atmosphere/physics/physics_mmm, very minor corrections to mp_radar.F...\n * In ./src/core_atmosphere/physics, very minor corrections to Makefile, mpas_atmphys_driver_convection.F...\n * In ./src/core_atmosphere/physics, updated the MYNN surface layer scheme using the...","shortMessageHtmlLink":"Merge branch 'NSF-MPAS/bl_mynn_updated' into develop (PR MPAS-Dev#1155)"}},{"before":"cd652c32898f2b13e54df275c2944d4d04dfa451","after":"585c96a87842e14db55c0d3063dec21b40a7e420","ref":"refs/heads/master","pushedAt":"2024-03-26T22:47:52.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'hotfix-v8.0.2'\n\nThis merge corrects several issues in the MPAS-Atmosphere model, specifically:\n\n* Generalize the mpas_sphere_angle function to provide correct results for\n non-unit-radius spheres. This generalization fixes problems in remapping\n static fields to the outermost layer of specified-zone cells in limited-area\n meshes.\n\n* Initialize mvd_r and mvd_c before first use in the Thompson microphysics\n scheme to prevent the potential use of uninitialized memory, which could lead\n to floating-point exceptions.\n\n* Correct the units for the grid scale input field to the Thompson cloud\n fraction scheme.","shortMessageHtmlLink":"Merge branch 'hotfix-v8.0.2'"}},{"before":"255eb34b738a8312e2c039052c8a4bff10e87846","after":"b8c33daa4b124f116b0ba1b1386968c4c15b42e4","ref":"refs/heads/develop","pushedAt":"2023-11-02T23:23:56.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'atmosphere/move_halogroups_from_core' into develop (PR #1121)\n\nThis merge factors out code for setting up group halo exchanges in the\natmosphere core into a new module, mpas_atm_halos.F, to permit reuse of that\ncode in contexts where the stand-alone mpas_atm_core module isn't used -- for\nexample, when MPAS-A is used as a dycore in CAM.\n\nThe new mpas_atm_halo module makes public the atm_build_halo_groups and\natm_destroy_halo_groups routines, as well as the exchange_halo_group procedure\npointer that provides the actual group halo exchange method to be used at\nruntime.\n\n* atmosphere/move_halogroups_from_core:\n Move atm_{create,destroy}_halo_groups to their own module","shortMessageHtmlLink":"Merge branch 'atmosphere/move_halogroups_from_core' into develop (PR M…"}},{"before":"e106e7949f989d1dcaac28367dda80952755cc17","after":"255eb34b738a8312e2c039052c8a4bff10e87846","ref":"refs/heads/develop","pushedAt":"2023-10-12T14:54:26.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'cf-compliant-time' into develop (PR #1111)\n\nThis merge adds a CF-compliant time variable, Time, to standard MPAS-A input and\noutput files. For example:\n\n float Time(Time) ;\n Time:units = \"seconds since 2019-09-01 00:00:00\" ;\n Time:long_name = \"CF-compliant valid time\" ;\n Time:standard_name = \"time\" ;\n\nIn the Registry.xml files for the init_atmosphere and atmosphere cores, the\nunits attribute for the Time variable is given as \"seconds since YYYY-MM-DD\nhh:mm:ss\", and this attribute is modified at runtime to reflect the actual\ninitial time when generating ICs and LBCs and when writing model output.\n\n* cf-compliant-time:\n Add cf-compliant \"Time\" variable to core_init_atmosphere\n Add cf-compliant time axis to core_atmopshere","shortMessageHtmlLink":"Merge branch 'cf-compliant-time' into develop (PR MPAS-Dev#1111)"}},{"before":"da47958953924826fb466d25f5c3c33acf860ac8","after":"e106e7949f989d1dcaac28367dda80952755cc17","ref":"refs/heads/develop","pushedAt":"2023-10-05T15:10:13.000Z","pushType":"push","commitsCount":39,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'add_arbitrary_registry_attributes' into develop (PR #1101)\n\nThis merge introduces the ability to add arbitrary attributes to variables\ndefined in the Registry.xml, and to propagate the attributes not reserved for\ninternal use to the output file. The \"reserved\" attributes include 'name',\n'type', 'dimensions', 'persistence', 'packages', 'time_levs', 'name_in_code',\n'array_group', and 'default_value'. These will continue to be handled as special\ncases by the registry code generator. Also, some attributes will be modified in\nthe code: 'description' will become 'long_name', and 'missing_value' becomes\n'_FillValue'.\n\n* add_arbitrary_registry_attributes:\n Add ability to include arbitrary attributes in variables.","shortMessageHtmlLink":"Merge branch 'add_arbitrary_registry_attributes' into develop (PR MPA…"}},{"before":"1d6ec7c21b7066ae22e2f6d47e328ec902ceff72","after":"cd652c32898f2b13e54df275c2944d4d04dfa451","ref":"refs/heads/master","pushedAt":"2023-07-07T16:01:13.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'hotfix-v8.0.1'\n\nThis merge corrects several issues in the MPAS-Atmosphere model, specifically:\n\n* Fix an OpenMP error in the deallocation of an array (rthdynten) when neither\n the Grell-Freitas nor the Tiedtke/nTiedtke cumulus schemes are used.\n\n* Fix a compilation issue due to a missing include path for the physics_mmm\n directory when certain Fortran compilers are used.\n\n* Fix an issue in reading real-valued global attributes from input files with\n SMIOL when the input file is of a different precision than the compiled\n precision of MPAS.\n\n* Fix a memory leak for the recloud_p, reice_p, and resnow_p arrays in the\n deallocate_microphysics routine.\n\n* Correct the units and description for the rt_diabatic_tend, pv_vertex,\n pv_edge, and pv_cell variables in the atmosphere core's Registry.xml file.","shortMessageHtmlLink":"Merge branch 'hotfix-v8.0.1'"}},{"before":"7fcd6e54b47992d6cc03fe1b7a34a1453f7c83f0","after":"da47958953924826fb466d25f5c3c33acf860ac8","ref":"refs/heads/develop","pushedAt":"2023-06-17T00:37:36.626Z","pushType":"push","commitsCount":110,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'master' into develop\n\nThis merge introduces fixes from the release-v8.0.0 branch, and it connects\nthe v8.0.0 tag to future commits on 'develop'.","shortMessageHtmlLink":"Merge branch 'master' into develop"}},{"before":"09bb84c6b239c112103758bd31b707f0f9e56c0d","after":"1d6ec7c21b7066ae22e2f6d47e328ec902ceff72","ref":"refs/heads/master","pushedAt":"2023-06-17T00:23:11.211Z","pushType":"push","commitsCount":536,"pusher":{"login":"jherwehe","name":"Jerry Herwehe","path":"/jherwehe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16904596?s=80&v=4"},"commit":{"message":"Merge branch 'release-v8.0.0'\n\nThis merge introduces v8.0.0 of MPAS-Atmosphere.\n\nFor a summary of significant changes, please see the annotation\nof the v8.0.0 tag.","shortMessageHtmlLink":"Merge branch 'release-v8.0.0'"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEdOr-DQA","startCursor":null,"endCursor":null}},"title":"Activity · jherwehe/MPAS-Model"}