-
Notifications
You must be signed in to change notification settings - Fork 142
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
Nest updates for FMS #227
Nest updates for FMS #227
Conversation
…arse_update branch
…r the infamous 'compute_qs' crash
…to lmh_ncep_regional
…c-output-fails-to-write-history-file' into user/lmh/fvGFS
…to user/lmh/fvGFS
It looks like this is failing travis due to make distcheck, because the input.nml files are not being correctly copied to the build directories. For example, from test_fms/axis_util/test_axis_utils.sh:
This kind of copy is necessary for all data files needed in tests. When the changes in this PR are merged, they are going to impact the bats removal PR and other open PRs. |
@bensonr and @wrongkindofdoctor, once the PR #228 is merged let's see if that resolves the build issues with this PR. If not, I will look to see what needs to be updated. |
I looked at the output from travis the day I put in the PR and it would
have failed regardless of whether input.nml was being copied correctly or
not by the script. I forgot to update input_base.nml to account for
changes in test_mpp_domains.F90.
…On Fri, Nov 29, 2019 at 6:31 PM Seth Underwood ***@***.***> wrote:
@bensonr <https://github.com/bensonr> and @wrongkindofdoctor
<https://github.com/wrongkindofdoctor>, once the PR #228
<#228> is merged let's see if that
resolves the build issues with this PR. If not, I will look to see what
needs to be updated.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#227?email_source=notifications&email_token=ABSKBVDT7Q27MUULM46HINDQWGQ5JA5CNFSM4JSKRI2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFPVCMQ#issuecomment-559894834>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSKBVDUEEKHYJTEICFAQVDQWGQ5JANCNFSM4JSKRI2A>
.
|
2f4e853
@colingladueNOAA once the last approvals are done, this PR can be done. |
cc2e624
@colingladueNOAA @thomas-robinson @wrongkindofdoctor please review and approve. This is just an update, merging master back into the branch for this PR. |
This PR addresses feature request #226
Code has been tested for reproducibility after proper updates within SHiELD and GFDL AM4/CM4 models. Full testing will need to be performed once updates are merged.