Changeset 27496


Ignore:
Timestamp:
01/03/23 12:43:28 (2 years ago)
Author:
jdquinn
Message:

CHG: Checking out checkpoint 68h of MITgcm repo again as some errors are quite large; adjusted tolerances

Location:
issm/trunk-jpl/test
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/MITgcm/install.sh

    r27495 r27496  
    77################################################################################
    88
    9 # Download source
    10 git clone --depth=1 https://github.com/MITgcm/MITgcm.git
     9# # Download source
     10# git 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
     13# mv MITgcm install
    1414
    1515################################################################################
     
    1818#
    1919
    20 # # Constants
    21 # #
    22 # VER="68h"
     20# Constants
     21#
     22VER="68h"
    2323
    24 # # Download source
    25 # wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint${VER}.tar.gz
     24# Download source
     25wget 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
     28tar -xvzf checkpoint${VER}.tar.gz
    2929
    30 # # Move source to 'install' directory
    31 # mv MITgcm-checkpoint${VER} install
     30# Move source to 'install' directory
     31mv MITgcm-checkpoint${VER} install
  • issm/trunk-jpl/test/NightlyRun/test4001.m

    r27495 r27496  
    866866    'Melting3','Vx4','Vy4','Thickness4','Base4','MaskOceanLevelset4','FloatingiceMeltingRate4','Melting4'};
    867867field_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,...
     868    8e-06,7e-06,2e-07,2e-08,3e-08,1e-13,1e-13,...
     869    8e-06,7e-06,4e-07,3e-08,5e-08,1e-13,6e-08,...
    870870    8e-06,7e-06,5e-07,4e-08,8e-08,6e-08,3e-07};
    871871field_values={...
  • issm/trunk-jpl/test/NightlyRun/test4002.m

    r27495 r27496  
    10321032    'Melting2','Vx3','Vy3','Thickness3','Base3','MaskOceanLevelset3','FloatingiceMeltingRate3',...
    10331033    'Melting3','Vx4','Vy4','Thickness4','Base4','MaskOceanLevelset4','FloatingiceMeltingRate4','Melting4'};
    1034 field_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,...
     1034field_tolerances={3e-11,1e-13,...
     1035    9e-06,7e-06,7e-10,5e-11,1e-13,1e-13,1e-13,...
     1036    9e-06,7e-06,2e-09,7e-11,1e-13,1e-13,1e-13,...
    10371037    9e-06,7e-06,2e-09,9e-11,1e-13,1e-13,1e-13};
    10381038field_values={...
Note: See TracChangeset for help on using the changeset viewer.