<workflowRun _class='org.jenkinsci.plugins.workflow.job.WorkflowRun'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='org.jenkinsci.plugins.workflow.libs.LibrariesAction'></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>85</buildNumber><marked><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><branch><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><name>origin/master</name></branch></marked><revision><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><branch><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><name>origin/master</name></branch></revision></originmaster><origingrid_fixes _class='hudson.plugins.git.util.Build'><buildNumber>70</buildNumber><marked><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><branch><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><name>origin/grid_fixes</name></branch></marked><revision><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><branch><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><name>origin/grid_fixes</name></branch></revision></origingrid_fixes><originfeeding_gr_to_host _class='hudson.plugins.git.util.Build'><buildNumber>64</buildNumber><marked><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><branch><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><name>origin/feeding_gr_to_host</name></branch></marked><revision><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><branch><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><name>origin/feeding_gr_to_host</name></branch></revision></originfeeding_gr_to_host><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>425</buildNumber><marked><SHA1>4b16d833e86ad23ef6ea81de67c38c596ebccd25</SHA1><branch><SHA1>4b16d833e86ad23ef6ea81de67c38c596ebccd25</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>4b16d833e86ad23ef6ea81de67c38c596ebccd25</SHA1><branch><SHA1>4b16d833e86ad23ef6ea81de67c38c596ebccd25</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>4b16d833e86ad23ef6ea81de67c38c596ebccd25</SHA1><branch><SHA1>4b16d833e86ad23ef6ea81de67c38c596ebccd25</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/clubb.git</remoteUrl><scmName></scmName></action><action></action><action _class='org.jenkinsci.plugins.workflow.cps.EnvActionImpl'></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><action _class='org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction'></action><action></action><action _class='org.jenkinsci.plugins.workflow.job.views.FlowGraphAction'></action><action></action><action></action><action></action><building>false</building><displayName>#425</displayName><duration>189236858</duration><estimatedDuration>12207721</estimatedDuration><fullDisplayName>clubb_mac_gfortran_test #425</fullDisplayName><id>425</id><keepLog>false</keepLog><number>425</number><queueId>22015</queueId><result>SUCCESS</result><timestamp>1680424689282</timestamp><url>http://carson.math.uwm.edu/jenkins/view/Production%20View/job/clubb_mac_gfortran_test/425/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/matrix_solver_wrapper.F90</affectedPath><affectedPath>src/CLUBB_core/lapack_wrap.F90</affectedPath><commitId>6d5d5f573f3866d5d66b028d829342026e569099</commitId><timestamp>1673472578000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>Pushing column loop into lapack wrap.
</comment><date>2023-01-11 15:29:38 -0600</date><id>6d5d5f573f3866d5d66b028d829342026e569099</id><msg>Pushing column loop into lapack wrap.</msg><path><editType>edit</editType><file>src/CLUBB_core/matrix_solver_wrapper.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/lapack_wrap.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>compile/config/linux_x86_64_nvhpc_casper.bash</affectedPath><affectedPath>src/CLUBB_core/constants_clubb.F90</affectedPath><affectedPath>src/CLUBB_core/model_flags.F90</affectedPath><affectedPath>src/CLUBB_core/mixing_length.F90</affectedPath><affectedPath>src/CLUBB_core/saturation.F90</affectedPath><commitId>88b8239840f581d76610aa630dab6219d64d68be</commitId><timestamp>1673549655000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Restructuring and Porting of Compute_mixing_length subroutine(Phase 1) (#1052)

* Restructuring and Porting of Compute_mixing_length subroutine(Phase 1)

Restructure: The compute_mixing_length is one of the top most routine taking 35-50%
of the total time in a single timestep. The subroutine has been restructured to
push the i-loop further down to extract vectorization and parallelization.
The restructuring also involves introduction of sat_mixrat_liq_acc routines to
extract parallelism when called inside a OpenACC parallel region.

Porting: OpenACC directives are inserted to port the restructured compute_mixing_length
code on to the GPUs. This port is currently unoptimized and there is still room for improvement.

NOTE: Currently, l_sat_mixrat_lookup = false and saturation_formula = saturation_flatau
(Earthworks config options) case is supported on OpenACC build. Any other options works
on CPUs as usual. OpenACC declare create directives are inserted in model_flags and
constants_clubb, as these module variables are used inside the saturation routines.

* Added debug message about only supporting
l_sat_mixrat_lookup = false and saturation_formula = saturation_flatau
 on GPUs
Answers are Bit for Bit with arm-multicolumn case + nvhpc compiler.

* Changing CLUBB debug level 1 to 0 for the saturation formula support
running on GPUs

* Changing indentation to make gfortran happy, it wants ifdefs to start at the beginning of the line.

* Adding use statements for error checks and printouts, also making the errors set err_code to clubb_fatal_error.

Co-authored-by: huebler &lt;huebler@uwm.edu&gt;
</comment><date>2023-01-12 12:54:15 -0600</date><id>88b8239840f581d76610aa630dab6219d64d68be</id><msg>Restructuring and Porting of Compute_mixing_length subroutine(Phase 1) (#1052)</msg><path><editType>edit</editType><file>compile/config/linux_x86_64_nvhpc_casper.bash</file></path><path><editType>edit</editType><file>src/CLUBB_core/constants_clubb.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/model_flags.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mixing_length.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/saturation.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><affectedPath>src/CLUBB_core/model_flags.F90</affectedPath><affectedPath>src/CLUBB_core/mixing_length.F90</affectedPath><affectedPath>src/CLUBB_core/saturation.F90</affectedPath><commitId>7f1decd0252e0b4d80f4b3873b0b48b6d3ec8631</commitId><timestamp>1674081416000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Restructuring and Porting of Compute_mixing_length subroutine(Phase 2) (#1054)

* Restructuring and Porting of Compute_mixing_length subroutine(Phase 2)

Restructure: sat_mixrat_liq_2D_acc is being directly called instead of
calling the 1D version inside the column loop. Changing sat_mixrat_liq_2D_acc
to a subroutine from a function and adding output array, start_index as
additional argument. This is a workaround for passing sub-arrays. The OpenACC
doen't like the sub-arrays being passed and fails the validation.

Porting: OpenACC directives are added inside sat_mixrat_liq_2D_acc for porting

Validation: Answers are Bit for Bit with arm-multicolumn case + nvhpc compiler

* Fix for compilation issues

Issue 1: Missed out declaring 'start_index' while intergrating the
change

Issue 2: The use of error_code module and the procedures inside it
causes OpenACC compilation issues when run on the device.

* Removing the sat_mixrat_liq_acc and sat_mixrat_liq_2D_acc, making the normal sat_mixrat_liq work for all current use cases, and making the other versions of sat_mixrat_liq (bolton,gfdl,lookup) functional with OPENACC.

Co-authored-by: huebler &lt;huebler@uwm.edu&gt;
</comment><date>2023-01-18 16:36:56 -0600</date><id>7f1decd0252e0b4d80f4b3873b0b48b6d3ec8631</id><msg>Restructuring and Porting of Compute_mixing_length subroutine(Phase 2) (#1054)</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mixing_length.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/model_flags.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/saturation.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/mono_flux_limiter.F90</affectedPath><commitId>e21e2713eab0f3f228189a4b407c80d4f241038f</commitId><timestamp>1674153381000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Breaking up column loop in mono_flux_limiter. This may not be the final form for GPUization, but it's definitely a start, no longer do we have to copy single column variables to multicolumn ones anywhere. (#1051)

</comment><date>2023-01-19 12:36:21 -0600</date><id>e21e2713eab0f3f228189a4b407c80d4f241038f</id><msg>Breaking up column loop in mono_flux_limiter. This may not be the final form for GPUization, but it's definitely a start, no longer do we have to copy single column variables to multicolumn ones anywhere. (#1051)</msg><path><editType>edit</editType><file>src/CLUBB_core/mono_flux_limiter.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/matrix_solver_wrapper.F90</affectedPath><affectedPath>src/CLUBB_core/model_flags.F90</affectedPath><affectedPath>src/CLUBB_core/tridiag_lu_solver.F90</affectedPath><affectedPath>src/CLUBB_core/lapack_wrap.F90</affectedPath><affectedPath>src/CLUBB_core/penta_lu_solver.F90</affectedPath><commitId>dda5e8c57edb41b73340c0f9578d7c327b18e076</commitId><timestamp>1674153404000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Adding tridiag_lu solver (#1056)

* Adding tridiag_lu solver

* Changing low to lower in tridiag_lu and penta_lu, also fixing up some spacing.

* Making variables that represent matrix solutions more consistently named.
</comment><date>2023-01-19 12:36:44 -0600</date><id>dda5e8c57edb41b73340c0f9578d7c327b18e076</id><msg>Adding tridiag_lu solver (#1056)</msg><path><editType>edit</editType><file>src/CLUBB_core/matrix_solver_wrapper.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/model_flags.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/lapack_wrap.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/penta_lu_solver.F90</file></path><path><editType>add</editType><file>src/CLUBB_core/tridiag_lu_solver.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>utilities/sens_matrix/sens_matrix_dashboard.py</affectedPath><commitId>f9eb64fb27f4b0515602e0f46848fc644035cfaf</commitId><timestamp>1674232314000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/vlarson</absoluteUrl><fullName>Vince Larson</fullName></author><authorEmail>vlarson@users.noreply.github.com</authorEmail><comment>Adds to tuner error bars on bias removal (arrow) plots

and also adds bar graphs that show how each parameter contributes to the bias removal.
</comment><date>2023-01-20 17:31:54 +0100</date><id>f9eb64fb27f4b0515602e0f46848fc644035cfaf</id><msg>Adds to tuner error bars on bias removal (arrow) plots</msg><path><editType>edit</editType><file>utilities/sens_matrix/sens_matrix_dashboard.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</affectedPath><affectedPath>src/CLUBB_core/mixing_length.F90</affectedPath><commitId>95217702784b7eddc848ef0d6f7ee705c10d7752</commitId><timestamp>1674580201000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/vlarson</absoluteUrl><fullName>Vince Larson</fullName></author><authorEmail>vlarson@users.noreply.github.com</authorEmail><comment>Adding OpenACC data directives for mixing length and adg routines

OpenACC structured data regions are added to optimize the data transfers
between CPU and GPU. These data regions will converted to unstrucutred
data region in the later optimization phase.
Results are bit for bit.
</comment><date>2023-01-24 18:10:01 +0100</date><id>95217702784b7eddc848ef0d6f7ee705c10d7752</id><msg>Adding OpenACC data directives for mixing length and adg routines</msg><path><editType>edit</editType><file>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mixing_length.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</affectedPath><commitId>a0f5313ee697be2153704f9d4b9775cde7d717a1</commitId><timestamp>1674585724000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Fixing error causing GPU code not to run. Some variables to be copied were labelled as (ngrdcol,nz) when it should be (:ngrdcol,:nz). I've just removed the data length specifiers completely since they are not neccesary in general.
</comment><date>2023-01-24 12:42:04 -0600</date><id>a0f5313ee697be2153704f9d4b9775cde7d717a1</id><msg>Fixing error causing GPU code not to run. Some variables to be copied were labelled as (ngrdcol,nz) when it should be (:ngrdcol,:nz). I've just removed the data length specifiers completely since they are not neccesary in general.</msg><path><editType>edit</editType><file>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/stats_clubb_utilities.F90</affectedPath><affectedPath>src/CLUBB_core/saturation.F90</affectedPath><commitId>15a351eec8d677c5035bce255aac81898c795822</commitId><timestamp>1674680903000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>GPUizing sat_mixrat_ice_2D.
</comment><date>2023-01-25 15:08:23 -0600</date><id>15a351eec8d677c5035bce255aac81898c795822</id><msg>GPUizing sat_mixrat_ice_2D.</msg><path><editType>edit</editType><file>src/CLUBB_core/saturation.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/stats_clubb_utilities.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>utilities/sens_matrix/sens_matrix_dashboard.py</affectedPath><commitId>822ec13b0db0f3beb4eb93d796d5221a0d3c5f93</commitId><timestamp>1674740212000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/vlarson</absoluteUrl><fullName>Vince Larson</fullName></author><authorEmail>vlarson@users.noreply.github.com</authorEmail><comment>Adds to dashboard plots error bars for

bias removal plot, a colored correlation matrix,
a matrix of linear-based 2-point bounds on parameter perturbations,
and a web-page version of the 3-dot subplots.
</comment><date>2023-01-26 14:36:52 +0100</date><id>822ec13b0db0f3beb4eb93d796d5221a0d3c5f93</id><msg>Adds to dashboard plots error bars for</msg><path><editType>edit</editType><file>utilities/sens_matrix/sens_matrix_dashboard.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>utilities/sens_matrix/sens_matrix_dashboard.py</affectedPath><commitId>1025d807ab1f3d5e8d3a8deb72595f2314b1cec5</commitId><timestamp>1675100849000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/vlarson</absoluteUrl><fullName>Vince Larson</fullName></author><authorEmail>vlarson@users.noreply.github.com</authorEmail><comment>Adds to dashboard a bar plot that separates nonlinear

and linear contributions to bias removal.

Also abbreviates the clubb parameter names in the plots.
</comment><date>2023-01-30 18:47:29 +0100</date><id>1025d807ab1f3d5e8d3a8deb72595f2314b1cec5</id><msg>Adds to dashboard a bar plot that separates nonlinear</msg><path><editType>edit</editType><file>utilities/sens_matrix/sens_matrix_dashboard.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>run_scripts/run_tuner.bash</affectedPath><affectedPath>README</affectedPath><commitId>cfd87ac680ebb26e2fdb7b1aab7a8b8b4fc75320</commitId><timestamp>1675178299000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/vlarson</absoluteUrl><fullName>Vince Larson</fullName></author><authorEmail>vlarson@users.noreply.github.com</authorEmail><comment>Added option (-i) to run_tuner.bash script to enable pre-tuning standalone runs. README will be updated.
</comment><date>2023-01-31 16:18:19 +0100</date><id>cfd87ac680ebb26e2fdb7b1aab7a8b8b4fc75320</id><msg>Added option (-i) to run_tuner.bash script to enable pre-tuning standalone runs. README will be updated.</msg><path><editType>edit</editType><file>README</file></path><path><editType>edit</editType><file>run_scripts/run_tuner.bash</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><affectedPath>src/CLUBB_core/calc_pressure.F90</affectedPath><affectedPath>src/clubb_driver.F90</affectedPath><affectedPath>src/input_interpret.F90</affectedPath><commitId>0fafc6b0b1f1a6058d37bf3db4bb3708204504db</commitId><timestamp>1675364876000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>Pushing column loop into calculate_thvm
</comment><date>2023-02-02 13:07:56 -0600</date><id>0fafc6b0b1f1a6058d37bf3db4bb3708204504db</id><msg>Pushing column loop into calculate_thvm</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/calc_pressure.F90</file></path><path><editType>edit</editType><file>src/input_interpret.F90</file></path><path><editType>edit</editType><file>src/clubb_driver.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/calc_pressure.F90</affectedPath><commitId>8c7230fecb877d04fb129ef5e143e0993b4b29b1</commitId><timestamp>1675364876000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>Removing update_pressure since it is no longer called anywhere in clubb or host models. The addition of this subroutine was discussed in larson-group/e3sm#6 and the removal of the call to it was discussed in larson-group/clubb#926.
</comment><date>2023-02-02 13:07:56 -0600</date><id>8c7230fecb877d04fb129ef5e143e0993b4b29b1</id><msg>Removing update_pressure since it is no longer called anywhere in clubb or host models. The addition of this subroutine was discussed in larson-group/e3sm#6 and the removal of the call to it was discussed in larson-group/clubb#926.</msg><path><editType>edit</editType><file>src/CLUBB_core/calc_pressure.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/calc_pressure.F90</affectedPath><commitId>2f84d7c748f143990316004c66ebda5486de5752</commitId><timestamp>1675552920000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Removing update_pressure from public list. This was causing compilation crashes. RESOLVED:8c7230fecb877d04fb129ef5e143e0993b4b29b1
</comment><date>2023-02-04 17:22:00 -0600</date><id>2f84d7c748f143990316004c66ebda5486de5752</id><msg>Removing update_pressure from public list. This was causing compilation crashes. RESOLVED:8c7230fecb877d04fb129ef5e143e0993b4b29b1</msg><path><editType>edit</editType><file>src/CLUBB_core/calc_pressure.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/input_interpret.F90</affectedPath><commitId>5850944600089fe2cb244ca1b08973231b6d91d3</commitId><timestamp>1675573004000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Fixing bug, arrays given a dummy index in 0fafc6b0b1f1a6058d37bf3db4bb3708204504db are declared nsize, but are only used up to nlevels, thus we need the (1,1:nlevels) specifier when passing them. This issue was only caught by our _debug tests, so that's good evidence the new flags we added to initialize unused to memory was effective.
</comment><date>2023-02-04 22:56:44 -0600</date><id>5850944600089fe2cb244ca1b08973231b6d91d3</id><msg>Fixing bug, arrays given a dummy index in 0fafc6b0b1f1a6058d37bf3db4bb3708204504db are declared nsize, but are only used up to nlevels, thus we need the (1,1:nlevels) specifier when passing them. This issue was only caught by our _debug tests, so that's good evidence the new flags we added to initialize unused to memory was effective.</msg><path><editType>edit</editType><file>src/input_interpret.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/turbulent_adv_pdf.F90</affectedPath><affectedPath>src/CLUBB_core/grid_class.F90</affectedPath><affectedPath>src/CLUBB_core/saturation.F90</affectedPath><affectedPath>src/CLUBB_core/mean_adv.F90</affectedPath><commitId>c9a950dbbf76e82a3cda0ab2d65f29cd5f28df12</commitId><timestamp>1675791268000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>GPUizing some helping procedures.
</comment><date>2023-02-07 11:34:28 -0600</date><id>c9a950dbbf76e82a3cda0ab2d65f29cd5f28df12</id><msg>GPUizing some helping procedures.</msg><path><editType>edit</editType><file>src/CLUBB_core/saturation.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/turbulent_adv_pdf.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/grid_class.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mean_adv.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</affectedPath><commitId>7d6dfad026e40eaf30f29ffa17c23dfbed882040</commitId><timestamp>1675791268000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>Removing sigma_sqd_w from the acc data copyout statement. This is a bug which was causing the code to crash when not using managed memory.
</comment><date>2023-02-07 11:34:28 -0600</date><id>7d6dfad026e40eaf30f29ffa17c23dfbed882040</id><msg>Removing sigma_sqd_w from the acc data copyout statement. This is a bug which was causing the code to crash when not using managed memory.</msg><path><editType>edit</editType><file>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/pdf_closure_module.F90</affectedPath><affectedPath>src/CLUBB_core/pdf_utilities.F90</affectedPath><commitId>47cd566e64abb0e774abd20c2ec97deed8dd3ab5</commitId><timestamp>1675902842000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Porting pdf_closure subroutine with OpenACC (#1059)

* Porting pdf_closure subroutine with OpenACC

OpenACC directives are added to pdf_closure subroutine. The necessary
structured data region is also added for optimzing data movement across
kernels. There is opportunity to task parallelize using streams and
will be explored in the future.

Answers are bit for bit.

* Fixing the copyin directives

* Making work without managed memory.
</comment><date>2023-02-08 18:34:02 -0600</date><id>47cd566e64abb0e774abd20c2ec97deed8dd3ab5</id><msg>Porting pdf_closure subroutine with OpenACC (#1059)</msg><path><editType>edit</editType><file>src/CLUBB_core/pdf_utilities.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/pdf_closure_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>utilities/read_sam_moments/netcdf_var_collector.py</affectedPath><commitId>b361c61e93c25e1a491a5ff4fdbe5cbcc1f0f735</commitId><timestamp>1676148083000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/cernikt</absoluteUrl><fullName>cernikt</fullName></author><authorEmail>cernikt@msoe.edu</authorEmail><comment>made graphing for netcdf_var collector general. #1040
</comment><date>2023-02-11 14:41:23 -0600</date><id>b361c61e93c25e1a491a5ff4fdbe5cbcc1f0f735</id><msg>made graphing for netcdf_var collector general. #1040</msg><path><editType>edit</editType><file>utilities/read_sam_moments/netcdf_var_collector.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><affectedPath>input/stats/standard_stats.in</affectedPath><affectedPath>src/CLUBB_core/stats_variables.F90</affectedPath><affectedPath>src/CLUBB_core/stats_clubb_utilities.F90</affectedPath><affectedPath>src/CLUBB_core/stats_zm_module.F90</affectedPath><affectedPath>input/stats/all_stats.in</affectedPath><commitId>f4a832bf41d24a08e9b5be84713c057dfa98084e</commitId><timestamp>1676661825000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>Adding wp3_on_wp2_cfl_num to CLUBB's output stats.
</comment><date>2023-02-17 13:23:45 -0600</date><id>f4a832bf41d24a08e9b5be84713c057dfa98084e</id><msg>Adding wp3_on_wp2_cfl_num to CLUBB's output stats.</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/stats_variables.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/stats_zm_module.F90</file></path><path><editType>edit</editType><file>input/stats/standard_stats.in</file></path><path><editType>edit</editType><file>input/stats/all_stats.in</file></path><path><editType>edit</editType><file>src/CLUBB_core/stats_clubb_utilities.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>postprocessing/pyplotgen/config/VariableGroupNondimMoments.py</affectedPath><commitId>28e0fce01e7815ba9476ef6de24e556755f142d4</commitId><timestamp>1676666305000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>Added wp3_on_wp2_cfl_num to the VariableGroupNondimMoments.py file for
pyplotgen use.
</comment><date>2023-02-17 14:38:25 -0600</date><id>28e0fce01e7815ba9476ef6de24e556755f142d4</id><msg>Added wp3_on_wp2_cfl_num to the VariableGroupNondimMoments.py file for</msg><path><editType>edit</editType><file>postprocessing/pyplotgen/config/VariableGroupNondimMoments.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>postprocessing/pyplotgen/config/VariableGroupNondimMoments.py</affectedPath><commitId>f41e9c4d0b929e0bcbfb84ee6705ab3b979a6520</commitId><timestamp>1677083898000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Update VariableGroupNondimMoments.py

Fixed a typo
</comment><date>2023-02-22 10:38:18 -0600</date><id>f41e9c4d0b929e0bcbfb84ee6705ab3b979a6520</id><msg>Update VariableGroupNondimMoments.py</msg><path><editType>edit</editType><file>postprocessing/pyplotgen/config/VariableGroupNondimMoments.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/clubb_driver.F90</affectedPath><commitId>d3264a2623c048a97b2dd6d8bb43f14c0e496f0c</commitId><timestamp>1677519729000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>Fixing bug. This was only triggered when l_input_fields=.true., which I am only testing because it needs to be true so that I can test ADG2_driver.
</comment><date>2023-02-27 11:42:09 -0600</date><id>d3264a2623c048a97b2dd6d8bb43f14c0e496f0c</id><msg>Fixing bug. This was only triggered when l_input_fields=.true., which I am only testing because it needs to be true so that I can test ADG2_driver.</msg><path><editType>edit</editType><file>src/clubb_driver.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/pdf_closure_module.F90</affectedPath><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><affectedPath>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</affectedPath><commitId>fa914b7afea4b486d22cdaa23fb1fa70c0578559</commitId><timestamp>1677519729000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>Removing usage of gr from pdf_closure. It was only ever used for nz, which is now fed in directly.
</comment><date>2023-02-27 11:42:09 -0600</date><id>fa914b7afea4b486d22cdaa23fb1fa70c0578559</id><msg>Removing usage of gr from pdf_closure. It was only ever used for nz, which is now fed in directly.</msg><path><editType>edit</editType><file>src/CLUBB_core/pdf_closure_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>input_misc/tuner/error_atex.in</affectedPath><affectedPath>input_misc/tuner/error_rico.in</affectedPath><affectedPath>src/CLUBB_core/pdf_closure_module.F90</affectedPath><affectedPath>input_misc/tuner/error_gabls3_night.in</affectedPath><affectedPath>input_misc/tuner/error_nov11_altocu.in</affectedPath><affectedPath>input_misc/tuner/error_four_cases.in</affectedPath><affectedPath>src/G_unit_test_types/tuner_tests.F90</affectedPath><affectedPath>src/clubb_tuner.F90</affectedPath><affectedPath>input_misc/tuner/error_dycoms2_rf01.in</affectedPath><affectedPath>input_misc/tuner/error_dycoms2_rf02_ds.in</affectedPath><affectedPath>input_misc/tuner/error_wangara.in</affectedPath><affectedPath>input_misc/tuner/error_dycoms2_rf02_do.in</affectedPath><affectedPath>input_misc/tuner/error_dycoms2_rf02_nd.in</affectedPath><affectedPath>input_misc/tuner/error_arm.in</affectedPath><affectedPath>input_misc/tuner/error_bomex.in</affectedPath><affectedPath>input_misc/tuner/error_bomex_fire.in</affectedPath><affectedPath>src/enhanced_simann.F90</affectedPath><affectedPath>compile/README</affectedPath><affectedPath>input_misc/tuner/error_all.in</affectedPath><affectedPath>input_misc/tuner/error_arm_97.in</affectedPath><affectedPath>input_misc/tuner/error_lba.in</affectedPath><affectedPath>src/clubb_driver.F90</affectedPath><affectedPath>README</affectedPath><affectedPath>input_misc/tuner/README</affectedPath><affectedPath>input_misc/tuner/error_fire.in</affectedPath><affectedPath>src/error.F90</affectedPath><affectedPath>input_misc/tuner/error_gabls2.in</affectedPath><affectedPath>compile/compile.bash</affectedPath><affectedPath>input_misc/tuner/error_ticket_756.in</affectedPath><commitId>981b9ba9bc9b5d80edc82f52f502ab9bcce097db</commitId><timestamp>1677613563000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Clubb ticket #1025: Implemented way to make esa tuner reproducible, h… (#1068)

* Clubb ticket #1025: Implemented way to make esa tuner reproducible, hid error output of optional diagnostic variables behind check, fixed parallelization issue with tuner, esa max_iters parameter is now in stats namelist, fixed issue with TUNER compiler directive, some small fixes.
- New namelist variables prescribed_rand_seed and l_use_prescribed_rand_seed determine if the esa tuner will use a random or a fixed value as random seed. Added descriptions to README.
- Added max_iters to stats namelist to make it more modifiable.
- Renamed stp_adjst_intercept_in and stp_adjst_slope_in to stp_adjst_shift_in and stp_adjst_factor_in, respectively, to better reflect their influence on step size.
- The error output in src/CLUBB_core/pdf_closure_module.F90 for the diagnostic variables wprtp2, wpthlp2, wprtpthlp, and rcp2 is now hidden behind existence checks for these variables. And a clarification was added to "#ifdef TUNER" directive.
- NetCDF file access caused the tuner to crash in parallel mode (-fopenmp flag in config file and multiple cases). Adding an $OMP CRITICAL structure around the call to stats_init in clubb_driver.F90 fixed that.
- Fixed compile/README. Config files are specified with the -c option.
- The -t option in run_scripts/run_tuner.bash interfered with the previous usage of the TUNER compiler directive. Renamed the old TUNER directive to NR_SP, a short for "numerical recipes, single precision". TUNER now is the option to "turn on" code changes required to run the tuner.
</comment><date>2023-02-28 13:46:03 -0600</date><id>981b9ba9bc9b5d80edc82f52f502ab9bcce097db</id><msg>Clubb ticket #1025: Implemented way to make esa tuner reproducible, h… (#1068)</msg><path><editType>edit</editType><file>compile/README</file></path><path><editType>edit</editType><file>input_misc/tuner/error_all.in</file></path><path><editType>edit</editType><file>input_misc/tuner/README</file></path><path><editType>edit</editType><file>input_misc/tuner/error_ticket_756.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_atex.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_lba.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_gabls3_night.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_fire.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_dycoms2_rf01.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_dycoms2_rf02_do.in</file></path><path><editType>edit</editType><file>src/CLUBB_core/pdf_closure_module.F90</file></path><path><editType>edit</editType><file>src/error.F90</file></path><path><editType>edit</editType><file>input_misc/tuner/error_gabls2.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_arm.in</file></path><path><editType>edit</editType><file>compile/compile.bash</file></path><path><editType>edit</editType><file>input_misc/tuner/error_nov11_altocu.in</file></path><path><editType>edit</editType><file>src/clubb_driver.F90</file></path><path><editType>edit</editType><file>README</file></path><path><editType>edit</editType><file>input_misc/tuner/error_arm_97.in</file></path><path><editType>edit</editType><file>src/clubb_tuner.F90</file></path><path><editType>edit</editType><file>input_misc/tuner/error_dycoms2_rf02_ds.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_bomex.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_wangara.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_rico.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_dycoms2_rf02_nd.in</file></path><path><editType>add</editType><file>input_misc/tuner/error_bomex_fire.in</file></path><path><editType>edit</editType><file>src/enhanced_simann.F90</file></path><path><editType>edit</editType><file>input_misc/tuner/error_four_cases.in</file></path><path><editType>edit</editType><file>src/G_unit_test_types/tuner_tests.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>utilities/autocommit_message_maker/autocommit_message_maker.py</affectedPath><commitId>965964e81cc6b58ffbf3213af1d2488080b3371a</commitId><timestamp>1677867187000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/cernikt</absoluteUrl><fullName>cernikt</fullName></author><authorEmail>tjcernik@uwm.edu</authorEmail><comment>added autocommit message maker to clubb so I have an easier time testing it
</comment><date>2023-03-03 12:13:07 -0600</date><id>965964e81cc6b58ffbf3213af1d2488080b3371a</id><msg>added autocommit message maker to clubb so I have an easier time testing it</msg><path><editType>add</editType><file>utilities/autocommit_message_maker/autocommit_message_maker.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>utilities/autocommit_message_maker/autocommit_message_maker.py</affectedPath><commitId>6e4204729c1b525b0f2fde3d7c715f5982fc79c3</commitId><timestamp>1677881620000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/cernikt</absoluteUrl><fullName>cernikt</fullName></author><authorEmail>tjcernik@uwm.edu</authorEmail><comment>changes to integrate message maker into gitUpdate scripts
</comment><date>2023-03-03 16:13:40 -0600</date><id>6e4204729c1b525b0f2fde3d7c715f5982fc79c3</id><msg>changes to integrate message maker into gitUpdate scripts</msg><path><editType>edit</editType><file>utilities/autocommit_message_maker/autocommit_message_maker.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>utilities/autocommit_message_maker/autocommit_message_maker.py</affectedPath><commitId>be6ab481c56acfc66d65990889dba011d6bcd36a</commitId><timestamp>1677881884000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/cernikt</absoluteUrl><fullName>cernikt</fullName></author><authorEmail>tjcernik@uwm.edu</authorEmail><comment>Oops, I made 1 small error, should be consistent now.
</comment><date>2023-03-03 16:18:04 -0600</date><id>be6ab481c56acfc66d65990889dba011d6bcd36a</id><msg>Oops, I made 1 small error, should be consistent now.</msg><path><editType>edit</editType><file>utilities/autocommit_message_maker/autocommit_message_maker.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>input/case_setups/rico_sounding.in</affectedPath><affectedPath>input/case_setups/bomex_model.in</affectedPath><affectedPath>input/case_setups/rico_silhs_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_ds_model.in</affectedPath><affectedPath>input/case_setups/rico_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_do_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_morr_model.in</affectedPath><affectedPath>input/case_setups/wangara_sounding.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_nd_model.in</affectedPath><affectedPath>src/clubb_driver.F90</affectedPath><affectedPath>src/sounding.F90</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_sounding.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_so_model.in</affectedPath><affectedPath>input/case_setups/bomex_sounding.in</affectedPath><affectedPath>input/case_setups/wangara_model.in</affectedPath><commitId>9aeea149d5970cb99218344f8bde576e1f036d21</commitId><timestamp>1677883168000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>Implementing changes to the initial conditions.
This commit contains code changes related to the modified initial
conditions for convergence test simulations. These code changes can be
activated by setting l_modify_ic_with_cubic_int = .true. in
the namelist on a case-by-case basis.

Along with this option, the sounding profiles are also modified for
the BOMEX, RICO, DYCOMS2_RF02 and Wangara cases.

 -- For BOMEX, RICO, Wangara cases, we add more height levels in the
    original sounding profiles so that the cubic spline interpolation
    produces consistent profiles with those with linear interpolation

 -- For DYCOMS2_RF02, instead of using the formulations in the code to
    derive the initial condition profiles (which will results in the
    grid-spacing dependent initial condition when we refine grid), we
    construct a sounding profiles (still use the same formulas as in
    the src/sounding.F90) on a high-resolution grid (refine the standard
    grid by a factor of 2^7), then save the profile in
    dycoms2_rf02_sounding.in. In this way, the model initiliazation will
    always read the same sounding profile for initialization when user
    refine the vertical model grid.

Originally committed by Shixuan.
</comment><date>2023-03-03 16:39:28 -0600</date><id>9aeea149d5970cb99218344f8bde576e1f036d21</id><msg>Implementing changes to the initial conditions.</msg><path><editType>edit</editType><file>input/case_setups/wangara_sounding.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_sounding.in</file></path><path><editType>edit</editType><file>input/case_setups/rico_model.in</file></path><path><editType>edit</editType><file>input/case_setups/rico_silhs_model.in</file></path><path><editType>edit</editType><file>input/case_setups/rico_sounding.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_so_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_morr_model.in</file></path><path><editType>edit</editType><file>input/case_setups/bomex_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_ds_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_nd_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_do_model.in</file></path><path><editType>edit</editType><file>input/case_setups/bomex_sounding.in</file></path><path><editType>edit</editType><file>input/case_setups/wangara_model.in</file></path><path><editType>edit</editType><file>src/sounding.F90</file></path><path><editType>edit</editType><file>src/clubb_driver.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README</affectedPath><commitId>a6682998e27e3d01b8ffeb4ec2774872e7311aa4</commitId><timestamp>1677905458000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>This commit most definitely does not change any bits,
but commit 67878ef was BIT_CHANGING for the DYCOMS-II RF02 family
of cases, RICO (and RICO SILHS), BOMEX, and Wangara.
</comment><date>2023-03-03 22:50:58 -0600</date><id>a6682998e27e3d01b8ffeb4ec2774872e7311aa4</id><msg>This commit most definitely does not change any bits,</msg><path><editType>edit</editType><file>README</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>run_scripts/convergence_function.py</affectedPath><affectedPath>run_scripts/run_cnvg_test_multi_cases.csh</affectedPath><affectedPath>run_scripts/plot_l2_convergence.py</affectedPath><affectedPath>run_scripts/convergence_config.py</affectedPath><commitId>0e087bee28254a2bc2da5869a28352e1374b2b91</commitId><timestamp>1678120205000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>Add scripts to configure and run convergence test
 This commit contains new scripts created to configure and run
 convergence test simulations. There are four scripts:

 1. run_scripts/run_cnvg_test_multi_cases.csh. This script is used to
    compile and run convergence simulations with specific configurations
    (see details in scripts for explations). After the simulations,the
    space-time convergence plots will also be generated.

 2.run_scripts/convergence_config.py: this script "called" by the
   first script to generate the namelist file for CLUBB-SCM simulations.
   With this script, the modified configuration will be applied in the
   case run directory, while the files in default clubb will not be
   touched

 3.run_scripts/convergence_function.py: this script contains function
   to modify the initial condition profile for convergence test
   simulations. It is called by run_scripts/convergence_config.py
   when the model is configured to use modified initial conditions

 4.run_scripts/plot_l2_convergence.py: this is a sample script to
   generate the space-time convergence plots

Originally committed by Shixuan
</comment><date>2023-03-06 10:30:05 -0600</date><id>0e087bee28254a2bc2da5869a28352e1374b2b91</id><msg>Add scripts to configure and run convergence test</msg><path><editType>add</editType><file>run_scripts/convergence_function.py</file></path><path><editType>add</editType><file>run_scripts/plot_l2_convergence.py</file></path><path><editType>add</editType><file>run_scripts/run_cnvg_test_multi_cases.csh</file></path><path><editType>add</editType><file>run_scripts/convergence_config.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>run_scripts/convergence_run/run_cnvg_test_multi_cases.csh</affectedPath><affectedPath>run_scripts/convergence_run/convergence_function.py</affectedPath><affectedPath>run_scripts/convergence_run/convergence_config.py</affectedPath><affectedPath>run_scripts/plot_l2_convergence.py</affectedPath><affectedPath>run_scripts/convergence_config.py</affectedPath><affectedPath>run_scripts/convergence_function.py</affectedPath><affectedPath>run_scripts/run_cnvg_test_multi_cases.csh</affectedPath><affectedPath>run_scripts/convergence_run/plot_l2_convergence.py</affectedPath><commitId>53c717bb7dd9bddcd720cba58c46d77b7ad36c9c</commitId><timestamp>1678120475000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>reorgnize the scripts for convergence test simulations
Move the script associated with convergence test simulation
in the folder of run_scripts/convergence_run

Originally committed by Shixuan
</comment><date>2023-03-06 10:34:35 -0600</date><id>53c717bb7dd9bddcd720cba58c46d77b7ad36c9c</id><msg>reorgnize the scripts for convergence test simulations</msg><path><editType>delete</editType><file>run_scripts/run_cnvg_test_multi_cases.csh</file></path><path><editType>delete</editType><file>run_scripts/convergence_function.py</file></path><path><editType>delete</editType><file>run_scripts/convergence_config.py</file></path><path><editType>add</editType><file>run_scripts/convergence_run/convergence_config.py</file></path><path><editType>add</editType><file>run_scripts/convergence_run/run_cnvg_test_multi_cases.csh</file></path><path><editType>delete</editType><file>run_scripts/plot_l2_convergence.py</file></path><path><editType>add</editType><file>run_scripts/convergence_run/plot_l2_convergence.py</file></path><path><editType>add</editType><file>run_scripts/convergence_run/convergence_function.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README</affectedPath><commitId>db8d5931d779bc1f776fb80952a1c263c22f8467</commitId><timestamp>1678293578000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Update README

I guess the proper way to do it is this -- BIT_CHANGING:9aeea14
</comment><date>2023-03-08 10:39:38 -0600</date><id>db8d5931d779bc1f776fb80952a1c263c22f8467</id><msg>Update README</msg><path><editType>edit</editType><file>README</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><affectedPath>src/CLUBB_core/turbulent_adv_pdf.F90</affectedPath><affectedPath>src/CLUBB_core/grid_class.F90</affectedPath><affectedPath>src/CLUBB_core/pdf_closure_module.F90</affectedPath><affectedPath>src/CLUBB_core/saturation.F90</affectedPath><affectedPath>src/CLUBB_core/mean_adv.F90</affectedPath><affectedPath>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</affectedPath><affectedPath>src/CLUBB_core/pdf_utilities.F90</affectedPath><affectedPath>src/CLUBB_core/mixing_length.F90</affectedPath><commitId>a3bcb0bd343d004b2f085006708b88131be99507</commitId><timestamp>1678297579000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Gpu updates (#1070)

* Fixing bug. This was only triggered when l_input_fields=.true., which I am only testing because it needs to be true so that I can test ADG2_driver.

* Removing usage of gr from pdf_closure. It was only ever used for nz, which is now fed in directly.

* Making openacc statements more consistent. Ensuring all statments on double loops have specified gang and vector, and that all parallel loops have an end parallel loop statment at the end of them. Everything BFB on CPUs and GPUs.

* Pushing acc data region to outermost parts of mixing_length.

* Removing pdf_implicit_coefs_terms from acc copyin and copyout. It is only used when iiPDF_type == iiPDF_new .or. iiPDF_type == iiPDF_new_hybrid, so we do not need to do any copying with it. The inclusion of it also caused the data statement to copy unallocated arrays, which are just garbage pointers, and that was causing random occasional crashes (either segfaults or gpu out of memory).

* The update device clauses for return variables seems to only be requried for arrays contained in types. See https://github.com/larson-group/clubb/issues/1049\#issuecomment-1440624778

* Moving acc end data to end of pdf_closure. This reuqired removing any conditional return statements that appear before the final return, since we're not allowed to branch out of an acc region early. I also moved a large printout statement outside of a loop. The only reason it was in the loop to begin with was because pdf_params used to be an array of types, but now is a type of arrays, allowing us to print the full arrays directly.

* Making loop an acc loop. If we weren't outputting w_[up/down]_in_cloud (iw_up_in_cloud &lt;= 0 .or. iw_down_in_cloud &lt;= 0, then these arrays were only being zerod out on the CPU and would've getting overwritten by the uninitialized GPU data at the end of the data statement. This change causes the arrays to get correctly zerod out on the GPU when we need.

* Update VariableGroupNondimMoments.py

Fixed a typo

* Merging new changes from master

* Removing need for -gpu=deepcopy, pushing some acc data statements up call tree, and replacing some acc data statements with acc delare statements so that return statements can be added back in.

* Adding back an acc loop that was accidentally removed during a merge.

---------

Co-authored-by: Brian Griffin &lt;31553422+bmg929@users.noreply.github.com&gt;
</comment><date>2023-03-08 11:46:19 -0600</date><id>a3bcb0bd343d004b2f085006708b88131be99507</id><msg>Gpu updates (#1070)</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/turbulent_adv_pdf.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/grid_class.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/saturation.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mean_adv.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mixing_length.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/pdf_utilities.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/pdf_closure_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>input/case_setups/dycoms2_rf02_morr_model.in</affectedPath><affectedPath>src/clubb_driver.F90</affectedPath><affectedPath>input/case_setups/bomex_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_nd_model.in</affectedPath><affectedPath>input/case_setups/rico_silhs_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_ds_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_so_model.in</affectedPath><affectedPath>input/case_setups/rico_model.in</affectedPath><affectedPath>input/case_setups/wangara_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_do_model.in</affectedPath><commitId>8e473e08b858df61c5c5116e37e26f3df2431a0b</commitId><timestamp>1678316303000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>Code changes to implement modified boundary condition
This commit contains code changes to implement modified boundary
conditions for convergence test simulations. These code changes
can be activated by setting l_modify_bc_for_cnvg_test = .true.
in the CLUBB namelist.

Originally committed by Shixuan.
</comment><date>2023-03-08 16:58:23 -0600</date><id>8e473e08b858df61c5c5116e37e26f3df2431a0b</id><msg>Code changes to implement modified boundary condition</msg><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_so_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_morr_model.in</file></path><path><editType>edit</editType><file>input/case_setups/rico_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_do_model.in</file></path><path><editType>edit</editType><file>input/case_setups/wangara_model.in</file></path><path><editType>edit</editType><file>input/case_setups/rico_silhs_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_ds_model.in</file></path><path><editType>edit</editType><file>src/clubb_driver.F90</file></path><path><editType>edit</editType><file>input/case_setups/bomex_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_nd_model.in</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/mono_flux_limiter.F90</affectedPath><commitId>c5c29600aa8cf9176127e44fbf6ddccf9474722a</commitId><timestamp>1678350700000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Implements Thomas Toniazzo's bug fix for spike removal

in the monotonic flux limiter.  See

https://github.com/larson-group/clubb_release/pull/11/files

This code change is
expected to be BIT_CHANGING for cases in which
`l_predict_upwp_vpwp = T`, `l_mono_flux_lim_um = T`
or `l_mono_flux_lim_vm = T`, and the monotonic
flux limiter is triggered.

This bug fix prevents non-conservation of momentum
when the vertical integral of either of the wind components `um` or `vm` is negative.
</comment><date>2023-03-09 02:31:40 -0600</date><id>c5c29600aa8cf9176127e44fbf6ddccf9474722a</id><msg>Implements Thomas Toniazzo's bug fix for spike removal</msg><path><editType>edit</editType><file>src/CLUBB_core/mono_flux_limiter.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README</affectedPath><commitId>9512061ddd7b2a7d1009a787409055495fbd39c5</commitId><timestamp>1678370125000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Fixed an old notation change in the README
</comment><date>2023-03-09 07:55:25 -0600</date><id>9512061ddd7b2a7d1009a787409055495fbd39c5</id><msg>Fixed an old notation change in the README</msg><path><editType>edit</editType><file>README</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README</affectedPath><commitId>5cb6f1b9b80536e8a57e8d5f64a73136c824b0a0</commitId><timestamp>1678370507000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Update README

Did this not work because I didn't include all 40 characters of the git hash?
BIT_CHANGING:9aeea149d5970cb99218344f8bde576e1f036d21
</comment><date>2023-03-09 08:01:47 -0600</date><id>5cb6f1b9b80536e8a57e8d5f64a73136c824b0a0</id><msg>Update README</msg><path><editType>edit</editType><file>README</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>input_misc/tuner/error_atex.in</affectedPath><affectedPath>input_misc/tuner/error_rico.in</affectedPath><affectedPath>input_misc/tuner/error_gabls3_night.in</affectedPath><affectedPath>src/CLUBB_core/sfc_varnce_module.F90</affectedPath><affectedPath>input_misc/tuner/error_nov11_altocu.in</affectedPath><affectedPath>input_misc/tuner/error_four_cases.in</affectedPath><affectedPath>input_misc/tuner/error_dycoms2_rf01.in</affectedPath><affectedPath>input_misc/tuner/error_dycoms2_rf02_ds.in</affectedPath><affectedPath>src/clubb_standalone.F90</affectedPath><affectedPath>input_misc/tuner/error_wangara.in</affectedPath><affectedPath>input/tunable_parameters_compatible_r8029/tunable_parameters.in</affectedPath><affectedPath>src/G_unit_test_types/pdf_parameter_tests.F90</affectedPath><affectedPath>input/tunable_parameters/tunable_parameters.in</affectedPath><affectedPath>input_misc/tuner/error_dycoms2_rf02_do.in</affectedPath><affectedPath>src/CLUBB_core/parameter_indices.F90</affectedPath><affectedPath>input_misc/tuner/error_dycoms2_rf02_nd.in</affectedPath><affectedPath>input/tunable_parameters_e3sm/tunable_parameters.in</affectedPath><affectedPath>input_misc/tuner/error_arm.in</affectedPath><affectedPath>src/CLUBB_core/parameters_tunable.F90</affectedPath><affectedPath>src/G_unit_test_types/spurious_source_test.F90</affectedPath><affectedPath>input_misc/tuner/error_bomex.in</affectedPath><affectedPath>input_misc/tuner/error_bomex_fire.in</affectedPath><affectedPath>src/clubb_thread_test.F90</affectedPath><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><affectedPath>input/tunable_parameters_Lscale/tunable_parameters.in</affectedPath><affectedPath>input_misc/tuner/error_arm_97.in</affectedPath><affectedPath>input_misc/tuner/error_all.in</affectedPath><affectedPath>src/jacobian.F90</affectedPath><affectedPath>input_misc/tuner/error_lba.in</affectedPath><affectedPath>src/CLUBB_core/clubb_api_module.F90</affectedPath><affectedPath>input_misc/tuner/error_fire.in</affectedPath><affectedPath>src/error.F90</affectedPath><affectedPath>input_misc/tuner/error_gabls2.in</affectedPath><affectedPath>input_misc/tuner/error_ticket_756.in</affectedPath><commitId>903169aafe5cfd2f7cae35adef3d31e6f51641fe</commitId><timestamp>1678723565000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Making 'a_const' into a CLUBB tunable parameter. (#1072)

* Converting the sfc_varnce_module.F90 parameter 'a_const' into a CLUBB tunable parameter.

Results should be bit-for-bit since it will be set to 1.8 and with l_vary_convect_depth=F
this is the standard value.

Some discussion in ticket #994.

* Completing requested changes, see PR #1072.
</comment><date>2023-03-13 10:06:05 -0600</date><id>903169aafe5cfd2f7cae35adef3d31e6f51641fe</id><msg>Making 'a_const' into a CLUBB tunable parameter. (#1072)</msg><path><editType>edit</editType><file>input_misc/tuner/error_four_cases.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_fire.in</file></path><path><editType>edit</editType><file>src/CLUBB_core/sfc_varnce_module.F90</file></path><path><editType>edit</editType><file>input_misc/tuner/error_gabls3_night.in</file></path><path><editType>edit</editType><file>src/clubb_standalone.F90</file></path><path><editType>edit</editType><file>input/tunable_parameters_compatible_r8029/tunable_parameters.in</file></path><path><editType>edit</editType><file>src/G_unit_test_types/pdf_parameter_tests.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/clubb_api_module.F90</file></path><path><editType>edit</editType><file>input_misc/tuner/error_arm_97.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_atex.in</file></path><path><editType>edit</editType><file>input/tunable_parameters_Lscale/tunable_parameters.in</file></path><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>input/tunable_parameters/tunable_parameters.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_lba.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_bomex_fire.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_rico.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_bomex.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_all.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_ticket_756.in</file></path><path><editType>edit</editType><file>src/G_unit_test_types/spurious_source_test.F90</file></path><path><editType>edit</editType><file>src/error.F90</file></path><path><editType>edit</editType><file>input_misc/tuner/error_arm.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_dycoms2_rf02_nd.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_dycoms2_rf01.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_gabls2.in</file></path><path><editType>edit</editType><file>src/CLUBB_core/parameters_tunable.F90</file></path><path><editType>edit</editType><file>input_misc/tuner/error_nov11_altocu.in</file></path><path><editType>edit</editType><file>input/tunable_parameters_e3sm/tunable_parameters.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_dycoms2_rf02_ds.in</file></path><path><editType>edit</editType><file>input_misc/tuner/error_wangara.in</file></path><path><editType>edit</editType><file>src/CLUBB_core/parameter_indices.F90</file></path><path><editType>edit</editType><file>src/clubb_thread_test.F90</file></path><path><editType>edit</editType><file>input_misc/tuner/error_dycoms2_rf02_do.in</file></path><path><editType>edit</editType><file>src/jacobian.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README</affectedPath><commitId>14c03cc05cfddd0fc31d3845fc13111b3ac08d3a</commitId><timestamp>1678743308000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Update README

I should've added the answer-changing tag to my previous commit:
BIT_CHANGING:903169a.

That commit doesn't really change answers, but adds a new tunable parameter which will show up in the output files and therefore they will differ from previous output files.
</comment><date>2023-03-13 15:35:08 -0600</date><id>14c03cc05cfddd0fc31d3845fc13111b3ac08d3a</id><msg>Update README</msg><path><editType>edit</editType><file>README</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README</affectedPath><commitId>2c597f4960cdb75b2bee46e56a511bd56fd722e2</commitId><timestamp>1678743421000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Update README

Oops didn't include all git hash characters:
BIT_CHANGING:903169aafe5cfd2f7cae35adef3d31e6f51641fe
</comment><date>2023-03-13 15:37:01 -0600</date><id>2c597f4960cdb75b2bee46e56a511bd56fd722e2</id><msg>Update README</msg><path><editType>edit</editType><file>README</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><affectedPath>src/CLUBB_core/sigma_sqd_w_module.F90</affectedPath><affectedPath>src/CLUBB_core/T_in_K_module.F90</affectedPath><affectedPath>src/CLUBB_core/pdf_closure_module.F90</affectedPath><affectedPath>src/CLUBB_core/Skx_module.F90</affectedPath><commitId>5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd</commitId><timestamp>1678812234000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Pdf closure driver gpuization (#1071)

* GPUizing pdf_closure_driver, testing still needed, bug likely.

* Making data movement better. Also fixed some random things. Still need to return returns.

* Adding back a couple return statments. Moving a comment where it should be. GPUizing a missed loop.

* Making arguements list satisfy standards.

* Making arguements list satisfy standards. Also adding max(1,hydrometdim) to hydromet inputs.

* Capitalizing K

* Making the error case in compute_cloud_cover behavior a bit differently. This allows the error to be detected immediately by GPU runs as well.

* Calling compute_cloud_cover only needs to be done if l_use_cloud_cover = .true.
</comment><date>2023-03-14 11:43:54 -0500</date><id>5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd</id><msg>Pdf closure driver gpuization (#1071)</msg><path><editType>edit</editType><file>src/CLUBB_core/sigma_sqd_w_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/T_in_K_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/pdf_closure_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/Skx_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README</affectedPath><commitId>b6496cec72690bbaa9195b116d01555338953797</commitId><timestamp>1678891637000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Update README


RESOLVED:8e473e08b858df61c5c5116e37e26f3df2431a0b
Above committed on March 8th, 2023
BIT_CHANGING:5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd
Above was committed on March 14th, 2023
</comment><date>2023-03-15 09:47:17 -0500</date><id>b6496cec72690bbaa9195b116d01555338953797</id><msg>Update README</msg><path><editType>edit</editType><file>README</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><commitId>fb4556e4cc4cb3d4b6df3520370a28a824f357ef</commitId><timestamp>1679006580000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Moving compute_cloud_cover outside of if ( l_use_cloud_cover ) then statement, the cloud_cover and rcm_in_layer variables they compute aren't output in clubb_standalone, but are in cam, causing cam bit diff tests to break.
</comment><date>2023-03-16 17:43:00 -0500</date><id>fb4556e4cc4cb3d4b6df3520370a28a824f357ef</id><msg>Moving compute_cloud_cover outside of if ( l_use_cloud_cover ) then statement, the cloud_cover and rcm_in_layer variables they compute aren't output in clubb_standalone, but are in cam, causing cam bit diff tests to break.</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README</affectedPath><commitId>0cf0157ebf0dfe165d07da57520f34cbf1173bb8</commitId><timestamp>1679163846000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Undoing README update, 1 space = 1 byte and we should maximize file sizes to deter hackers from stealing our data. Also BIT_CHANGING:fb4556e4cc4cb3d4b6df3520370a28a824f357ef for configs where l_use_cloud_cover = .false., which means I was wrong about this ever not being bit changing, so I must've either only tested with l_use_cloud_cover = .true. or only tested the multicol diffs when I put compute_cloud_cover inside the if statement.
</comment><date>2023-03-18 13:24:06 -0500</date><id>0cf0157ebf0dfe165d07da57520f34cbf1173bb8</id><msg>Undoing README update, 1 space = 1 byte and we should maximize file sizes to deter hackers from stealing our data. Also BIT_CHANGING:fb4556e4cc4cb3d4b6df3520370a28a824f357ef for configs where l_use_cloud_cover = .false., which means I was wrong about this ever not being bit changing, so I must've either only tested with l_use_cloud_cover = .true. or only tested the multicol diffs when I put compute_cloud_cover inside the if statement.</msg><path><editType>edit</editType><file>README</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><commitId>dffad1daafea675ddb568df7159dc83c952baab7</commitId><timestamp>1679530369000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Adding Skthl_zm to the update host list, I missed this in the last PR. I noticed this by comparing results with and without managed memory, now I've checked BFBness with arm, mpace_b, mc3e, and gabls2.
</comment><date>2023-03-22 19:12:49 -0500</date><id>dffad1daafea675ddb568df7159dc83c952baab7</id><msg>Adding Skthl_zm to the update host list, I missed this in the last PR. I noticed this by comparing results with and without managed memory, now I've checked BFBness with arm, mpace_b, mc3e, and gabls2.</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/grid_class.F90</affectedPath><affectedPath>src/CLUBB_core/pdf_closure_module.F90</affectedPath><affectedPath>src/CLUBB_core/mean_adv.F90</affectedPath><affectedPath>src/CLUBB_core/saturation.F90</affectedPath><affectedPath>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</affectedPath><affectedPath>src/CLUBB_core/pdf_utilities.F90</affectedPath><affectedPath>src/CLUBB_core/parameters_model.F90</affectedPath><affectedPath>src/CLUBB_core/mixing_length.F90</affectedPath><affectedPath>src/CLUBB_core/Skx_module.F90</affectedPath><affectedPath>src/CLUBB_core/turbulent_adv_pdf.F90</affectedPath><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><affectedPath>src/CLUBB_core/sigma_sqd_w_module.F90</affectedPath><affectedPath>src/CLUBB_core/T_in_K_module.F90</affectedPath><commitId>d6db663fb3c7cd893d3d68786c486254e8a28ebb</commitId><timestamp>1679711434000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Small GPU fixes (#1076)

* Fixing small things that I caught by adding the default(present) onto acc loops.

* Moving default(present) to the end because it looks nicer there.
</comment><date>2023-03-24 21:30:34 -0500</date><id>d6db663fb3c7cd893d3d68786c486254e8a28ebb</id><msg>Small GPU fixes (#1076)</msg><path><editType>edit</editType><file>src/CLUBB_core/grid_class.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mixing_length.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/sigma_sqd_w_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/pdf_closure_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/T_in_K_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/parameters_model.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/turbulent_adv_pdf.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mean_adv.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/Skx_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/pdf_utilities.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/saturation.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README</affectedPath><commitId>5cd77e018ec1ca2d920bd34b5500529068b95749</commitId><timestamp>1680086342000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Adds blank line to trigger nightly tests
</comment><date>2023-03-29 05:39:02 -0500</date><id>5cd77e018ec1ca2d920bd34b5500529068b95749</id><msg>Adds blank line to trigger nightly tests</msg><path><editType>edit</editType><file>README</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><affectedPath>src/CLUBB_core/advance_wp2_wp3_module.F90</affectedPath><affectedPath>src/CLUBB_core/model_flags.F90</affectedPath><affectedPath>src/clubb_driver.F90</affectedPath><affectedPath>src/G_unit_test_types/spurious_source_test.F90</affectedPath><affectedPath>src/CLUBB_core/clubb_api_module.F90</affectedPath><affectedPath>src/G_unit_test_types/pdf_parameter_tests.F90</affectedPath><affectedPath>src/CLUBB_core/clip_explicit.F90</affectedPath><affectedPath>input/tunable_parameters/configurable_model_flags.in</affectedPath><affectedPath>src/clubb_tuner.F90</affectedPath><commitId>475d569931a16ce1187c26757a0913e53c62abe5</commitId><timestamp>1680247062000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>Code changes to implement modificiations on wp3 clippings
This commit contains code changes to implement modifications of skewness
clippings on wp3 in src/CLUBB_core/clip_explicit.F90. The default method attempts
to apply smaller (larger) clippings below (above) 100m AGL level, which
can cause a discontinuities around 100m AGL level. This clippings is
found to trigger sawthooth oscillations in wp3 when linear diffusion is
used. Such swathooth oscillations are eleminated if a smoothed Heaviside
function is introduced to obtain a smooth transition of clippings at
around 100m AGL level. The changes is necessary to obtain the first
order convergence in CLUBB-SCM when lienar diffusion is used.

Previously committed by Shixuan.
</comment><date>2023-03-31 02:17:42 -0500</date><id>475d569931a16ce1187c26757a0913e53c62abe5</id><msg>Code changes to implement modificiations on wp3 clippings</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_wp2_wp3_module.F90</file></path><path><editType>edit</editType><file>input/tunable_parameters/configurable_model_flags.in</file></path><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/clubb_api_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/clip_explicit.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/model_flags.F90</file></path><path><editType>edit</editType><file>src/clubb_driver.F90</file></path><path><editType>edit</editType><file>src/clubb_tuner.F90</file></path><path><editType>edit</editType><file>src/G_unit_test_types/pdf_parameter_tests.F90</file></path><path><editType>edit</editType><file>src/G_unit_test_types/spurious_source_test.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><affectedPath>src/clubb_driver.F90</affectedPath><affectedPath>src/G_unit_test_types/spurious_source_test.F90</affectedPath><affectedPath>src/CLUBB_core/model_flags.F90</affectedPath><affectedPath>src/CLUBB_core/clubb_api_module.F90</affectedPath><affectedPath>src/G_unit_test_types/pdf_parameter_tests.F90</affectedPath><affectedPath>src/CLUBB_core/advance_helper_module.F90</affectedPath><affectedPath>input/tunable_parameters/configurable_model_flags.in</affectedPath><affectedPath>src/CLUBB_core/mixing_length.F90</affectedPath><affectedPath>src/clubb_tuner.F90</affectedPath><commitId>4b16d833e86ad23ef6ea81de67c38c596ebccd25</commitId><timestamp>1680538287000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>This commit contains code changes to implement modifications on limiters in three places:

1. remove the limiters in denominator of equation for
   brunt_vaisala_freq_sqd_smth, which affects the computed
   eddy dissipation time scale in turbulent fluxes (wpxp).
   (in mixing_length.F90)

2. reduce the threshold values of limiters in the equation
   for richardson number (sqrt_Ri_zm)
   (in mixing_length.F90)

3. introduce the smoothed max/min function for limiters in
   equation of Cx_fnc_Richardson.
   (in advance_helper_module.F90).

After the modification, we also apply a zt2m(zm2zt) smoothing
on the calculated quantities. These modifications are found to
be benificial for improving solution convergence in CLUBB-SCM

The code changes are controlled by a newly introduced flag named
"l_modify_limiters_for_cnvg_test", which is set to .false. (meaning that
the modificaitons on limiters is turned off) by default.

Originally committed by Shixuan.
</comment><date>2023-04-03 11:11:27 -0500</date><id>4b16d833e86ad23ef6ea81de67c38c596ebccd25</id><msg>This commit contains code changes to implement modifications on limiters in three places:</msg><path><editType>edit</editType><file>src/clubb_driver.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mixing_length.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>src/G_unit_test_types/spurious_source_test.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/advance_helper_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/clubb_api_module.F90</file></path><path><editType>edit</editType><file>input/tunable_parameters/configurable_model_flags.in</file></path><path><editType>edit</editType><file>src/G_unit_test_types/pdf_parameter_tests.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/model_flags.F90</file></path><path><editType>edit</editType><file>src/clubb_tuner.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/cernikt</absoluteUrl><fullName>cernikt</fullName></culprit><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></culprit><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/vlarson</absoluteUrl><fullName>Vince Larson</fullName></culprit><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></culprit><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></culprit><inProgress>false</inProgress><nextBuild><number>426</number><url>http://carson.math.uwm.edu/jenkins/view/Production%20View/job/clubb_mac_gfortran_test/426/</url></nextBuild><previousBuild><number>424</number><url>http://carson.math.uwm.edu/jenkins/view/Production%20View/job/clubb_mac_gfortran_test/424/</url></previousBuild></workflowRun>