Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.10 by gforget, Sun Jan 19 15:00:17 2014 UTC | revision 1.11 by gforget, Sun Jan 17 16:00:24 2016 UTC | |
---|---|---|
# | Line 17 function []=insitu_cost(doComp,varargin) | Line 17 function []=insitu_cost(doComp,varargin) |
17 | ||
18 | %load paths and grid: | %load paths and grid: |
19 | %-------------------- | %-------------------- |
20 | global mygrid; if isempty(mygrid); grid_load('GRID/',5,'compact'); end; | gcmfaces_global; if isempty(mygrid); grid_load; end; |
21 | ||
22 | %set more optional paramaters to default values | %set more optional paramaters to default values |
23 | global myparms; year0=myparms.yearInAve(1); year1=myparms.yearInAve(2); | global myparms; year0=myparms.yearInAve(1); year1=myparms.yearInAve(2); |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |