Ignore:
Timestamp:
08/29/22 08:52:51 (3 years ago)
Author:
vverjans
Message:

CHG: clean-up of autoregression method

File:
1 edited

Legend:

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

    r26947 r27246  
    3939md.smb.num_basins     = 3; %number of basins
    4040md.smb.basin_id       = idbasin; %prescribe basin ID number to elements
    41 md.smb.beta0          = [0.5,1.2,1.5]; %intercept values of SMB in basins [m ice eq./yr]
    42 md.smb.beta1          = [0.0,0.01,-0.01]; %trend values of SMB in basins [m ice eq./yr^2]
     41md.smb.const          = [0.5,1.2,1.5]; %intercept values of SMB in basins [m ice eq./yr]
     42md.smb.trend          = [0.0,0.01,-0.01]; %trend values of SMB in basins [m ice eq./yr^2]
    4343md.smb.ar_initialtime = md.timestepping.start_time;
    4444md.smb.ar_order       = 4;
    4545md.smb.ar_timestep    = 2.0; %timestep of the autoregressive model [yr]
    46 md.smb.phi            = [[0.2,0.1,0.05,0.01];[0.4,0.2,-0.2,0.1];[0.4,-0.4,0.1,-0.1]];
     46md.smb.arlag_coefs            = [[0.2,0.1,0.05,0.01];[0.4,0.2,-0.2,0.1];[0.4,-0.4,0.1,-0.1]];
    4747md.smb.lapserates     = [0.01,0.0;0.01,-0.01;0.0,-0.01];
    4848md.smb.elevationbins  = [100;150;100];
Note: See TracChangeset for help on using the changeset viewer.