Ignore:
Timestamp:
08/11/20 17:32:58 (5 years ago)
Author:
schlegel
Message:

CHG: were not testing melt conditions for pdd, or changing of pdd factors before. Now added for SMBpdd and SMBd18opdd

File:
1 edited

Legend:

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

    r24624 r25374  
    1919% creating Present day  temperatures
    2020% Same temperature over the all region:
    21 tmonth(1:12)=238.15+20.;
     21curve=sin(0:pi/11:pi);
     22tmonth(1:12)=238.15+20.0+20.0*curve;
    2223for imonth=0:11
    2324        md.smb.temperatures_presentday(1:md.mesh.numberofvertices,imonth+1)=tmonth(imonth+1);
     
    5657md.smb.s0t = (max(md.geometry.surface,0));
    5758md.smb.issetpddfac = 1;
    58 md.smb.pddfac_snow =4.3;
    59 md.smb.pddfac_ice = 8.3;
     59md.smb.pddfac_snow = 8;
     60md.smb.pddfac_ice = 10;
    6061
    6162md=extrude(md,5,1.2);
Note: See TracChangeset for help on using the changeset viewer.