Changeset 26609


Ignore:
Timestamp:
11/11/21 09:57:40 (3 years ago)
Author:
Mathieu Morlighem
Message:

BUG: reverting Vincent's commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test257.m

    r26604 r26609  
    4949md.stochasticforcing.isstochasticforcing = 1;
    5050md.stochasticforcing.fields              = [{'SMBautoregression'}];
     51md.stochasticforcing.dimensions          = [md.smb.num_basins]; %dimension of each field
    5152md.stochasticforcing.covariance          = [[0.15 0.08 -0.02];[0.08 0.12 -0.05];[-0.02 -0.05 0.1]]; %global covariance among- and between-fields
    5253md.stochasticforcing.randomflag          = 0; %fixed random seeds
Note: See TracChangeset for help on using the changeset viewer.