Changeset 21636
- Timestamp:
- 03/24/17 03:52:27 (8 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test330.m
r21635 r21636 1 1 %Test Name:UnConfinedHydroDC 2 %setup for Wang 2009 Fig 6b to check confined unconfined treatment3 2 md=triangle(model(),'../Exp/Strip.exp',10000.); 4 3 md=setmask(md,'',''); … … 38 37 md=solve(md,'Transient'); 39 38 39 %fields to track, results can also be found in 40 %Wang 2009 Fig 6b (jouranl of Hydrology) 40 41 field_names={'SedimentWaterHead1',... 41 42 'SedimentWaterHead2'}; -
issm/trunk-jpl/test/NightlyRun/test330.py
r21633 r21636 1 1 #Test Name:UnConfinedHydroDC 2 #setup for Wang 2009 Fig 6b to check confined unconfined treatment3 2 import numpy as np 4 3 import inspect … … 41 40 #BC 42 41 md.hydrology.spcsediment_head=np.nan*np.ones((md.mesh.numberofvertices)) 43 md.hydrology.spcsediment_head[np.where(md.mesh.x==0)]=0.542 <md.hydrology.spcsediment_head[np.where(md.mesh.x==0)]=0.5 44 43 45 44 md.timestepping.time_step=5/md.constants.yts #5s steppin … … 49 48 md=solve(md,'Transient') 50 49 50 #fields to track, results can also be found in 51 #Wang 2009 Fig 6b (jouranl of Hydrology) 51 52 field_names=['SedimentWaterHead1', 52 53 'SedimentWaterHead2']
Note:
See TracChangeset
for help on using the changeset viewer.