DA gen_be_v3 updates for cv_options=5 etc#1276
Merged
jamiebresch merged 13 commits intowrf-model:developfrom Aug 26, 2020
Merged
DA gen_be_v3 updates for cv_options=5 etc#1276jamiebresch merged 13 commits intowrf-model:developfrom
jamiebresch merged 13 commits intowrf-model:developfrom
Conversation
modified: README.gen_be_v3 modified: gen_be_v3.F90 new file: util/combine_be_cv5.f90
Default is vertloc_opt=0, no vertical localization. Set in namelist.gen_be_v3 &gen_be_nml vertloc_opt=1 to apply vertical localization using log-P algorithm. modified: var/gen_be_v3/gen_be_v3.F90
modified: var/gen_be_v3/gen_be_v3.F90
modified: var/gen_be_v3/gen_be_v3.F90
1. allow the code to compile in either real8 or real4 2. trap improper number of processors modified: var/gen_be_v3/gen_be_v3.F90
1. move processor index calculation out of subroutine compute_pert 2. distribute the calculation of unbalanced fields and projecting to vertical modes modified: var/gen_be_v3/gen_be_v3.F90
1. psi should be interpolated to be on mass grids in order to have consistent dimensions as other variables 2. split checks for do_this_var(1:nvar) when nvar_all > nvar modified: var/gen_be_v3/gen_be_v3.F90
modified: var/gen_be_v3/util/combine_be_cv5.f90
…essure. modified: var/gen_be_v3/gen_be_v3.F90
modified: var/gen_be_v3/README.gen_be_v3 deleted: var/gen_be_v3/compile_casper deleted: var/gen_be_v3/compile_cheyenne modified: var/gen_be_v3/gen_be_v3.F90 new file: var/gen_be_v3/makefile
new file: var/gen_be_v3/util/makefile
modified: var/gen_be_v3/makefile
Contributor
Author
|
Please find result of the WRF regression test cases in the attachment. This build is for Commit ID: 755c227, requested by: jamiebresch for PR: #1276. For any query please send e-mail to David Gill. |
liujake
approved these changes
Aug 24, 2020
modified: var/gen_be_v3/README.gen_be_v3 modified: var/gen_be_v3/makefile
Contributor
|
@davegill Permission is changed for merge? I see 'Merge is blocked' for me. |
hsbadr
added a commit
to hsbadr/WRF
that referenced
this pull request
Aug 27, 2020
DA gen_be_v3 updates for cv_options=5 etc (wrf-model#1276)
vlakshmanan-scala
pushed a commit
to scala-computing/WRF
that referenced
this pull request
Apr 4, 2024
TYPE: enhancement KEYWORDS: WRFDA, gen_be_v3, cv_options=5 SOURCE: Jamie Bresch (NCAR) DESCRIPTION OF CHANGES: A collection of fixes and enhancements for gen_be_v3 1. add multi-variate statistics capability for stream function, velocity potential, temperature and surface pressure 2. bug fix for be_method=ENS with multiple valid dates 3. add time_lag_ens option for calculating statistics from time lagged ensembles 4. add a sample makefile that uses WRFDA-compiled lapack-lib. LIST OF MODIFIED FILES: M var/gen_be_v3/README.gen_be_v3 D var/gen_be_v3/compile_casper D var/gen_be_v3/compile_cheyenne M var/gen_be_v3/gen_be_v3.F90 A var/gen_be_v3/makefile A var/gen_be_v3/util/combine_be_cv5.f90 A var/gen_be_v3/util/makefile TESTS CONDUCTED: 1. The updated code has been used by Taiwan's Central Weather Bureau and NCAR's Antarctic Mesoscale Prediction System. 2. Jenkins tests all passed. RELEASE NOTE: WRFDA gen_be_v3 is updated for cv_options=5 and ensemble applications. Please see var/gen_be_v3/README.gen_be_v3.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TYPE: enhancement
KEYWORDS: WRFDA, gen_be_v3, cv_options=5
SOURCE: Jamie Bresch (NCAR)
DESCRIPTION OF CHANGES:
A collection of fixes and enhancements for gen_be_v3
LIST OF MODIFIED FILES:
M var/gen_be_v3/README.gen_be_v3
D var/gen_be_v3/compile_casper
D var/gen_be_v3/compile_cheyenne
M var/gen_be_v3/gen_be_v3.F90
A var/gen_be_v3/makefile
A var/gen_be_v3/util/combine_be_cv5.f90
A var/gen_be_v3/util/makefile
TESTS CONDUCTED:
RELEASE NOTE: WRFDA gen_be_v3 is updated for cv_options=5 and ensemble applications. Please see var/gen_be_v3/README.gen_be_v3.