-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial snow redist/metamorph tracer implementation (no physics) * add rhosmin, snwlvlfac to namelist, change init_snow to init_snowtracers * updating format labels due to changes in Consortium master * add calls to new snow physics routines * update_state after step_snow * fix optional in update_state * wrap step_snow and update_state with tr_snow conditional * snow interactions with thermo (except dEdd) * conflict warning * adding snwgrain namelist flag * use snwredist=bulk instead of 30percent, fix array errors, init snow tracer values, add namelist flags to ice_in * aging lookup table for dry metamorphism (version for testing) * add/clean up diagnostics, begin debugging restart implementation * fixing restarts * add snow tests to base_suite * add history; minor cleanup * fix step_therm1 interface * io fixes for snow1 * bug fix for snow diagnostics * fix line continuation * refactor bgc diagnostics as in Icepack * add snowtable implementation * cleaning up snow test options * send rsnw tracer to dEdd; initialize snow tracers; update -s options for snow * broadcast new snow diagnostics * new snow tests require 5 snow layers and therefore can not start from standard initial condition files with nslyr=1 * update icepack * use local variable for rsnow to prevent array out-of-bound error; cleanup * updating documentation and some code comments * documentation: index * fix history output; include but comment out code for averaging based on snow presence; set rsnw_fall in ice_in for default dEdd and include relevant snow parameters in options files; update doc; clean up * minor cleanup, especially documentation * update icepack Co-authored-by: Andrew Roberts <[email protected]> Co-authored-by: Elizabeth Hunke <[email protected]> Co-authored-by: apcraig <[email protected]>
- Loading branch information
1 parent
0ccdea1
commit 2a692af
Showing
32 changed files
with
1,993 additions
and
146 deletions.
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
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
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
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
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
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
Oops, something went wrong.