Dom Heinzeller
Dom Heinzeller
There is a proliferation of preprocessor directives around Open MP pragmas in the code, for example: https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere/blob/d6bfc1573d34cb2df20fe658568d9cca5232565d/model/fv_dynamics.F90#L418 The problem is that the Intel compiler incorrectly required listing pointers in OpenMP...
PR https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere/pull/86 implements a workaround for reading the `ccpp_suite` namelist option before initializing CCPP physics. This is not an ideal solution, but given the upcoming changes wrt physics in the...
## Commit Queue Requirements: - [x] Fill out all sections of this template. - [x] All sub component pull requests have been reviewed by their code managers. - [x] Run...
## Commit Queue Requirements: - [x] Fill out all sections of this template. - [x] All sub component pull requests have been reviewed by their code managers. - [x] Run...
## Description This was merged without being tested in the UFS, and the submodule pointer needs to be updated: https://github.com/NCAR/ccpp-framework/pull/551#event-12272308346 ## Solution It only affects the CI scripts in ccpp-framework,...
## Description At least one of the `rt_weekly.conf` tests is not exercised it seems, because it is broken. On Hera with Intel: ``` > ./rt.sh -e -l rt_weekly.conf -n control_c768...
## Description This is a heads up that future versions of spack-stack (1.7.0+; 1.7.0 to be released in March 2024) will have both shared and static `esmf` and `mapl` libraries....
**Description** In the UFS atmospheric component fv3atm and its submodules, convert internal GFS DDTs from blocked data structures to contiguous arrays. This excludes the (external) GFS_extdiag and GFS_restart DDTs. Also...
**Is your question related to a problem? Please describe.** I am looking at reorganizing the data storage model for the GFS data types in the UFS / FV3ATM. Doing that...
# WIP - IGNORE FOR NOW ## Description (Instructions: this, and all subsequent sections of text should be removed and filled in as appropriate.) Provide a detailed description of what...