Changeset 25640


Ignore:
Timestamp:
10/06/20 15:02:00 (4 years ago)
Author:
jdquinn
Message:

BUG: recording -> checkpoint

Location:
issm/trunk-jpl/test/NightlyRun
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test125.js

    r21175 r25640  
    99
    1010//md.verbose=verbose('solution',true);
    11 md.settings.recording_frequency=5;
     11md.settings.checkpoint_frequency=5;
    1212
    1313// time steps and resolution
  • issm/trunk-jpl/test/NightlyRun/test125.m

    r23979 r25640  
    88
    99md.verbose=verbose('solution',true);
    10 md.settings.recording_frequency=4;
     10md.settings.checkpoint_frequency=4;
    1111
    1212% time steps and resolution
     
    4646        (md.results.TransientSolution(9).Surface)-(md2.results.TransientSolution(9).Surface),...
    4747        (md.results.TransientSolution(9).Thickness)-(md2.results.TransientSolution(9).Thickness),...
    48         (md.results.TransientSolution(9).IceVolume)-(md2.results.TransientSolution(9).IceVolume),...
     48        (md.resjustin.ults.TransientSolution(9).IceVolume)-(md2.results.TransientSolution(9).IceVolume),...
    4949        };
  • issm/trunk-jpl/test/NightlyRun/test125.py

    r23793 r25640  
    1818
    1919md.verbose = verbose('solution', 1)
    20 md.settings.recording_frequency = 4
     20md.settings.checkpoint_frequency = 4
    2121
    2222# time steps and resolution
  • issm/trunk-jpl/test/NightlyRun/test126.js

    r21175 r25640  
    1010
    1111//md.verbose=verbose('solution',true);
    12 md.settings.recording_frequency=5;
     12md.settings.checkpoint_frequency=5;
    1313
    1414// time steps and resolution
  • issm/trunk-jpl/test/NightlyRun/test126.m

    r21056 r25640  
    99
    1010md.verbose=verbose('solution',true);
    11 md.settings.recording_frequency=5;
     11md.settings.checkpoint_frequency=5;
    1212
    1313% time steps and resolution
  • issm/trunk-jpl/test/NightlyRun/test126.py

    r23793 r25640  
    1919
    2020md.verbose = verbose('solution', 1)
    21 md.settings.recording_frequency = 5
     21md.settings.checkpoint_frequency = 5
    2222
    2323# time steps and resolution
Note: See TracChangeset for help on using the changeset viewer.