<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>76</buildNumber><marked><SHA1>d3946a586f66f155af6c32d7c6f9ed92389388cf</SHA1><branch><SHA1>d3946a586f66f155af6c32d7c6f9ed92389388cf</SHA1><name>origin/master</name></branch></marked><revision><SHA1>d3946a586f66f155af6c32d7c6f9ed92389388cf</SHA1><branch><SHA1>d3946a586f66f155af6c32d7c6f9ed92389388cf</SHA1><name>origin/master</name></branch></revision></originmaster><originchanges_to_not_break _class='hudson.plugins.git.util.Build'><buildNumber>72</buildNumber><marked><SHA1>c7eb33836dd22870dc48b2acd2b5b340dbeef909</SHA1><branch><SHA1>c7eb33836dd22870dc48b2acd2b5b340dbeef909</SHA1><name>origin/changes_to_not_break</name></branch></marked><revision><SHA1>c7eb33836dd22870dc48b2acd2b5b340dbeef909</SHA1><branch><SHA1>c7eb33836dd22870dc48b2acd2b5b340dbeef909</SHA1><name>origin/changes_to_not_break</name></branch></revision></originchanges_to_not_break><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>433</buildNumber><marked><SHA1>bd1326176efae73d6a273a6d4675ebe17532fe41</SHA1><branch><SHA1>bd1326176efae73d6a273a6d4675ebe17532fe41</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>bd1326176efae73d6a273a6d4675ebe17532fe41</SHA1><branch><SHA1>bd1326176efae73d6a273a6d4675ebe17532fe41</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>bd1326176efae73d6a273a6d4675ebe17532fe41</SHA1><branch><SHA1>bd1326176efae73d6a273a6d4675ebe17532fe41</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/wrf.git</remoteUrl><scmName></scmName></action><action></action><action _class='org.jenkinsci.plugins.workflow.cps.EnvActionImpl'></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>#433</displayName><duration>1036695</duration><estimatedDuration>1483010</estimatedDuration><fullDisplayName>wrf_clubb_silhs_parallel_ifort #433</fullDisplayName><id>433</id><keepLog>false</keepLog><number>433</number><queueId>6936</queueId><result>SUCCESS</result><timestamp>1740129607640</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/wrf_clubb_silhs_parallel_ifort/433/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>interpolation.F90</affectedPath><affectedPath>model_flags.F90</affectedPath><affectedPath>grid_adaptation.F90</affectedPath><commitId>bdaeacdc2600446ad65b582e5fdef98b97b6e8a8</commitId><timestamp>1740100234000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>add dycore grid with conservative remapping scheme

* 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

---------

Co-authored-by: Steffen Carstensen &lt;steffenc34@icloud.com&gt;
</comment><date>2025-02-20 19:10:34 -0600</date><id>bdaeacdc2600446ad65b582e5fdef98b97b6e8a8</id><msg>add dycore grid with conservative remapping scheme</msg><path><editType>edit</editType><file>model_flags.F90</file></path><path><editType>add</editType><file>grid_adaptation.F90</file></path><path><editType>edit</editType><file>interpolation.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>configurable_model_flags.in</affectedPath><commitId>1c982448ebe93bd19f91fd62be6efc83f6394066</commitId><timestamp>1740100234000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>add dycore grid with conservative remapping scheme

* 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

---------

Co-authored-by: Steffen Carstensen &lt;steffenc34@icloud.com&gt;
</comment><date>2025-02-20 19:10:34 -0600</date><id>1c982448ebe93bd19f91fd62be6efc83f6394066</id><msg>add dycore grid with conservative remapping scheme</msg><path><editType>edit</editType><file>configurable_model_flags.in</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>WRF/phys/module_bl_clubb.F</affectedPath><commitId>80389e5801471a1abb32ebae53b17216e5d7c629</commitId><timestamp>1740100260000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>add flags (#132)

* add two flags

* revert changes to configurable_model_flags file

* add new logical flag for dycore and renamed two flags for dycore and grid adaptation
</comment><date>2025-02-20 19:11:00 -0600</date><id>80389e5801471a1abb32ebae53b17216e5d7c629</id><msg>add flags (#132)</msg><path><editType>edit</editType><file>WRF/phys/module_bl_clubb.F</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>434</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/wrf_clubb_silhs_parallel_ifort/434/</url></nextBuild><previousBuild><number>432</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/wrf_clubb_silhs_parallel_ifort/432/</url></previousBuild></workflowRun>