You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When NoahMP was ported to CCPP, a decision was made to add preprocessor directives #ifdef CCPP in order to keep both WRF and CCPP error handling routines in place. Given the discussion at yesterday's (01/05/2020) CCPP framework meeting, at which the NCAR side said that they will be looking forward to using the yet-to-come improved CCPP error handler in the future, we should get rid of those preprocessor directives and the WRF error handling routines.
This should be done after@climbfuji's IPD cleanup PRs for the UFS (these will, as an intermediate solution, add #define CCPP to the top of each of these files, because the overall -DCCPP flags will be removed from the build).
The text was updated successfully, but these errors were encountered:
When NoahMP was ported to CCPP, a decision was made to add preprocessor directives
#ifdef CCPP
in order to keep both WRF and CCPP error handling routines in place. Given the discussion at yesterday's (01/05/2020) CCPP framework meeting, at which the NCAR side said that they will be looking forward to using the yet-to-come improved CCPP error handler in the future, we should get rid of those preprocessor directives and the WRF error handling routines.Affected files:
This should be done after @climbfuji's IPD cleanup PRs for the UFS (these will, as an intermediate solution, add
#define CCPP
to the top of each of these files, because the overall-DCCPP
flags will be removed from the build).The text was updated successfully, but these errors were encountered: