Changeset 27987
- Timestamp:
- 11/02/23 05:42:56 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/modeldata/interpSeaRISE.m
r27532 r27987 26 26 % 22. surftemp 27 27 % 28 % Hemisphere: +1 Greenland, -1 Antarctica 29 % 28 30 % 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); 30 35 31 36 verbose=0; … … 36 41 hemisphere = varargin{1}; 37 42 end 38 39 43 40 44 %read data
Note:
See TracChangeset
for help on using the changeset viewer.