Changeset 19280
- Timestamp:
- 04/09/15 15:16:41 (10 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test238.py
r19266 r19280 41 41 for imonth in xrange(0,12): 42 42 md.surfaceforcings.precipitations_presentday[0:md.mesh.numberofvertices,imonth]=-0.4*10**(-6)*md.mesh.y+0.5 43 md.surfaceforcings.precipitations_presentday[md.mesh.numberofvertices,imonth]=( (float(imonth)+1.)/12.)43 md.surfaceforcings.precipitations_presentday[md.mesh.numberofvertices,imonth]=(float(imonth)/12.) 44 44 45 45 # time steps and resolution 46 md.timestepping.time_step=0.5 47 md.timestepping.final_time=2. 46 md.timestepping.time_step=20; 47 md.settings.output_frequency=1; 48 md.timestepping.final_time=60; 48 49 49 50 # -
issm/trunk-jpl/test/NightlyRun/test239.py
r19266 r19280 30 30 md.surfaceforcings.temperatures_presentday[0:md.mesh.numberofvertices,imonth]=tmonth[imonth] 31 31 # Time for the last line: 32 md.surfaceforcings.temperatures_presentday[md.mesh.numberofvertices,imonth]=( (float(imonth)+1.)/12.)32 md.surfaceforcings.temperatures_presentday[md.mesh.numberofvertices,imonth]=(float(imonth)/12.) 33 33 34 34 # creating initialization and spc temperatures initialization and spc … … 44 44 45 45 # time steps and resolution 46 md.timestepping.time_step=0.5 47 md. timestepping.final_time=2.48 md.timestepping. interp_forcings=046 md.timestepping.time_step=0.5; 47 md.settings.output_frequency=1; 48 md.timestepping.final_time=2; 49 49 50 50 # -
issm/trunk-jpl/test/NightlyRun/test240.py
r19266 r19280 30 30 md.surfaceforcings.temperatures_presentday[0:md.mesh.numberofvertices,imonth]=tmonth[imonth] 31 31 # Time for the last line: 32 md.surfaceforcings.temperatures_presentday[md.mesh.numberofvertices,imonth]=( (float(imonth)+1.)/12.)32 md.surfaceforcings.temperatures_presentday[md.mesh.numberofvertices,imonth]=(float(imonth)/12.) 33 33 34 34 # creating initialization and spc temperatures initialization and spc … … 44 44 45 45 # time steps and resolution 46 md.timestepping.time_step=20. 47 md.timestepping.final_time=60. 46 md.timestepping.time_step=0.5; 47 md.settings.output_frequency=1; 48 md.timestepping.final_time=2; 49 md.timestepping.interp_forcings=0; 48 50 49 51 #
Note:
See TracChangeset
for help on using the changeset viewer.