forked from CICE-Consortium/Icepack
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CICE: Floe size distribution (CICE-Consortium#382)
* machine files for loft laptop * adding fsd tracer infrastructure * fsd allocation, initialization, lateral melt, diags * correct diagnostic, reduce number of fsd arrays * fsd lateral melt * fsd add_new_ice * wave_spec namelist * history except io_ * allocate fsd arrays * fix history indexing; call fsd accum; write binary fsd and bgc; netcdf not tested; no pio * fix a3Df initialization * fsd netcdf history * fsd namelist option file * initialization fixes, fsd diagnostics * fix divzero * refactor fsd initialization * cleanup_fsd, refactor fsd initialization * fix index array size * tr_fsd cleanup * fsd 5-day smoke test * fixing restarts (only netcdf, binary) * waves for fsd * Testing waves * Testing waves * Update sg_tracers.rst * Update ug_case_settings.rst * Read gx3 forcing data for wave spectrum - not tested * Working on reading in waves * Moving calculation of wave_sig_ht to ice_step_mod * Modifications read in wave spectra * Add dummy wave spectrum file * Working on wave fracture * Tidy up * Removed concentration limit on wave fracture * Tidying up * wave_spec modifications; documentation updates * switch icepack to ifsd1 branch * Fixing bug- need to broadcast wave_spec_type to processors * wave_spectrum is constant in time, for now; update debug driver * replace hardwired 25s with nfreq * fsd history, ww3 test case * update icepack to current master including ifsd1 merge * revert PIO changes; initialize arrays; compute wave_sig_ht when tr_fsd=T * avoid missing values in wave forcing file * add FSD representative radius to history * Changed units and renamed f to freq in ww3 input file * add perimeter to fsd history * Correction to perimeter * Made representative radius and perimeter 2D fields * Update ug_case_settings.rst * Update sg_fundvars.rst * default fsd history flags * cice consortium version of icepack * remove icepack * switch to Consortium version of Icepack * update icepack version from master * update icepack * update icepack * update documentation * correct formatting in doc * add file option to doc * update drivers with new fsd code (untested)
- Loading branch information
1 parent
38816ba
commit 29b99b6
Showing
53 changed files
with
2,372 additions
and
320 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[submodule "icepack"] | ||
path = icepack | ||
url = https://github.com/cice-consortium/icepack.git | ||
branch = master | ||
url = https://github.com/cice-consortium/Icepack |
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.