Samuel Trahan (NOAA contractor)
Samuel Trahan (NOAA contractor)
## Description The boundary blending code in fv_regional_bc.F90 tries to blend data in regions that are neither inside the domain, nor in the boundary. This problem may originate from the...
## Description As noted in https://github.com/NOAA-EMC/fv3atm/pull/534, the cpl/module_block_data.F90 data conversion logic, the code is getting complicated and repetitive, which results in error-prone development. ## Solution There is probably a cleaner...
# Description Normally I don't cross-post bugs between forks, but this is a pretty big one. I want to make sure everyone is aware. I reported it in the UFS...
## Description Bug encountered and investigated by @zhanglikate with debugging help from @DusanJovic-NOAA and myself. Credit goes mostly to zhanglikate who did a fantastic amount of debugging and testing in...
## Description Regional configurations abort sporadically with a floating-point exception in subroutine a2b_ord2 in FV3/atmos_cubed_sphere/model/a2b_edge.F90 on Hera here: ```f90 if (gridstruct%grid_type < 3) then if (gridstruct%bounded_domain) then do j=js-2,je+1+2 do...
## Commit Queue Requirements: - [x] Fill out all sections of this template. - [x] N/A No subcomponents. ~~All sub component pull requests have been reviewed by their code managers.~~...
## Commit Queue Requirements: - [x] Fill out all sections of this template. - [ ] All sub component pull requests have been reviewed by their code managers - **no...
## Description The UPP, found in FV3/upp, now requires version 1.12.0 of the g2tmpl library. Spack Stack 1.6.0 only has version 1.10.2 in the set of modules accessible to ufs-weather-model....
## Description The Water in the West project would like to output number concentrations on pressure levels from the inline post. ## Solution Update FV3/upp to this: - https://github.com/NOAA-EMC/UPP/pull/974 ##...
**Describe the bug** Regional configurations of UFS FV3 abort sporadically with a floating-point exception in subroutine a2b_ord2 in FV3/atmos_cubed_sphere/model/a2b_edge.F90 when compiled in debug mode. The crash is here: ```f90 if...