Ignore:
Timestamp:
12/30/14 08:26:56 (10 years ago)
Author:
lemorzad
Message:

updating pdd module and NR 236 and 237. Updated python scripts may not work as I am not familiar with python.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test236.py

    r18734 r18968  
    1616md.surfaceforcings = SMBpdd();
    1717md.surfaceforcings.isdelta18o=1
     18md.surfaceforcings.ismungsm=0
    1819
    1920# Add temperature, precipitation and delta18o needed to measure the surface mass balance
     
    5051    md.surfaceforcings.precipitations_presentday[0:md.mesh.numberofvertices,imonth]=-0.4*10**(-6)*md.mesh.y+0.5
    5152    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
     57md.surfaceforcings.Tdiff[1,1:md.timestepping.final_time]=0.5;
     58md.surfaceforcings.sealev[1,1:md.timestepping.final_time]=0.5;
     59# Year of each data point
     60md.surfaceforcings.Tdiff[2,1:md.timestepping.final_time]=1:1:md.timestepping.final_time;
     61md.surfaceforcings.sealev[2,1:md.timestepping.final_time]=1:1:md.timestepping.final_time;
    5262
    5363# time steps and resolution
     
    5565md.timestepping.final_time=60.
    5666
    57 md.surfaceforcings.Pfac=[1,1]
    58 md.surfaceforcings.Tdiff=[1,1]
    59 md.surfaceforcings.sealev=[1,1]
    6067
    6168#
Note: See TracChangeset for help on using the changeset viewer.