Update regional workflow for wcoss2 RRFS_A v0.6.1#545
Merged
Conversation
ShunLiu-NOAA
approved these changes
Jul 14, 2023
| fi | ||
| if [[ ${gsi_type} == "ANALYSIS" && ${anav_type} == "conv_dbz" ]]; then | ||
| ANAVINFO=${FIX_GSI}/${ANAVINFO_CONV_DBZ_FN} | ||
| beta1_inv=0.0 |
Collaborator
There was a problem hiding this comment.
@hu5970 @chunhuazhou Does it mean that all previous experiments used only 85% ensemble increments for ref DA?
There was a problem hiding this comment.
@guoqing-noaa @hu5970 @chunhuazhou This part is effective only in the case of ${anav_type}=="conv_dbz" (simultaneous dbz DA). I deleted this "beta1_inv=0.0" to make simultaneous dbz DA possible with hybrid-EnVar in PR#533.
I don't know why "beta1_inv=0.0" was reverted here in this PR. I think "beta1_inv=0.0" shouldn't be added here.
Author
There was a problem hiding this comment.
I will delete "beta1_inv=0.0" in next PR.
guoqing-noaa
added a commit
to guoqing-noaa/regional_workflow
that referenced
this pull request
Sep 15, 2024
…SL#32) * copy sample files for cherry-picking * Update regional workflow for wcoss2 RRFS_A v0.6.1 (NOAA-GSL#545) Co-authored-by: ming hu <ming.hu@dlogin05.dogwood.wcoss2.ncep.noaa.gov> * Further tuning for v0.6.1: (NOAA-GSL#546) 1. fix SST_ROOT bug on WCOSS2 2. set PPT = 0.5 3. set fhcyc = 0 4. add link to fvcom_mask.nc 5. clean forecast netcdf after post. 6. remove "beta1_inv=0.0" from exregional_run_analysis.sh (line 677) Co-authored-by: ming hu <ming.hu@dlogin04.dogwood.wcoss2.ncep.noaa.gov> * minor bug fix on copying stdout files in exregional_nonvarcldanl.sh (NOAA-GSL#547) * Update workflow based on RRFS_A v0.6.1 on Cactus. (NOAA-GSL#548) Co-authored-by: ming hu <ming.hu@clogin08.cactus.wcoss2.ncep.noaa.gov> * bugfix on exregional_run_prdgen.sh (NOAA-GSL#549) * Uncommenting ice number concentration for RRFS output. (NOAA-GSL#550) * Add configuration and update regional workflow for (NOAA-GSL#551) running retros on wcoss2 with CONUS 3km grid. Co-authored-by: ming hu <ming.hu@clogin01.cactus.wcoss2.ncep.noaa.gov> * bump RTMA version to v0.6.1 (NOAA-GSL#552) * move sample scripts to sample_configs/samples * set primary by default for machinetype * update README * increase wtime_run_fcst on wcoss2 --------- Co-authored-by: Ming Hu <Ming.Hu@noaa.gov> Co-authored-by: ming hu <ming.hu@dlogin05.dogwood.wcoss2.ncep.noaa.gov> Co-authored-by: ming hu <ming.hu@dlogin04.dogwood.wcoss2.ncep.noaa.gov> Co-authored-by: Guoqing Ge <guoqing.ge@noaa.gov> Co-authored-by: ming hu <ming.hu@clogin08.cactus.wcoss2.ncep.noaa.gov> Co-authored-by: EricJames-NOAA <eric.james@noaa.gov> Co-authored-by: ming hu <ming.hu@clogin01.cactus.wcoss2.ncep.noaa.gov>
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.
Update the regional workflow based on current RRFS_A v0.5.3 on WCOSS2.
This version will be deployed as the RRFS_A v0.6.1 and was tested on WCOSS2 development machine.