Skip to content

Update to latest tempo release#2293

Merged
islas merged 1 commit into
wrf-model:developfrom
AndersJensen-NOAA:tempo_v3.0.4
Mar 19, 2026
Merged

Update to latest tempo release#2293
islas merged 1 commit into
wrf-model:developfrom
AndersJensen-NOAA:tempo_v3.0.4

Conversation

@AndersJensen-NOAA
Copy link
Copy Markdown

@AndersJensen-NOAA AndersJensen-NOAA commented Mar 4, 2026

Modification from tempo v3.0.0 to v3.0.4 (that pertain to WRF)

TYPE: enhancement

KEYWORDS: tempo

SOURCE: Anders Jensen NOAA/GSL

DESCRIPTION OF CHANGES:
Bugfixes:

  • Bug fix for initialization of precipitation diagnostic

Modifications (mostly for speedup and better memory useage)

  • global dt variable was removed and replaced with local variables to prevent parallel compute issues
  • 3D diagnostics data type was changed to intent(inout) from intent(out) to reduce the number of calls to allocate
  • microphysical process tendencies data type was changed from allocatable to a pointer contiguous in memory for better memory handling and efficiency

ISSUE:
Related to PR #2270

@AndersJensen-NOAA AndersJensen-NOAA requested review from a team as code owners March 4, 2026 23:23
@weiwangncar
Copy link
Copy Markdown
Collaborator

The regression test results:

Test Type | Expected | Received | Failed
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Number of Tests : 23 24
Number of Builds : 60 57
Number of Simulations : 158 150 0
Number of Comparisons : 95 86 0

Failed Simulations are: 
None
Which comparisons are not bit-for-bit: 
None

@weiwangncar
Copy link
Copy Markdown
Collaborator

@AndersJensen-NOAA Are there important updates you should record in the PR message?

Copy link
Copy Markdown
Collaborator

@dudhia dudhia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment change only.

@AndersJensen-NOAA
Copy link
Copy Markdown
Author

@AndersJensen-NOAA Are there important updates you should record in the PR message?

Modification from tempo v3.0.0 to v3.0.4 (that pertain to WRF)

Bugfixes:

  • Bug fix for initialization of precipitation diagnostic

Modifications (mostly for speedup and better memory useage)

  • global dt variable was removed and replaced with local variables to prevent parallel compute issues
  • 3D diagnostics data type was changed to intent(inout) from intent(out) to reduce the number of calls to allocate
  • microphysical process tendencies data type was changed from allocatable to a pointer contiguous in memory for better memory handling and efficiency

@islas
Copy link
Copy Markdown
Collaborator

islas commented Mar 19, 2026

Updated PR description to better match PR template format

@islas islas merged commit 91b64fd into wrf-model:develop Mar 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants