Changeset 19866


Ignore:
Timestamp:
12/08/15 18:58:36 (9 years ago)
Author:
glperez
Message:

CHG: Updated surfaceforcings to smb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/examples/Pig/Pig.par ΒΆ

    r19163 r19866  
    9999%Forcings
    100100disp('   Interpolating surface mass balance');
    101 md.surfaceforcings.mass_balance=InterpFromGridToMesh(x1,y1,smb,md.mesh.x,md.mesh.y,0);
    102 md.surfaceforcings.mass_balance=md.surfaceforcings.mass_balance*md.materials.rho_water/md.materials.rho_ice;
     101md.smb.mass_balance=InterpFromGridToMesh(x1,y1,smb,md.mesh.x,md.mesh.y,0);
     102md.smb.mass_balance=md.smb.mass_balance*md.materials.rho_water/md.materials.rho_ice;
    103103clear smb;
    104104
Note: See TracChangeset for help on using the changeset viewer.