Summary
- The G_unit tests never allocated pdf_implicit_coefs_terms. It's unclear to me how these were working before, but it seems that something about making these 2D allocatable arrays exposed the bug. (details)
- Making zt2zm calls with pdf_implicit_coefs_terms use the 2D version. (details)
- Removing setup_grid and setup_parameters functionality from setup_clubb_core. This is beacuse in host models the required grid information may not be known during the setup process, resulting in dummy arguments for setup_clubb_core and the grid and paramters being setup during runtime anyway. Now, in the host models we can call these subroutines immediately after setup_clubb_core to maintain identical functionality (sam, wrf), and in others we can wait to call these until the main timestepping procedure (cam,e3sm). (details)
- Making compatible with latest clubb change. (details)
- Making 2D versions of setup_grid and setup_parameters. (details)
The file was modified | new_hybrid_pdf_main.F90 (diff) |
The file was modified | new_pdf_main.F90 (diff) |
The file was modified | advance_xp2_xpyp_module.F90 (diff) |
The file was modified | clubb_api_module.F90 (diff) |
The file was modified | advance_clubb_core_module.F90 (diff) |
The file was modified | SRC/SGS_CLUBB/clubb_sgs.F90 (diff) |
The file was modified | clubb_api_module.F90 (diff) |
The file was modified | grid_class.F90 (diff) |
The file was modified | parameters_tunable.F90 (diff) |