-
Notifications
You must be signed in to change notification settings - Fork 132
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
Updated dmi drivers according to standalone #383
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is lal.dat?
@@ -39,12 +39,12 @@ module CICE_RunMod | |||
! | |||
! author Elizabeth C. Hunke, LANL | |||
! Philip W. Jones, LANL | |||
! William H. Lipscomb, LANL | |||
William H. Lipscomb, LANL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like an error. You probably need ! in front.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes your are right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little confused what the Icepack change is. Is that supposed to be there and what is it doing?
travis is not passing. I believe it cannot find the Icepack submodule version or change that's in this PR. That should be fixed and reset to the current CICE Icepack version, 68bc397. If you need some help with that, let me know. |
Yes I needed to add "!" |
@TillRasmussen if you (re)take a look at https://github.com/CICE-Consortium/About-Us/wiki/Git-Workflow-Guidance maybe it will clarify things for you regarding how to deal with icepack. I added more details to that page. Essentially each time you switch branches with |
thanks, I did manage to get through.
Till
…On Thu, Dec 5, 2019 at 4:01 PM Philippe Blain ***@***.***> wrote:
@TillRasmussen <https://github.com/TillRasmussen> if you (re)take a look
at https://github.com/CICE-Consortium/About-Us/wiki/Git-Workflow-Guidance
maybe it will clarify things for you regarding how to deal with icepack. I
added more details to that page. Essentially each time you switch branches
with git checkout you have to follow with git submodule update for the
Icepack submodule to stay in sync with the current branch. Same thing when
you git pull, you have to follow with git submodule update.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#383?email_source=notifications&email_token=AH7N7DVTKAJSCNVVNWHKJATQXEJVPA5CNFSM4JTNR4U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGA7ZZI#issuecomment-562167013>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH7N7DVKUC5MBLN6ZW5HWCLQXEJVPANCNFSM4JTNR4UQ>
.
|
For detailed information about submitting Pull Requests (PRs) to the CICE-Consortium,
please refer to: https://github.com/CICE-Consortium/About-Us/wiki/Resource-Index#information-for-developers
PR checklist
Cleanup, allowed hycom_atm_data to have leap year and update dmi driver to reflect changes in standalone driver
tar
Limited differences in standalone code. This changes dmi driver according to updated standalone driver
This should not change results. I have removed comments from ice_grid related to the calculation of anglet. Mostly added keywords to dmi driver as required by the updated icepack. At last allowed for hycom atm data to use leap years.