Changeset 3762


Ignore:
Timestamp:
05/17/10 08:41:23 (15 years ago)
Author:
seroussi
Message:

fields name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plot_basaldrag.m

    r2439 r3762  
    1717
    1818%compute exponents
    19 s=averaging(md,1./md.p,0);
    20 r=averaging(md,md.p./md.q,0);
     19s=averaging(md,1./md.drag_p,0);
     20r=averaging(md,md.drag_p./md.drag_q,0);
    2121
    2222%compute horizontal velocity
     
    3030
    3131%compute basal drag
    32 drag=(md.g*(md.rho_ice*md.thickness+md.rho_water*md.bed)).^r.*(md.drag).^2.*ub.^s/1000;
     32drag=(md.g*(md.rho_ice*md.thickness+md.rho_water*md.bed)).^r.*(md.drag_coefficient).^2.*ub.^s/1000;
    3333
    3434%Figure out if this is a Section plot
Note: See TracChangeset for help on using the changeset viewer.