- 19 May, 2015 4 commits
-
-
Pierre Cazenave authored
-
Pierre Cazenave authored
Fix the way the years and months are handled so they are in sync. The nested loop approach does not work well across year boundaries as you end up with a December to January on the inner loop but you do not increment the year in between.
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
- 15 May, 2015 1 commit
-
-
Pierre Cazenave authored
-
- 19 Mar, 2015 8 commits
-
-
Pierre Cazenave authored
New release with support for creating nesting files for driving FVCOM with existing model output at the boundaries.
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
Add new function to find surrounding nodes for a given node. This was ported from the Python FVCOM toolbox (PyFVCOM).
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
- 27 Feb, 2015 2 commits
-
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
- 23 Feb, 2015 7 commits
-
-
Pierre Cazenave authored
Add new function to export a nesting forcing file from external model output (either interpolated from a regular model grid (type 3 nesting) or from a bigger FVCOM model (type 1 and 2)).
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
- 14 Jan, 2015 9 commits
-
-
Pierre Cazenave authored
Remove the verbose flag as this function is sometimes called in a loop and this makes the on screen output very messy.
-
Pierre Cazenave authored
-
Pierre Cazenave authored
Apparently something has changed with the air data from NCEP. This try/catch (quite inelegantly) fixes it.
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
relevant element ID instead of the node ID.
-
- 25 Nov, 2014 1 commit
-
-
Pierre Cazenave authored
Reinstate the preallocation of the output array in the case for which no valid stations are found. Not having this causes the if ~isempty(out) a bit later to fail, bringing the whole thing crashing down (or at least stopping the script).
-
- 20 Oct, 2014 2 commits
-
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
- 17 Oct, 2014 5 commits
-
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
-
Pierre Cazenave authored
Merge new functionality from Riqui to allow subsetting in all of space (horizontal and vertical) and time together.
-
- 16 Oct, 2014 1 commit
-
-
Pierre Cazenave authored
-