Summary
- Adding l_stats check around stats stuff. This fixes the crashing when stats is disabled. larson-group/clubb#972 (details)
- Making e3sm use the single column version of advance clubb core directly, since it does not want to use the interface version. larson-group/clubb#972 (details)
- Making single and multi column versions of advance clubb core available through clubb_api. larson-group/clubb#972 (details)
- Breaking up column loop in advance_clubb_core. larson-group/clubb#972 (details)
- Pushing loop into pdf_closure and breaking it up. larson-group/clubb#972 (details)
- I changed C_invrs_tau_N2_wp2 from 0.1 to 0.2 to help stop turbulence (details)
- Pushing loop into pdf_closure_module and breaking it up. larson-group/clubb#972 (details)
- Making the good version of pdf_params used most places. The bad version is the single column version. larson-group/clubb#972 (details)
- Making a commit that officially places the call to the PDF in the "post" (details)
- Pushing loops into all relevent lowest level routines in pdf_closure. larson-group/clubb#972 (details)
- Forgot an & symbol. (details)
- 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)
- Making compatible with latest clubb change. (details)
- quick_test (details)