Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instances of "INPUT/srf_data.*" in various fv3_conf .IN files #343

Closed
DeniseWorthen opened this issue Dec 21, 2020 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@DeniseWorthen
Copy link
Collaborator

Description

I believe there is a typo in at least 11 of the fv3_conf run files:

    cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT
    rm -f INPUT/fv_core.res.*
    rm -f INPUT/fv_srf_wnd.res.*
    rm -f INPUT/fv_tracer.res.*
    rm -f INPUT/phy_data.*c
    rm -f INPUT/srf_data.*

The final line should be

rm -f INPUT/sfc_data.*

I don't think this will have any impact but it should be fixed.

@DeniseWorthen DeniseWorthen added the bug Something isn't working label Dec 21, 2020
@junwang-noaa
Copy link
Collaborator

junwang-noaa commented Dec 21, 2020 via email

epic-cicd-jenkins pushed a commit that referenced this issue Apr 17, 2023
…heyenne, as well as fix workflow generation on Cheyenne (#378)

## DESCRIPTION OF CHANGES: 
A fix was applied to the release branch for the Cheyenne workflow and automated testing in #343, this PR applies the same to develop.

## TESTS CONDUCTED: 
Workflow built and ran on Cheyenne; the following tests were run and all passed:
 - grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2
 - grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2
 - grid_RRFS_CONUS_3km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2

## ISSUE (optional): 
Fully resolves #326
epic-cicd-jenkins pushed a commit that referenced this issue Apr 17, 2023
)

## DESCRIPTION OF CHANGES: 
 - Removes regional_workflow from Externals.cfg
 - Replaces uses of "HOMErrfs" with "SR_WX_APP_TOP_DIR"
 - Remove/replace other references to regional_workflow

### Type of change
- [ ] Bug fix

## TESTS CONDUCTED: 
All build tests passed on Cheyenne (gnu), Hera (intel), Jet (intel), Orion (intel)

WE2E tests pending but all run so far have succeeded; see PR on GitHub for full list of tests

## DEPENDENCIES:
None

## DOCUMENTATION:
In-line documentation has been updated; user documentation will need to be updated in a future PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants