-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: add lgar, sft, and smp modules #97
Conversation
d3a3afa
to
d9d7ff7
Compare
Add test cases, then we can merge. |
Can you add Xia as a coathor to this commit bc913a3 and rebase? Can add in the commit message trailer. |
Co-authored-by: Xia Feng <[email protected]>
Yep, done! |
Thinking about conventional commits, we should maybe adopt a |
@hellkite500, I think what you want is right under your nose! I would advise using |
Not sure you can ever get away from commits which change some text in the repo based on a version change. E.g change logs, release notes, ect. My previous comment was simply about a commit prefix that helps track down version info changes in the history using conventional commit strategies. I agree git tags would be helpful, and a set of version commit prefixes may be prime candidates for which commits get tagged! A git tag, after all, is still a commit... |
Depending on your intention, "TGS" might be a more appropriate variable
for "ground_temperature".
…On Wed, Mar 20, 2024 at 8:40 AM Nels ***@***.***> wrote:
Not sure you can ever get away from commits which change some text in the
repo based on a version change. E.g change logs, release notes, ect. My
previous comment was simply about a commit prefix that helps track down
version info changes in the history using conventional commit strategies.
I agree git tags would be helpful, and a set of version commit prefixes
may be prime candidates for which commits get tagged!
—
Reply to this email directly, view it on GitHub
<#97 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACA4SRMB4I5CCFWUP5X5QJTYZGGUVAVCNFSM6AAAAABD2OU6RCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZGU4TEMRUGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Add nextgen realization models for LGAR, Soil Freeze Thaw, and Soil Moisture Profile modules.
ngen.config
--0.2.6
Additions