From 67db7872a66a5e232e8d45ca3cb347754e7725fb Mon Sep 17 00:00:00 2001 From: M Marta-Almeida Date: Tue, 3 Mar 2020 23:40:49 +0000 Subject: [PATCH] small fix in the tutorial... --- README.md | 2 -- doc/tutorial.ipynb | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index e5a27f6..402e01f 100644 --- a/README.md +++ b/README.md @@ -716,8 +716,6 @@ inputs: - pl, pressure levels (hPa units) - lon, longitudes (deg units) -- data: dict with fields (u,v,z) or (I1,I2) or (J3). Each entry must also be a dictionary, with fields lon, lat, P (pressure levels) and v (the u, v, z, I1, I2 or J3) - The input files vfile, hfile and wfile can be netcdf or npz. The function accepts other arguments like the save karg (True by default), the format (nc or npz) and uvz (variables to compute, (1,1,1) by default) Returns the reconstructed zonal and meridional wind, and geopotential perturbation, diff --git a/doc/tutorial.ipynb b/doc/tutorial.ipynb index bfd7153..644f36c 100644 --- a/doc/tutorial.ipynb +++ b/doc/tutorial.ipynb @@ -1056,8 +1056,6 @@ "- pl, pressure levels (hPa units)\n", "- lon, longitudes (deg units)\n", "\n", - "- data: dict with fields (u,v,z) or (I1,I2) or (J3). Each entry must also be a dictionary, with fields lon, lat, P (pressure levels) and v (the u, v, z, I1, I2 or J3)\n", - " \n", "The input files vfile, hfile and wfile can be netcdf or npz. The function accepts other arguments like the save karg (True by default), the format (nc or npz) and uvz (variables to compute, (1,1,1) by default) \n", "\n", "Returns the reconstructed zonal and meridional wind, and geopotential perturbation,\n",