Changeset 27246 for issm/trunk-jpl/test/NightlyRun/test257.m
- Timestamp:
- 08/29/22 08:52:51 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test257.m
r26947 r27246 39 39 md.smb.num_basins = 3; %number of basins 40 40 md.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]41 md.smb.const = [0.5,1.2,1.5]; %intercept values of SMB in basins [m ice eq./yr] 42 md.smb.trend = [0.0,0.01,-0.01]; %trend values of SMB in basins [m ice eq./yr^2] 43 43 md.smb.ar_initialtime = md.timestepping.start_time; 44 44 md.smb.ar_order = 4; 45 45 md.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]];46 md.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]]; 47 47 md.smb.lapserates = [0.01,0.0;0.01,-0.01;0.0,-0.01]; 48 48 md.smb.elevationbins = [100;150;100];
Note:
See TracChangeset
for help on using the changeset viewer.