-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* new snow tracer implementation (no physics) * snow redistribution testing options * settings for 3 snow layers, the way Icepack wants them * setenv correction * add rhosmin, snwlvlfac to namelist, change snwredist opetion from 30percent to bulk, fix domain size * add ice_snow module; compiles, no hooks from main code, module conversion for Icepack incomplete * rename ice_snow.F90, add icepack_step_snow, call drain_snow, move adjust_enthalpy, add snowage parameters * bug fix: dsnow was not being aggregated from category values * add calls to new snow physics routines * call update_state, make optional arguments * snow interactions with thermo (except dEdd) * snow interactions in dEdd * add meltsliq to ponds, clean up * adding snwgrain namelist flag * Bug fixes from MPAS-Dev/MPAS-Model#314 * constrain calculations based on configuration options, add diagnostics, initialize, debug, clean up * make dsnow optional * snow aging table for dry metamorphism * env for snwgrain test * snow documentation, first draft * snow case settings * fix step_therm1 interface and some documentation errors * documentation corrections * complete step_therm1 interface fix; bug fix in bgc diagnostics * metamorphism updates to doc with notes for things needing to be checked against the code * remove unused variable * add snow tests to base_suite * initialize snow tracer indices when unused; update documentation * TRSNOW 0 when not using advanced snow physics * fix snow restarts, clean up unused flags * updating snow documentation * adding snow namelist info to science guide * update icepack to support snowtable better * adjust parameter values, test options * send rsnw to dEdd; limit rsnw below; fix snow SSL for z tracers * updating snow options in icepack for consistency with cice * reformulate ice-liquid tracer conversions in snow; limit use of rsnow in dEdd with snwgrain; correct rhos_effn; clean up * another approach for ice/liquid tracer conversions in snow * enforce mass conservation of snow ice and liquid tracers, to maintain consistency with rhos based snow volume transport * create temporary array for rsnow in shortwave calls to avoid array-out-of-bounds error when snwgrain=F * reset default/initial tracer values when snow disappears; some cleanup * Bug fix for bulk redistribution precipitation factor. Commented out shortwave modification for bulk redistribution - it should not be used for production runs without more careful analysis of the energy balance between level and ridged ice. * Another bug fix for bulk redistribution precipitation factor - average alvl weighted by aice. Reinstated shortwave modification for bulk redistribution - it works the same as for ITDrdg. Updated documentation. * cleanup * remove rnsw_dEdd array, load tracer instead; use rsnw_fall instead of rsnw_fresh in dEdd, set dEdd default value in namelist and tr_snow value in options * Removed variables that were only for history output, instead using the tracer array directly; the snow_effective_density subroutine was then also unnecessary. * initialize density tracer; fix history output for CICE Co-authored-by: apcraig <anthony.p.craig@gmail.com>
- Loading branch information
1 parent
583d961
commit 53ffce0
Showing
42 changed files
with
3,197 additions
and
545 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.