Ignore:
Timestamp:
11/12/21 06:25:41 (3 years ago)
Author:
vverjans
Message:

CHG: making stochasticforcing.m more generic, extending stochasticforcing capability to DefaultCalving (second attempt)

File:
1 edited

Legend:

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

    r26609 r26615  
    4949md.stochasticforcing.isstochasticforcing = 1;
    5050md.stochasticforcing.fields              = [{'SMBautoregression'}];
    51 md.stochasticforcing.dimensions          = [md.smb.num_basins]; %dimension of each field
    5251md.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
    5352md.stochasticforcing.randomflag          = 0; %fixed random seeds
Note: See TracChangeset for help on using the changeset viewer.