Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Made the following basalstress parameters namelist items in dynamics_nml: k2, alphab, threshold_bw. * Updated documentation for updated basalstress parameters * Correct typo in user_guide/ug_case)settings.rst * Modified ice_read_write.F90:ice_open. Added nbytes variable to allow for large grids that can cause integer overflow * Modified ice_read_write.F90:ice_open. Added nbytes variable to allow for large grids that can cause integer overflow * Revert "Correct typo in user_guide/ug_case)settings.rst" Reverting to make new branch to commit code changes, instead of working off of master. This reverts commit 06c614a. * Correct typo in ug_case_settings.rst * Reverting to version prior to updating ice_open * retrigger checks * In ice_open and ice_open_ext, made grid variables 8 byte integers. This is to allow for large grids (Like GOFS) that have integer overflow with 4 byte integers * Implement nbytes to determine record lengts for ice_open. This helps with large grids thta might cause integer overflow when using nbits * Minor comment update in ice_read_write.F90 * Moved bits_per_byte to module level parameters
- Loading branch information