Changeset 27495


Ignore:
Timestamp:
01/03/23 11:19:31 (2 years ago)
Author:
jdquinn
Message:

CHG: Checking out HEAD of MITgcm repo again; adjusted tolerances; add with-ocean option to configuration for full builds

Location:
issm/trunk-jpl
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac-full

    r27456 r27495  
    1313        --enable-development \
    1414        --enable-debugging \
     15        --with-ocean \
    1516        --with-numthreads=4 \
    1617        --with-matlab-dir=${MATLAB_PATH} \
  • issm/trunk-jpl/jenkins/pine_island-mac-full-valgrind

    r27456 r27495  
    1313        --enable-development \
    1414        --enable-debugging \
     15        --with-ocean \
    1516        --with-numthreads=4 \
    1617        --with-matlab-dir=${MATLAB_PATH} \
  • issm/trunk-jpl/jenkins/ross-debian_linux-full

    r27456 r27495  
    1313        --enable-development \
    1414        --enable-debugging \
     15        --with-ocean \
    1516        --with-numthreads=4 \
    1617        --with-matlab-dir=${MATLAB_PATH} \
  • issm/trunk-jpl/jenkins/ross-debian_linux-full-valgrind

    r27456 r27495  
    1313        --enable-development \
    1414        --enable-debugging \
     15        --with-ocean \
    1516        --with-numthreads=4 \
    1617        --with-matlab-dir=${MATLAB_PATH} \
  • issm/trunk-jpl/test/MITgcm/install.sh

    r26960 r27495  
    33
    44# Cleanup
    5 rm -rf install
     5rm -rf build/* checkpoint* install
    66
    77################################################################################
    88
    9 # # Download source
    10 # git clone --depth=1 https://github.com/MITgcm/MITgcm.git
     9# Download source
     10git clone --depth=1 https://github.com/MITgcm/MITgcm.git
    1111
    12 # # Move source to 'install' directory
    13 # mv MITgcm install
     12# Move source to 'install' directory
     13mv MITgcm install
    1414
    1515################################################################################
     
    1818#
    1919
    20 # Constants
    21 #
    22 VER="68h"
     20# # Constants
     21# #
     22# VER="68h"
    2323
    24 # Download source
    25 wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint${VER}.tar.gz
     24# # Download source
     25# wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint${VER}.tar.gz
    2626
    27 # Uncompress source
    28 tar -xvzf checkpoint${VER}.tar.gz
     27# # Uncompress source
     28# tar -xvzf checkpoint${VER}.tar.gz
    2929
    30 # Move source to 'install' directory
    31 mv MITgcm-checkpoint${VER} install
     30# # Move source to 'install' directory
     31# mv MITgcm-checkpoint${VER} install
  • issm/trunk-jpl/test/NightlyRun/test4001.m

    r24862 r27495  
    865865    'Melting2','Vx3','Vy3','Thickness3','Base3','MaskOceanLevelset3','FloatingiceMeltingRate3',...
    866866    'Melting3','Vx4','Vy4','Thickness4','Base4','MaskOceanLevelset4','FloatingiceMeltingRate4','Melting4'};
    867 field_tolerances={2e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,...
    868     1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13,...
    869     1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13 };
     867field_tolerances={2e-13,1e-13,...
     868    8e-06,7e-06,2e-07,1e-08,3e-08,1e-13,1e-13,...
     869    8e-06,7e-06,4e-07,2e-08,5e-08,1e-13,6e-08,...
     870    8e-06,7e-06,5e-07,4e-08,8e-08,6e-08,3e-07};
    870871field_values={...
    871872    (md.results(1).TransientSolution(end).Base),...
  • issm/trunk-jpl/test/NightlyRun/test4002.m

    r26456 r27495  
    10321032    'Melting2','Vx3','Vy3','Thickness3','Base3','MaskOceanLevelset3','FloatingiceMeltingRate3',...
    10331033    'Melting3','Vx4','Vy4','Thickness4','Base4','MaskOceanLevelset4','FloatingiceMeltingRate4','Melting4'};
    1034 field_tolerances={2e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,...
    1035     1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13,...
    1036     1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13 };
     1034field_tolerances={2e-11,1e-13,...
     1035    9e-06,7e-06,7e-10,4e-11,1e-13,1e-13,1e-13,...
     1036    9e-06,7e-06,1e-09,7e-11,1e-13,1e-13,1e-13,...
     1037    9e-06,7e-06,2e-09,9e-11,1e-13,1e-13,1e-13};
    10371038field_values={...
    10381039    (md.results.TransientSolution(1).Base),...
Note: See TracChangeset for help on using the changeset viewer.