Changeset 25374 for issm/trunk-jpl/test/NightlyRun/test247.m
- Timestamp:
- 08/11/20 17:32:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test247.m
r24624 r25374 19 19 % creating Present day temperatures 20 20 % Same temperature over the all region: 21 tmonth(1:12)=238.15+20.; 21 curve=sin(0:pi/11:pi); 22 tmonth(1:12)=238.15+20.0+20.0*curve; 22 23 for imonth=0:11 23 24 md.smb.temperatures_presentday(1:md.mesh.numberofvertices,imonth+1)=tmonth(imonth+1); … … 56 57 md.smb.s0t = (max(md.geometry.surface,0)); 57 58 md.smb.issetpddfac = 1; 58 md.smb.pddfac_snow = 4.3;59 md.smb.pddfac_ice = 8.3;59 md.smb.pddfac_snow = 8; 60 md.smb.pddfac_ice = 10; 60 61 61 62 md=extrude(md,5,1.2);
Note:
See TracChangeset
for help on using the changeset viewer.