Changeset 28165


Ignore:
Timestamp:
03/21/24 19:43:10 (12 months ago)
Author:
jdquinn
Message:

CHG: Issues with whitespace in patch; path to config files; adjusted tolerances

Location:
issm/trunk-jpl
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gmt/configs/6.5/static/cmake/modules/FindGDAL.cmake.patch

    r28164 r28165  
    7777 include (FindPackageHandleStandardArgs)
    7878 find_package_handle_standard_args (GDAL DEFAULT_MSG GDAL_LIBRARY GDAL_INCLUDE_DIR)
    79  
  • issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh

    r28161 r28165  
    5353patch ./src/cmake/modules/FindGDAL.cmake < ./configs/${VER%.*}/static/cmake/modules/FindGDAL.cmake.patch
    5454patch ./src/cmake/modules/FindGSHHG.cmake < ./configs/${VER%.*}/static/cmake/modules/FindGSHHG.cmake.patch
    55 patch ./src/cmake/modules/FindNETCDF.cmake < ./configs/${VER%.*}/cmake/modules/FindNETCDF.cmake.patch
     55patch ./src/cmake/modules/FindNETCDF.cmake < ./configs/${VER%.*}/static/cmake/modules/FindNETCDF.cmake.patch
    5656
    5757# Configure
  • issm/trunk-jpl/test/NightlyRun/test509.m

    r28154 r28165  
    1212%Fields and tolerances to track changes
    1313field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate'};
    14 field_tolerances={2e-09,2e-09,5e-08,5e-08,1e-09,7e-09,1e-06
     14field_tolerances={2e-09,2e-09,5e-08,5e-08,1e-09,8e-09,1e-06
    1515};
    1616field_values={...
  • issm/trunk-jpl/test/NightlyRun/test509.py

    r28154 r28165  
    2121# Fields and tolerances to track changes
    2222field_names = ['Vx', 'Vy', 'Vz', 'Vel', 'Pressure', 'Temperature', 'BasalforcingsGroundediceMeltingRate']
    23 field_tolerances = [2e-09, 2e-09, 5e-08, 5e-08, 1e-09, 7e-09, 1e-06]
     23field_tolerances = [2e-09, 2e-09, 5e-08, 5e-08, 1e-09, 8e-09, 1e-06]
    2424field_values = [md.results.SteadystateSolution.Vx,
    2525                md.results.SteadystateSolution.Vy,
Note: See TracChangeset for help on using the changeset viewer.