Skip to content

Commit e7e4ef3

Browse files
committed
lazy commit
1 parent 81c527f commit e7e4ef3

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

README.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,6 @@ algorithms to transition geoscience data analysis from relying solely
5252
on traditional (or “flat”) datasets to allowing newer
5353
hierarchical (or “nested”) datasets.
5454

55-
The next logical step is to support and enable combining all
56-
datastreams that meet user-specified criteria into a
57-
single or small number of files that hold *all* the
58-
science-relevant data organized in hierarchical structures.
59-
NCO (and no other software to our knowledge) can do this now.
60-
We call the resulting data storage, distribution, and analysis
61-
paradigm Group-Oriented Data Analysis and Distribution
62-
([GODAD](http://nco.sf.net/nco.html#godad)).
63-
GODAD lets the scientific question organize the data, not the
64-
*ad hoc* granularity of all relevant datasets.
65-
The [User Guide](http://nco.sf.net/nco.html) illustrates
66-
[GODAD](http://nco.sf.net/nco.html#godad)
67-
techniques for climate data analysis:
68-
6955
| Operator | Full Name | Examples
7056
| -------- |:-------------------------- | :----------
7157
| `ncap2` | netCDF Arithmetic Processor | [here](http://nco.sf.net/nco.html#ncap2) |
@@ -88,3 +74,7 @@ techniques for climate data analysis:
8874
The NCO project [homepage](http://sf.net/projects/nco)
8975
points to mailing lists, discussion forums, and instructions to make
9076
contributing easy.
77+
78+
### Acknowledgements
79+
80+
NCO has been supported by volunteers and professionals since 1995. External support from DOE, NASA, and NSF has sustained development and addition of its most powerful features.

doc/ChangeLog

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
2021-01-13 Charlie Zender <[email protected]>
1+
2021-01-15 Charlie Zender <[email protected]>
22

33
* NCO 4.9.8-alpha03 release procedure:
44
cd ~/nco;git commit -a -m 'Version 4.9.8-alpha03: Cheyenne';git push
55
git tag -a 4.9.8-alpha03 -m 'ncremap: tll fix sgs s1d, fix nfr MALI';git push --tags
66

7+
* Eliminate mention of GODAD on GitHub homepage
8+
9+
2021-01-13 Charlie Zender <[email protected]>
10+
711
* ncremap load NCL 6.5.0 instead of 6.4.0 to agree with new defaults
812

913
* nco_grd_nfr() do not query for units attribute of non-existant area variable (fixes RRG mode for Po-Lun Ma)

0 commit comments

Comments
 (0)