Changeset 27659


Ignore:
Timestamp:
03/24/23 13:53:55 (2 years ago)
Author:
Mathieu Morlighem
Message:

CHG: derivates are now 3d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/HydrologyShaktiAnalysis.cpp

    r27649 r27659  
    542542        /*Intermediaries */
    543543        IssmDouble  newgap = 0.;
    544         IssmDouble  Jdet,meltrate,G,dh[2],B,A,n,dt;
     544        IssmDouble  Jdet,meltrate,G,dh[3],B,A,n,dt;
    545545        IssmDouble  gap,bed,thickness,head;
    546546        IssmDouble  lr,br,vx,vy,beta,lc;
    547547        IssmDouble  alpha2,frictionheat;
    548548        IssmDouble* xyz_list = NULL;
    549         IssmDouble  dpressure_water[2],dbed[2],PMPheat,dissipation;
     549        IssmDouble  dpressure_water[3],dbed[3],PMPheat,dissipation;
    550550        IssmDouble q = 0.;
    551551        IssmDouble channelization = 0.;
Note: See TracChangeset for help on using the changeset viewer.