gcmfaces
gcmfaces copied to clipboard
gcmfaces is a Matlab / Octave toolbox that handles gridded earth variables in generic fashion. Read more at:
Hi, I have been attempting to load in an LLC270 grid to MATLAB so I can use some of the interpolation and remapping tools available in this package but am...
Hi! I am using the ECCO v4r4 product and realized that the bolus velocity is not purely divergent-free. I think this is the repo that hosts the code that is...
Hi, the code "prep_flt_init.m" set the tile size as 30*30. But my llc540 simulation use the tile of 60*60. So I should replace all "30" with "60" in the "prep_flt_init.m"...
I have copy the update commit 'read_nctiles', but when I read the variables to calculate the volume budget like this: oceFWflx = read_nctiles( [dir1,'oceFWflx/','oceFWflx'],'oceFWflx',ii ) It will show that '/ECCOv4r4/nctiles_monthly/oceFWflx/oceFWflx.0001.nc...
The current master version of read_nctiles.m does not work for Release3_alt. This PR makes read_nctiles.m backward compatible with Release3_alt.
I have learned that I must use read_nctiles function to read the ECCO nctiles data. Unfortunately, Matlab keeps reporting errors when running the basic function: " errors read_nctiles (line 172)...
When solving A xx = yy, diffsmooth2D_div_inv.m uses xx=A\yy. This becomes less robust when matrix A is close to singular. The solution xx may become all zeros. Different versions of...
The trailing wildcard characters '*' in calls to rdmds and rdmds2gcmfaces cause the following error in new versions of Matlab: > Error using dir > Characters adjacent to a **...
For ECCO v4 r4, a slightly different version of nctiles was used, which is not yet supported by gcmfaces `read_nctiles.m`. New format looks like this: ``` float UVELMASS(time, k, tile,...
Hi Gaël, Does gcmfaces allow for flux conserving, bin averaging from LLC output to lon/lat grid? The application of this is bin averaging of ECCO-Darwin air-sea CO2 fluxes for various...