Changeset 27987


Ignore:
Timestamp:
11/02/23 05:42:56 (18 months ago)
Author:
dmangini
Message:

CHG: improved documentation of function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/modeldata/interpSeaRISE.m

    r27532 r27987  
    2626%      22. surftemp
    2727%
     28%   Hemisphere: +1 Greenland, -1 Antarctica
     29%
    2830%   Usage:
    29 %      [dataout] = interpBedmap2(X,Y,string)
     31%      [dataout] = /totten_1/dmangini/trunk-jpl/src/m/modeldata/interpSeaRISE.m(X,Y,string,hemisphere)
     32%
     33%   Examples:
     34%      md.basalforcings.geothermalflux  = interpSeaRISE(md.mesh.x,md.mesh.y,'bheatflx_shapiro',-1);
    3035
    3136verbose=0;
     
    3641        hemisphere = varargin{1};
    3742end
    38 
    3943
    4044%read data
Note: See TracChangeset for help on using the changeset viewer.