Use NOAA-GSL/EMC_post RRFS_dev branch to apply the lastest version of…#7
Merged
christinaholtNOAA merged 1 commit intoJan 22, 2021
Conversation
christinaholtNOAA
requested changes
Jan 14, 2021
Collaborator
christinaholtNOAA
left a comment
There was a problem hiding this comment.
Ming, please make sure that you are providing short title description, and leaving the details in the discussion box when submitting a PR.
| #branch = RRFS_dev | ||
| hash = 9b9c55c | ||
| branch = RRFS_dev | ||
| #hash = 9b9c55c |
Collaborator
There was a problem hiding this comment.
Please use a particular hash for the code that you would like to use. Using the top of a branch for workflows running in real time is hard to reconstruct for future use if we need to rebuild.
1) NOAA-GSL/EMC_post RRFS_dev branch 2) de76944dde
Author
|
@christinaholtNOAA Changed to use hash instead of top of the branch. Thanks, |
Author
|
@christinaholtNOAA Christina, it there further change needed for merge this? Thanks, Ming |
christinaholtNOAA
approved these changes
Jan 22, 2021
christinaholtNOAA
pushed a commit
that referenced
this pull request
Feb 1, 2021
- Adds a CMake build using ExternalProject_Add.
- Makes modifications to build_all.sh and install_all.sh for back-compatibility with old build system. The old build system will remain in, but is now deprecated, and will be removed in the coming weeks.
To build, have the necessary modules loaded and run:
```
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=<prefix>
make
```
The docs/ directory contains README files with instructions for specific platforms/compilers
- **Cheyenne**: Build and end-to-end test ("DOT_OR_USCORE" test case) was successful on Cheyenne with intel, both for the cmake build and the old build script (that will soon be deprecated). Path to tests: /glade/scratch/kavulich/UFS_CAM/testing/SRW_PR_27/expt_dirs/
- **Hera**: Build and end-to-end tests successful (aside from expected failures). Path to tests: /scratch2/BMC/det/kavulich/workdir/SRW_PR_27/expt_dirs
- **Jet**: Build test was successful.
Resolves #7, partially resolves #5
Co-authored-by: kgerheiser <kgerheiser@icloud.com>; Michael Kavulich, Jr <kavulich@ucar.edu>
Jeff-Duda
pushed a commit
to Jeff-Duda/ufs-srweather-app
that referenced
this pull request
Aug 3, 2022
…bm_ic directory out of inputdata directory; use aws ec2 for CI test; auto-rt fixes (ufs-community#426) * Modifications to run tests on aws ec2 instances * Change layout numbers. Include all utests (NOAA-GSL#7) * Remove unnecessary sleep in build_test.yml and buidl_status_check.py * Increase sleep period in build_status_check.py to meet 60 requests/hr * Add sleep back to build_status.check.py * Minor changes. Change CI to develop branch * update diag_tables *add config variable for diag_table *set up diag_table templates for benchmarks (pre/v16) versions * fix diag table variable for v16 tests * add 35 v16 bmark frac test * add missing diag_table in bmark restart tests * Move bm_ic directory out of input-data directory * Replace sys exit with valueError in build_status_check.py * updates for v16 stability * remove un-used dz_min=6 parameter setting in bmark v16 tests * add psm_bc variable and set to value of 1 (default 0) for v16 tests * set dt_atmos=225 in v16 tests * updates for dated BM_IC directory * add INPUTDATA_ROOT_BMIC to rt.sh * remove BM_IC variable in cpld_bmark_run.IN and use explict path to specify IC sources for ATM,MOM6,CICE5 and WW3 (only for 35d test) * add variables in parm/input.benchmark_v16.nml.IN * set dddmp = 0.2 and FSICL to 0 in v16 bmark tests * modify v16 tests * keep FSICL at default value for now * reduce time for v16 wave test to 6hr * update RTPWD to 20130308; skip-ci * fix cpld_bmarkfrac_wave_v16 test * fix timestamps on files for comparison to baseline after switching to 6hour test length * remove restart file from WW3 comparison. Currently the restart file writes out only at hour 12. This is set in ww3_multi.inp. A change to allow writing a restart at hour 6 would require an update to the ww3 input data directory Co-authored-by: MinsukJi-NOAA <minsuk.ji@noaa.gov> Co-authored-by: Brian Curtis <brian.curtis@noaa.gov> Co-authored-by: climbfuji <dom.heinzeller@icloud.com>
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.
No description provided.