Changeset 18968 for issm/trunk-jpl/test/NightlyRun/test236.py
- Timestamp:
- 12/30/14 08:26:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test236.py
r18734 r18968 16 16 md.surfaceforcings = SMBpdd(); 17 17 md.surfaceforcings.isdelta18o=1 18 md.surfaceforcings.ismungsm=0 18 19 19 20 # Add temperature, precipitation and delta18o needed to measure the surface mass balance … … 50 51 md.surfaceforcings.precipitations_presentday[0:md.mesh.numberofvertices,imonth]=-0.4*10**(-6)*md.mesh.y+0.5 51 52 md.surfaceforcings.precipitations_presentday[md.mesh.numberofvertices,imonth]=((float(imonth)+1.)/12.) 53 md.surfaceforcings.precipitations_lgm[0:md.mesh.numberofvertices,imonth]=-0.4*10**(-6)*md.mesh.y+0.5 54 md.surfaceforcings.precipitations_lgm[md.mesh.numberofvertices,imonth]=((float(imonth)+1.)/12.) 55 56 # Interpolation factors 57 md.surfaceforcings.Tdiff[1,1:md.timestepping.final_time]=0.5; 58 md.surfaceforcings.sealev[1,1:md.timestepping.final_time]=0.5; 59 # Year of each data point 60 md.surfaceforcings.Tdiff[2,1:md.timestepping.final_time]=1:1:md.timestepping.final_time; 61 md.surfaceforcings.sealev[2,1:md.timestepping.final_time]=1:1:md.timestepping.final_time; 52 62 53 63 # time steps and resolution … … 55 65 md.timestepping.final_time=60. 56 66 57 md.surfaceforcings.Pfac=[1,1]58 md.surfaceforcings.Tdiff=[1,1]59 md.surfaceforcings.sealev=[1,1]60 67 61 68 #
Note:
See TracChangeset
for help on using the changeset viewer.