We need to initialize our local pdf_implicit_coefs_terms_zm in certain pdf types. We also don't need to zero out pdf_implicit_coefs_terms arrays, since that's done in the initialization. This should fix segfaults when l_call_pdf_closure_twice=.True. larson-group/clubb#972 (details)
I am updating ice_supersat_frac to be an intent(inout) variable for (details)
Intializing sigma_sqd_w_zt when not using ADG1. larson-group/clubb#972 (details)
Fixing bug, we were not initializng pdf_params for all columns. larson-group/clubb#972 (details)
I updated CLUBB to include new fields to its restart functionality. (details)
Making a commit that officially places the call to the PDF in the "post" position (meaning after CLUBB's predictive fields have been advanced). This commit is BIT_CHANGING
We need to initialize our local pdf_implicit_coefs_terms_zm in certain pdf types. We also don't need to zero out pdf_implicit_coefs_terms arrays, since that's done in the initialization. This should fix segfaults when l_call_pdf_closure_twice=.True. larson-group/clubb#972
I am updating ice_supersat_frac to be an intent(inout) variable for advance_clubb_core. When the PDF is in the "post" position, there is a chance that it can be used before it is set unless it is preserved from timestep to timestep.
I updated CLUBB to include new fields to its restart functionality. These fields are necessary to restart CLUBB when the PDF is placed in the "post" position.