Changeset 17769
- Timestamp:
- 04/18/14 10:00:36 (11 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 41 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test271.m
r17764 r17769 15 15 md.damage.stabilization=1; 16 16 17 md.damage.requested_outputs={'default','DamageF'} 17 md.damage.requested_outputs={'default','DamageF'}; 18 18 19 19 md=setflowequation(md,'SSA','all'); … … 22 22 23 23 %Fields and tolerances to track changes 24 field_names={'D','F'} 24 field_names={'D','F'}; 25 25 field_tolerances={1e-13,1e-13}; 26 26 field_values={... -
issm/trunk-jpl/test/Par/79North.par
r17767 r17769 20 20 md.materials.rheology_B=paterson(md.initialization.temperature); 21 21 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1); 22 23 %Damage24 md.damage.isdamage=0;25 22 26 23 %Friction -
issm/trunk-jpl/test/Par/79North.py
r17767 r17769 33 33 md.initialization.temperature=md.initialization.temperature 34 34 35 #Damage36 md.damage.isdamage=037 38 35 #Friction 39 36 md.friction.coefficient=50.*numpy.ones((md.mesh.numberofvertices,1)) -
issm/trunk-jpl/test/Par/GiaBenchmarksAB.par
r17767 r17769 44 44 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 45 45 46 %Damage47 md.damage.isdamage=0;48 49 46 %Friction 50 47 md.friction.coefficient=20.*ones(md.mesh.numberofvertices,1); -
issm/trunk-jpl/test/Par/GiaBenchmarksCD.par
r17767 r17769 43 43 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 44 44 45 %Damage46 md.damage.isdamage=0;47 48 45 %Friction 49 46 md.friction.coefficient=20.*ones(md.mesh.numberofvertices,1); -
issm/trunk-jpl/test/Par/ISMIPA.par
r17767 r17769 16 16 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 17 17 18 %Damage19 md.damage.isdamage=0;20 21 18 disp(' boundary conditions for stressbalance model'); 22 19 %Create node on boundary first (because we cannot use mesh) -
issm/trunk-jpl/test/Par/ISMIPA.py
r17767 r17769 19 19 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 20 20 21 #Damage22 md.damage.isdamage=023 24 21 print " boundary conditions for stressbalance model" 25 22 #Create node on boundary first (because we cannot use mesh) -
issm/trunk-jpl/test/Par/ISMIPB.par
r17767 r17769 16 16 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 17 17 18 %Damage19 md.damage.isdamage=0;20 21 18 disp(' boundary conditions for stressbalance model'); 22 19 %Create node on boundary first (because we cannot use mesh) -
issm/trunk-jpl/test/Par/ISMIPB.py
r17767 r17769 19 19 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 20 20 21 #Damage22 md.damage.isdamage=023 24 21 print " boundary conditions for stressbalance model" 25 22 #Create node on boundary first (because we cannot use mesh) -
issm/trunk-jpl/test/Par/ISMIPC.par
r17767 r17769 17 17 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 18 18 19 %Damage20 md.damage.isdamage=0;21 22 19 disp(' boundary conditions for stressbalance model:'); 23 20 %Create node on boundary first (because we can not use mesh) -
issm/trunk-jpl/test/Par/ISMIPC.py
r17767 r17769 20 20 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 21 21 22 #Damage23 md.damage.isdamage=024 25 22 print " boundary conditions for stressbalance model:" 26 23 #Create node on boundary first (because we can not use mesh) -
issm/trunk-jpl/test/Par/ISMIPD.par
r17767 r17769 16 16 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 17 17 18 %Damage19 md.damage.isdamage=0;20 21 18 disp(' boundary conditions for stressbalance model:'); 22 19 %Create node on boundary first (because we can not use mesh) -
issm/trunk-jpl/test/Par/ISMIPD.py
r17767 r17769 19 19 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 20 20 21 #Damage22 md.damage.isdamage=023 24 21 print " boundary conditions for stressbalance model:" 25 22 #Create node on boundary first (because we can not use mesh) -
issm/trunk-jpl/test/Par/ISMIPE.par
r17767 r17769 26 26 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 27 27 28 %Damage29 md.damage.isdamage=0;30 31 28 disp(' boundary conditions for stressbalance model:'); 32 29 %Create node on boundary first (because we can not use mesh) -
issm/trunk-jpl/test/Par/ISMIPE.py
r17767 r17769 31 31 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 32 32 33 #Damage34 md.damage.isdamage=035 36 33 print " boundary conditions for stressbalance model:" 37 34 #Create node on boundary first (because we can not use mesh) -
issm/trunk-jpl/test/Par/ISMIPF.par
r17767 r17769 17 17 md.materials.rheology_n=1.*ones(md.mesh.numberofelements,1); 18 18 md.materials.rheology_law='None'; 19 20 %Damage21 md.damage.isdamage=0;22 19 23 20 disp(' boundary conditions for stressbalance model'); -
issm/trunk-jpl/test/Par/ISMIPF.py
r17767 r17769 20 20 md.materials.rheology_n=1.*numpy.ones((md.mesh.numberofelements,1)) 21 21 md.materials.rheology_law='None' 22 23 #Damage24 md.damage.isdamage=025 22 26 23 print " boundary conditions for stressbalance model" -
issm/trunk-jpl/test/Par/Pig.par
r17767 r17769 26 26 md.initialization.temperature=md.initialization.temperature; 27 27 28 %Damage29 md.damage.isdamage=0;30 31 28 %Friction 32 29 md.friction.coefficient=50*ones(md.mesh.numberofvertices,1); -
issm/trunk-jpl/test/Par/Pig.py
r17767 r17769 37 37 md.initialization.temperature=md.initialization.temperature 38 38 39 #Damage40 md.damage.isdamage=041 42 39 #Friction 43 40 md.friction.coefficient=50.*numpy.ones((md.mesh.numberofvertices,1)) -
issm/trunk-jpl/test/Par/RoundSheetEISMINT.par
r17767 r17769 20 20 md.materials.rheology_B=6.81*10^7*ones(md.mesh.numberofvertices,1); %to have the same B as the analytical solution 21 21 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 22 23 %Damage24 md.damage.isdamage=0;25 22 26 23 disp(' creating surface mass balance'); -
issm/trunk-jpl/test/Par/RoundSheetEISMINT.py
r17767 r17769 23 23 md.materials.rheology_B=6.81*10**7*numpy.ones((md.mesh.numberofvertices,1)) #to have the same B as the analytical solution 24 24 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 25 26 #Damage27 md.damage.isdamage=028 25 29 26 print " creating surface mass balance" -
issm/trunk-jpl/test/Par/RoundSheetShelf.par
r17767 r17769 61 61 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 62 62 63 %Damage64 md.damage.isdamage=0;65 66 63 %Surface mass balance and basal melting 67 64 md.surfaceforcings.mass_balance=-10.*ones(md.mesh.numberofvertices,1); -
issm/trunk-jpl/test/Par/RoundSheetShelf.py
r17767 r17769 68 68 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 69 69 70 #Damage71 md.damage.isdamage=072 73 70 #Surface mass balance and basal melting 74 71 md.surfaceforcings.mass_balance=-10.*numpy.ones((md.mesh.numberofvertices,1)) -
issm/trunk-jpl/test/Par/RoundSheetStaticEISMINT.par
r17767 r17769 24 24 md.materials.rheology_B=6.81*10^7*ones(md.mesh.numberofvertices,1); %to have the same B as the analytical solution 25 25 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 26 27 %Damage28 md.damage.isdamage=0;29 26 30 27 disp(' creating surface mass balance'); -
issm/trunk-jpl/test/Par/RoundSheetStaticEISMINT.py
r17767 r17769 28 28 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 29 29 30 #Damage31 md.damage.isdamage=032 33 30 print " creating surface mass balance" 34 31 smb_max=0.5 #m/yr -
issm/trunk-jpl/test/Par/SquareEISMINT.par
r17767 r17769 26 26 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 27 27 28 %Damage29 md.damage.isdamage=0;30 31 28 disp(' creating surface mass balance'); 32 29 md.surfaceforcings.mass_balance=0.2*ones(md.mesh.numberofvertices,1); %0m/a -
issm/trunk-jpl/test/Par/SquareEISMINT.py
r17767 r17769 29 29 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 30 30 31 #Damage32 md.damage.isdamage=033 34 31 print " creating surface mass balance" 35 32 md.surfaceforcings.mass_balance=0.2*numpy.ones((md.mesh.numberofvertices,1)) #0m/a -
issm/trunk-jpl/test/Par/SquareSheetConstrained.par
r17767 r17769 29 29 md.materials.rheology_B=paterson(md.initialization.temperature); 30 30 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 31 32 %Damage33 md.damage.isdamage=0;34 31 35 32 md.masstransport.calvingrate=zeros(md.mesh.numberofvertices,1); -
issm/trunk-jpl/test/Par/SquareSheetConstrained.py
r17767 r17769 40 40 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 41 41 42 #Damage43 md.damage.isdamage=044 45 42 #Masstransport 46 43 md.masstransport.calvingrate=0.*numpy.ones((md.mesh.numberofvertices,1)) -
issm/trunk-jpl/test/Par/SquareSheetShelf.par
r17767 r17769 32 32 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 33 33 34 %Damage35 md.damage.isdamage=0;36 37 34 %Accumulation and melting 38 35 md.surfaceforcings.mass_balance=10.*ones(md.mesh.numberofvertices,1); -
issm/trunk-jpl/test/Par/SquareSheetShelf.py
r17767 r17769 43 43 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 44 44 45 #Damage46 md.damage.isdamage=047 48 45 #Accumulation and melting 49 46 md.surfaceforcings.mass_balance=10.*numpy.ones((md.mesh.numberofvertices,1)) -
issm/trunk-jpl/test/Par/SquareShelf.par
r17767 r17769 29 29 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1); 30 30 31 %Damage32 md.damage.isdamage=0;33 34 31 %Friction 35 32 md.friction.coefficient=20*ones(md.mesh.numberofvertices,1); -
issm/trunk-jpl/test/Par/SquareShelf.py
r17767 r17769 59 59 md.materials.rheology_n = 3.*numpy.ones((md.mesh.numberofelements,1)) 60 60 61 #Damage62 md.damage.isdamage=063 64 61 #Friction 65 62 md.friction.coefficient = 20.*numpy.ones((md.mesh.numberofvertices,1)) -
issm/trunk-jpl/test/Par/SquareShelf2.par
r17767 r17769 29 29 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1); 30 30 31 %Damage32 md.damage.isdamage=0;33 34 31 %Friction 35 32 md.friction.coefficient=20*ones(md.mesh.numberofvertices,1); -
issm/trunk-jpl/test/Par/SquareShelf2.py
r17767 r17769 59 59 md.materials.rheology_n = 3.*numpy.ones((md.mesh.numberofelements,1)) 60 60 61 #Damage62 md.damage.isdamage=063 64 61 #Friction 65 62 md.friction.coefficient = 20.*numpy.ones((md.mesh.numberofvertices,1)) -
issm/trunk-jpl/test/Par/SquareShelfConstrained.par
r17767 r17769 29 29 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1); 30 30 31 %Damage32 md.damage.isdamage=0;33 34 31 %Surface mass balance and basal melting 35 32 md.surfaceforcings.mass_balance=10*ones(md.mesh.numberofvertices,1); -
issm/trunk-jpl/test/Par/SquareShelfConstrained.py
r17767 r17769 40 40 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 41 41 42 #Damage43 md.damage.isdamage=044 45 42 #Surface mass balance and basal melting 46 43 md.surfaceforcings.mass_balance=10.*numpy.ones((md.mesh.numberofvertices,1)) -
issm/trunk-jpl/test/Par/SquareThermal.par
r17767 r17769 27 27 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 28 28 29 %Damage30 md.damage.isdamage=0;31 32 29 disp(' creating surface mass balance'); 33 30 md.surfaceforcings.mass_balance=ones(md.mesh.numberofvertices,1)/md.constants.yts; %1m/a -
issm/trunk-jpl/test/Par/SquareThermal.py
r17767 r17769 31 31 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 32 32 33 #Damage34 md.damage.isdamage=035 36 33 print " creating surface mass balance" 37 34 md.surfaceforcings.mass_balance=numpy.ones((md.mesh.numberofvertices,1))/md.constants.yts #1m/a -
issm/trunk-jpl/test/Par/ValleyGlacierShelf.par
r17767 r17769 40 40 md.materials.rheology_B = paterson(md.initialization.temperature); 41 41 md.materials.rheology_n = 3.*ones(md.mesh.numberofelements,1); 42 43 %Damage44 md.damage.isdamage=0;45 42 46 43 %Thermal -
issm/trunk-jpl/test/Par/ValleyGlacierShelf.py
r17767 r17769 47 47 md.materials.rheology_B=paterson(md.initialization.temperature) 48 48 md.materials.rheology_n=3.*numpy.ones((md.mesh.numberofelements,1)) 49 50 #Damage51 md.damage.isdamage=052 49 53 50 #Thermal
Note:
See TracChangeset
for help on using the changeset viewer.