<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><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>469</buildNumber><marked><SHA1>25d5bed515ab3d6e11e43419ef1fc3a71777e545</SHA1><branch><SHA1>25d5bed515ab3d6e11e43419ef1fc3a71777e545</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>25d5bed515ab3d6e11e43419ef1fc3a71777e545</SHA1><branch><SHA1>25d5bed515ab3d6e11e43419ef1fc3a71777e545</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>25d5bed515ab3d6e11e43419ef1fc3a71777e545</SHA1><branch><SHA1>25d5bed515ab3d6e11e43419ef1fc3a71777e545</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/clubb.git</remoteUrl><scmName></scmName></action><action></action><action></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>#469</displayName><duration>752110</duration><estimatedDuration>657923</estimatedDuration><fullDisplayName>clubb_BFB_r8029_flags_gfortran_test #469</fullDisplayName><id>469</id><keepLog>false</keepLog><number>469</number><queueId>10196</queueId><result>SUCCESS</result><timestamp>1747902429064</timestamp><url>http://carson.math.uwm.edu/jenkins/job/clubb_BFB_r8029_flags_gfortran_test/469/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>input/grid/dycore_e3sm.grd</affectedPath><affectedPath>src/CLUBB_core/interpolation.F90</affectedPath><affectedPath>input/grid/dycore.grd</affectedPath><affectedPath>src/Benchmark_cases/atex.F90</affectedPath><affectedPath>input/stats/all_stats.in</affectedPath><affectedPath>postprocessing/pyplotgen/src/ContourPanel.py</affectedPath><affectedPath>src/CLUBB_core/grid_adaptation.F90</affectedPath><affectedPath>src/CLUBB_core/stats_zm_module.F90</affectedPath><affectedPath>src/CLUBB_core/output_netcdf.F90</affectedPath><affectedPath>src/CLUBB_core/constants_clubb.F90</affectedPath><affectedPath>src/clubb_driver.F90</affectedPath><affectedPath>postprocessing/grid_plot.py</affectedPath><affectedPath>src/CLUBB_core/model_flags.F90</affectedPath><affectedPath>src/time_dependent_input.F90</affectedPath><affectedPath>src/CLUBB_core/stats_clubb_utilities.F90</affectedPath><affectedPath>postprocessing/create_grid_adaptation_plot.py</affectedPath><affectedPath>src/CLUBB_core/remapping.F90</affectedPath><affectedPath>input/grid/gr_min.grd</affectedPath><affectedPath>src/CLUBB_core/stats_variables.F90</affectedPath><commitId>25d5bed515ab3d6e11e43419ef1fc3a71777e545</commitId><timestamp>1747866722000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Merge grid adaptation implementation (#1249)

* add tunable parameter interp_from_dycore_grid_method

* add dycore interpolation to atex case with conservative remapping by ullrich

* remove new gpu commands

* add acc annotation for gpu

* remove acc annotation again

* add acc annotation for parallel loop

* add acc annotations for parallel loop execution

* change remapping subroutine to take number of levels and levels as input instead of whole grid object

* add more general functions to interpolate

* add and refactor functions for remapping values given on zm levels

* fix compiler errors and refactoring to stay under 100 chars per line

* remove TODOs and used new interpolating function in interpolate_forcings

* add functions for adaptive grid generation and grid density function normalization

* add conservative ullrich remapping to cases with forcing time dependent inputs

* add grid adaptation and flag

* clean up and add warning for case when remapping from dycore flag cannot be used

* some refactoring

* add logical flag for dycore and renamed flags for dycore and grid adaptation

* remove ifdefs

* refactoring

* add units

* changed Lscale to inverse

* add write to file for grid adaptation (still WIP)

* clean up

* change parameter for grid adaptation and add file and plot script for grid adaptation

* add script for animation

* add e3sm dycore grid

* refactoring for efficiency

* small fix for grid adapt plot script

* add new grid adaptation method with prescribed minimum density profile

* fix call to setup_grid

* add gabls2 case

* add refinement criterion and adaptation trigger

* small fix and add minimum grid density profile to animation

* add grid density to pyplots

* add general refinement criteria for astex and gabls2 case (and arm)

* update create_evenly_grid script

* unfinished save

* WIP: save progress

* save working configuration

* save working config without Lscale

* save working config wo the use of Lscale

* change call to map1_ppm to use correct iv parameter and order 4

* save code for results in thesis

* add code for results

* refactor remapping module for grid adaptation

* add list of functions/subroutines to remapping module

* adjust use statements

* add model files for arm, astex and gabls2

* refactor grid_adaptation module

* refactor and adjust tim stopping in clubb_driver

* clean up

* clean up

* add grids

* add scripts

* add changes made to pyplotgen to generate plots for paper

* add configurable model flags file that was used to obtain results

* clean up and save tunable parameters file

* fix error

* fix error

* add grid adapt output for debug level 2

* change dycore grid

* add plot generation script for paper plots

* add small changes

* add normalization explaination plot to paper plots script

* fix plot

* clean up for stats output

* add comment

* fix use of clubb_at_least_debug_api

* small deallocation fix

* fix merge problems

* revert changes made to test grid adaptation

* revert tunable_parameters for Lscale

* revert changes made to create plots for grid adaptation

* add new line

* add new line

* revert changes

* revert changes made to generate grid adaptation plots
</comment><date>2025-05-21 17:32:02 -0500</date><id>25d5bed515ab3d6e11e43419ef1fc3a71777e545</id><msg>Merge grid adaptation implementation (#1249)</msg><path><editType>edit</editType><file>postprocessing/pyplotgen/src/ContourPanel.py</file></path><path><editType>edit</editType><file>src/CLUBB_core/output_netcdf.F90</file></path><path><editType>edit</editType><file>src/clubb_driver.F90</file></path><path><editType>add</editType><file>postprocessing/grid_plot.py</file></path><path><editType>edit</editType><file>src/CLUBB_core/stats_variables.F90</file></path><path><editType>add</editType><file>input/grid/dycore_e3sm.grd</file></path><path><editType>add</editType><file>input/grid/dycore.grd</file></path><path><editType>add</editType><file>input/grid/gr_min.grd</file></path><path><editType>edit</editType><file>src/time_dependent_input.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/interpolation.F90</file></path><path><editType>add</editType><file>postprocessing/create_grid_adaptation_plot.py</file></path><path><editType>edit</editType><file>src/Benchmark_cases/atex.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/model_flags.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/stats_clubb_utilities.F90</file></path><path><editType>edit</editType><file>input/stats/all_stats.in</file></path><path><editType>edit</editType><file>src/CLUBB_core/grid_adaptation.F90</file></path><path><editType>add</editType><file>src/CLUBB_core/remapping.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/stats_zm_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/constants_clubb.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit><inProgress>false</inProgress><nextBuild><number>470</number><url>http://carson.math.uwm.edu/jenkins/job/clubb_BFB_r8029_flags_gfortran_test/470/</url></nextBuild><previousBuild><number>468</number><url>http://carson.math.uwm.edu/jenkins/job/clubb_BFB_r8029_flags_gfortran_test/468/</url></previousBuild></workflowRun>