Summary
- Making silhs use the new 2D version of setup_grid. This also inadvertently fixes a bug added in commit c816bcbd4bb8b8cfa89aa9c0f976ee799cb795e2. The issue was that we used pver when we wanted pverp. (details)
- Lots of small loop pushes (details)
- Small bug fix. This was not a bit changing bug, but could cause crashes if we compile with floating point trapping in a multicolumn run. (details)
- Small refactoring to mfl_xm_lhs, just removing need to pass in gr. (details)
- Final loop pushes needed before the grid change. (details)
- Replacing use of gr with nz (details)
- Replacing use of gr with nz (details)
- Changing NETCDF path in jenkins test command. (details)
- Modifying shell commands to be the more recognized version. |& should be understood by bash version >= 3.2.25 but that does not seem to be the case, so we're reverting it to the equivalent 2>&1 | (details)
- Updating compiler config file (details)