Ignore:
Timestamp:
01/27/21 16:14:34 (4 years ago)
Author:
Eric.Larour
Message:

CHG: changing sea level rise to sea level change. Mostly cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test2021.m

    r25428 r25956  
    1 %Test Name: SESAWslr
    2 % SESAW method of solving GRD slr
     1%Test Name: SESAWslc
     2% SESAW method of solving GRD slc
    33% reference: Adhikari et al., 2016, GMD, https://doi.org/10.5194/gmd-9-1087-2016
    44
     
    3636area_element=GetAreasSphericalTria(md.mesh.elements,md.mesh.lat,md.mesh.long,md.solidearth.planetradius);
    3737
    38 % Parameters input for SESAWslr solver.
     38% Parameters input for SESAWslc solver.
    3939para.ocean_element = ocean_element;
    4040para.loads_element = loads_element;
     
    6161
    6262% solve: Rigid without rotational feedbacks.
    63 disp(['Solving sesaw-slr for Rigid Earth WITHOUT rotational feedback...']);
     63disp(['Solving sesaw-slc for Rigid Earth WITHOUT rotational feedback...']);
    6464[eus_rigid,rsl_rigid] = SESAWslr(md.mesh.elements,md.mesh.lat,md.mesh.long,greens,para);
    6565
    6666% solve: Rigid with rotational feedbacks.
    6767para.rotational.flag = 1;
    68 disp(['Solving sesaw-slr for Rigid Earth WITH rotational feedback...']);
     68disp(['Solving sesaw-slc for Rigid Earth WITH rotational feedback...']);
    6969[eus_rigid_rot,rsl_rigid_rot] = SESAWslr(md.mesh.elements,md.mesh.lat,md.mesh.long,greens,para);
    7070
    7171% solve: Elastic with rotational feedbacks.
    7272para.solidearth = 'elastic';
    73 disp(['Solving sesaw-slr for Elastic Earth WITH rotational feedback...']);
     73disp(['Solving sesaw-slc for Elastic Earth WITH rotational feedback...']);
    7474[eus_elast_rot,rsl_elast_rot] = SESAWslr(md.mesh.elements,md.mesh.lat,md.mesh.long,greens,para);
    7575
    7676% solve: Elastic with rotational feedbacks.
    7777para.rotational.flag = 0;
    78 disp(['Solving sesaw-slr for Elastic Earth WITHOUT rotational feedback...']);
     78disp(['Solving sesaw-slc for Elastic Earth WITHOUT rotational feedback...']);
    7979[eus_elast,rsl_elast] = SESAWslr(md.mesh.elements,md.mesh.lat,md.mesh.long,greens,para);
    8080
Note: See TracChangeset for help on using the changeset viewer.