-
Notifications
You must be signed in to change notification settings - Fork 6
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
494 redux local ice fixes #527
Merged
+129
−446
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
8fe05fd
developments from AM3
JhanSrbinovsky e0c0617
rollback
JhanSrbinovsky 6236198
remove reduntant file
JhanSrbinovsky 5983ee9
how did this happen - droped a whole calc
JhanSrbinovsky 319dc6a
run with @Whyborn's revised grid_info completes IF this error check is
JhanSrbinovsky 0e84962
clobber ice point soil parameters
JhanSrbinovsky a3ba35b
developments from AM3
JhanSrbinovsky be834b8
rollback
JhanSrbinovsky 4ecf853
Merge branch '494-merge-soilsnow-from-am3' into 494_redux_local
JhanSrbinovsky da2aef5
changes to accomodate new grid info
JhanSrbinovsky 1e508a5
update commments
JhanSrbinovsky 535a334
rollback to main version
JhanSrbinovsky a239290
rm legacy type casting
JhanSrbinovsky 0720441
rm redundant file
JhanSrbinovsky 3178b8b
this spec init should possibly go completely
JhanSrbinovsky 31a233f
gammz initialization required
JhanSrbinovsky c71bee4
(#494) - Remove incorrect densities in water balance calc.
ccarouge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
Loading status checks…
(#494) - Remove incorrect densities in water balance calc.
User ssnow%wbtot to avoid approximating the ice density with the liquid water density.
commit c71bee41a7315f5b57a824aae9863e6468326f4b
There are no files selected for viewing
This file contains 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
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.
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.
@ccarouge sorry this is incorrect. This updates
owb
before using it to evaluatedelwb
- i.e.delwb
will always = 0There 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.
It's only on ktau == 1. so first time step initialisation. So at first time step we will have 0 but then it will work fine. Same behaviour as before.
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.
If it helps on the review page on GitHub, it's possible to display the differences unified or split. Use the gear icon to choose (let me know if not clear on the screenshot).