Ignore:
Timestamp:
01/20/22 17:02:07 (3 years ago)
Author:
caronlam
Message:

BUG: Sealevelchange core: load weights did not add up correctly; BUG: Sealevel change core viscous stacks were offset in time; partial load area phi was double counted, appearing both in Green functions and loads; NEW: love core optimization, paralelization supported, support for viscous rotational feedback; NEW:Sea level change core: support for viscous rotational feedback; CHG: grd loads now contain the average kg.m-2 over the (sub-)elemental area they apply in, not the average*phi, phi is simply accounted for in the loadarea or Green's function; NEW: nightly runs 2070, 2071, 2072, 2091, 2092 test Spada et al (2011) benchmark cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/Par/GiaIvinsBenchmarksAB.par

    r25290 r26800  
    1414md.geometry.surface=md.geometry.thickness+md.geometry.base;
    1515
     16
     17%GIA parameters specific to Experiments A  and B
     18
     19md.materials=materials('litho','ice');
     20md.materials.numlayers=2;
     21md.materials.radius =  [10 6271e3 6371e3]; %100km litosphere, the rest is mantle material
     22md.materials.density=  [3.38e3 3.36e3];
     23md.materials.lame_mu=  [1.45e11         6.7e10];
     24md.materials.viscosity=[1e21            1e40];
     25
    1626%Ice density used for benchmarking, not 917 kg/m^3
    1727md.materials.rho_ice=1000; %kg m^3
    18 
    19 %GIA parameters specific to Experiments A  and B
    20 md.gia=giaivins();
    21 md.gia.mantle_viscosity=10^21*ones(md.mesh.numberofvertices,1);    %in Pa.s
    22 md.gia.lithosphere_thickness=100*ones(md.mesh.numberofvertices,1); %in km
    23 md.materials.lithosphere_shear_modulus=6.7*10^10;                  %in Pa
    24 md.materials.lithosphere_density=3.36;                             %in g/cm^3
    25 md.materials.mantle_shear_modulus=1.45*10^11;                      %in Pa
    26 md.materials.mantle_density=3.38;                                  %in g/cm^3
    2728
    2829
Note: See TracChangeset for help on using the changeset viewer.