https://github.com/paullric/tempestmodel
Name Target Message Date
HEAD 4cb68de Merge pull request #6 from CliMA/sk/commentout_config_h Comment out #include "config.h" in src/base/netcdf.cpp 01 September 2022, 23:46:07 UTC
refs/heads/2016-June-Release 521c8c4 BUGFIX: Removed build-breaking #ifdefs 28 June 2016, 17:24:24 UTC
refs/heads/GridPatchCartesian2FIX 3edce30 Fixed the "byte alignment" issue with DataStruct<int> and DataStruct<size_t> in GridPatch.h: DataArray1D<size_t> m_iActiveStatePatchIx; DataArray1D<size_t> m_iGeometricPatchIx; This also needed a fix in OutputManagerComposite.cpp on lines 260 and 277 to type cast: MPI_Isend( const_cast<unsigned char *>(pGeometricData), nGeometricDataByteSize, MPI_BYTE, 0, ExchangeDataType_Geometric, MPI_COMM_WORLD, &(vecSendReqGeo[i])); MPI_Isend( const_cast<unsigned char *>(pActiveStateData), nActiveStateDataByteSize, MPI_BYTE, 0, ExchangeDataType_ActiveState, MPI_COMM_WORLD, &(vecSendReqAcS[i])); Updated the BC's, Cartesian test cases, and ARK2 and ARK3. JEG 16 January 2016, 00:32:47 UTC
refs/heads/ThetaCoordBackup f5dbcf0 Added the "SLEEVE" coordinate to the Cartesian cases. This helped errors in the Schar mountain case significantly. Have left the global cases alone for now. See GridCartesianGLL.cpp and GridPatchCartesianGLL.cpp for details. Added rayleigh damping to the cartesian baroclininc wave test to fake the required no-flux boundary required in the meridional direction. JEG 30 January 2015, 00:46:09 UTC
refs/heads/WorkingJEG 394998c Updated and fixed the residual diffusion - JEG 15 February 2017, 03:13:46 UTC
refs/heads/brycelelbach-patch-1 faa7a23 Fix Agri build with new makefile system LAPACK libraries should be added to the LIBRARIES variable, not LDFLAGS Add -Wno-literal-suffix to silence a macro problem in OpenMPI headers. 07 February 2016, 03:03:19 UTC
refs/heads/brycelelbach-patch-2 3f520f4 Now that ICPC supports noexcept properly, add a version check to the #ifdef that disables noexcept for ICPC. Also, try to use __attribute__((nothrow)) to support noexcept-like behavior with older versions of ICPC. I have not yet tested or compiled this code. If the attribute stuff causes issues, remove the forward declarations with the attributes and just use the #ifdef changes. 10 February 2017, 23:30:41 UTC
refs/heads/energy 4da00cd Merge branch 'master' into energy 09 January 2017, 20:57:17 UTC
refs/heads/master 4cb68de Merge pull request #6 from CliMA/sk/commentout_config_h Comment out #include "config.h" in src/base/netcdf.cpp 01 September 2022, 23:46:07 UTC
refs/heads/new_WorkingJEG b8850a4 Merge branch 'master' into new_WorkingJEG 25 May 2020, 15:19:39 UTC
refs/heads/new_master 948675b - mass flux now evaluated on model interfaces for LOR and CPH staggering 06 May 2015, 23:22:40 UTC
refs/heads/old_master_20150507 f5dbcf0 Added the "SLEEVE" coordinate to the Cartesian cases. This helped errors in the Schar mountain case significantly. Have left the global cases alone for now. See GridCartesianGLL.cpp and GridPatchCartesianGLL.cpp for details. Added rayleigh damping to the cartesian baroclininc wave test to fake the required no-flux boundary required in the meridional direction. JEG 30 January 2015, 00:46:09 UTC
refs/heads/with_hpx 592d4dc - Added Lorenz staggering to HeldSuarezPhysics 08 August 2015, 14:59:55 UTC
refs/tags/2016-June-Release 521c8c4 BUGFIX: Removed build-breaking #ifdefs 28 June 2016, 17:24:24 UTC
back to top