Skip to content
Success

Changes

Summary

  1. Pushing loop into pdf_closure_module and breaking it up. larson-group/clubb#972 (details)
  2. Making the good version of pdf_params used most places. The bad version is the single column version. larson-group/clubb#972 (details)
  3. Making a commit that officially places the call to the PDF in the "post" (details)
  4. Pushing loops into all relevent lowest level routines in pdf_closure. larson-group/clubb#972 (details)
  5. Missing files from previous commit. larson-group/clubb#972 (details)
  6. Forgot an & symbol. (details)
  7. 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)
  8. I am updating ice_supersat_frac to be an intent(inout) variable for (details)
  9. Intializing sigma_sqd_w_zt when not using ADG1. larson-group/clubb#972 (details)
  10. Fixing bug, we were not initializng pdf_params for all columns. larson-group/clubb#972 (details)
  11. I updated CLUBB to include new fields to its restart functionality. (details)
Commit 604c2a9743e7fd6278654754f6bb2494c5f8f63f by Gunther Huebler
Pushing loop into pdf_closure_module and breaking it up. larson-group/clubb#972
The file was modifiedsrc/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modifiedsrc/CLUBB_core/pdf_closure_module.F90 (diff)
Commit 187fe41fcbfaf70614ff7e005ced4a8ae8b14efc by Gunther Huebler
Making the good version of pdf_params used most places. The bad version is the single column version. larson-group/clubb#972
The file was modifiedsrc/CLUBB_core/pdf_closure_module.F90 (diff)
The file was modifiedsrc/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit de28affa68f28363d07fe54c018a0f4b4b06586e by bmg2
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
The file was modifiedsrc/CLUBB_core/model_flags.F90 (diff)
The file was modifiedinput/tunable_parameters/configurable_model_flags.in (diff)
Commit 05c79662a9c7477e64f0c33dd1464001cc6ead96 by Gunther Huebler
Pushing loops into all relevent lowest level routines in pdf_closure. larson-group/clubb#972
The file was modifiedsrc/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modifiedsrc/CLUBB_core/pdf_closure_module.F90 (diff)
The file was modifiedsrc/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90 (diff)
Commit fc2eb27b64f549c9749ac9ecfef192c7c2c26223 by Gunther Huebler
Missing files from previous commit. larson-group/clubb#972
The file was modifiedsrc/G_unit_test_types/w_up_in_cloud_tests.F90 (diff)
The file was modifiedsrc/G_unit_test_types/pdf_parameter_tests.F90 (diff)
The file was modifiedsrc/CLUBB_core/pdf_closure_module.F90 (diff)
Commit df3bf7f575baf09926b4299a5e8ab38b42da996c by Gunther Huebler
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
The file was modifiedsrc/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modifiedsrc/CLUBB_core/pdf_closure_module.F90 (diff)
Commit 50740107aaf7aa9cc7f573cb75d1e77d7a52e140 by bmg2
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.
The file was modifiedsrc/clubb_driver.F90 (diff)
The file was modifiedsrc/CLUBB_core/clubb_api_module.F90 (diff)
The file was modifiedsrc/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit 43e3ed467b12b4a67175d9591e106b7c1f5e3551 by Gunther Huebler
Intializing sigma_sqd_w_zt when not using ADG1. larson-group/clubb#972
The file was modifiedsrc/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit 9fafdc88ad9ff33a142d439e9079e11a9d594cbc by Gunther Huebler
Fixing bug, we were not initializng pdf_params for all columns. larson-group/clubb#972
The file was modifiedsrc/CLUBB_core/pdf_parameter_module.F90 (diff)
Commit 432998647cc3004408c9030c0300b00e34a74545 by bmg2
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.
The file was modifiedsrc/clubb_driver.F90 (diff)
The file was modifiedsrc/input_fields.F90 (diff)