Skip to content

Commit

Permalink
Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Nov 1, 2024
1 parent 24744ab commit a66878b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dapper/mods/QG/f90/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Compile as follows...

### This `f90` directory

contains Fortran-90 code for the QG model for building
...contains Fortran-90 code for the QG model for building

1. a python extension module `py_mod`
2. a standalone program
1. A python extension module `py_mod`
2. A standalone program

DAPPER only requires `py_mod` (also to generate initial sample).
Both require an `f90` compiler (tested with `g95` and `gfortran`).
Expand Down Expand Up @@ -70,7 +70,7 @@ Example: here's how I compiled the standalone on my Mac:
q = permute( netcdf.getVar(ncid, netcdf.inqVarID(ncid,'q')) , [3 2 1]);
t = netcdf.getVar(ncid, netcdf.inqVarID(ncid,'t'));

### Changelog since Sakov's enkf-matlab
### Changelog since Sakov's `enkf-matlab`

- Rm Matlab interface funcs: qgplay.m qgplot.m qgread.m mexcmd.m qgstep_mex.f90 mexf90.f90
- Modified makefile, as described above.
Expand Down
3 changes: 1 addition & 2 deletions docs/dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ Upload to Test.PyPI
```sh
twine upload --repository testpypi dist/*
```

where ~/.pypirc contains
where `~/.pypirc` contains

```ini
[distutils]
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ or with the `%run` command inside `ipython`.
Some of the scripts have also been converted to Jupyter notebooks (`.ipynb`).
You can try them out without installing anything
by pressing this button (but note that some plotting features won't work,
and that it requires a Google login): [![Open In Collab](https://colab.research.google.com/assets/colab-badge.svg)](http://colab.research.google.com/github/nansencenter/DAPPER)
and that it requires a Google login): [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://colab.research.google.com/github/nansencenter/DAPPER)

## Description

Expand Down

0 comments on commit a66878b

Please sign in to comment.