Skip to content

Commit

Permalink
small fix in the tutorial...
Browse files Browse the repository at this point in the history
  • Loading branch information
martalmeida committed Mar 3, 2020
1 parent af23f30 commit 67db787
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions doc/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 67db787

Please sign in to comment.