forked from NOAA-GFDL/FUDGE
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline documentation updated; XMLGen added; some cleanup of no-longer…
…-used functions added
- Loading branch information
1 parent
23b211e
commit 80aa64e
Showing
33 changed files
with
206 additions
and
1,835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,73 @@ | ||
Framework for Unified Downscaling of GCMs Empirically (FUDGE) | ||
|
||
This file is part of the NOAA-GFDL FUDGE project (Framework for Unified Downscaling of GCMs Empirically), referred to as NOAA-GFDL/FUDGE. The majority of this code was written by authors at the Geophysical Fluid Dynamics Laboratory (GFDL), who are providing the code with the disclaimer shown below. | ||
|
||
Disclaimer | ||
---------- | ||
|
||
The United States Department of Commerce (DOC) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. DOC has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any claims against the Department of Commerce stemming from the use of its GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government. | ||
|
||
What is it? | ||
----------- | ||
|
||
FUDGE is a tool for exploring the possible space of downscaling methods by | ||
running experiments that vary over downscaling method, downscaling method parameters, | ||
data used in the downscaling process, and pre- and post-downscaling adjustment | ||
of the data. | ||
|
||
The Latest Version | ||
------------------ | ||
|
||
The latest verified version is the darkchocolate release. For more | ||
information, please consult the release notes. | ||
|
||
Documentation | ||
------------- | ||
|
||
The documentation included with this release is located in | ||
the documentation/ directory. There is supplematary documentation located | ||
in a readme file within the Rsuite and | ||
|
||
Requirements | ||
------------ | ||
|
||
This code requires access to: | ||
- R 2.15 or higher | ||
-- R packages ncdf4, ncdf4.helpers, CDFt, PCICt, udunits2, Runit? Do those tests get included? | ||
- nco 4.0.3 or higher | ||
- netcdf 4.0.1 or higher | ||
- python 2.7.1 | ||
-- python packages pprint,datetime,getopt, os, shutil, shlex, | ||
sys, subprocess, optparse, argparse | ||
--* GFDL-specific programs *-- | ||
- gcp 2.3 or higher | ||
- moab 7 or higher | ||
|
||
Please see the file called INSTALL. Platform specific notes can be | ||
found in README.platforms. | ||
|
||
Licensing | ||
--------- | ||
|
||
Please see the file called license.md | ||
|
||
Caveats and warnings | ||
----------------------------- | ||
|
||
1. This code has been designed for work with the GDFL machines. We make no guarantee that it | ||
will still work properly outside of the GFDL. | ||
|
||
2. This code is a work in progress. The darkchocolate workflow has passed its current tests, | ||
but is still undergoing revision. | ||
|
||
3. In the course of development, we found that the internal data structures were changing too | ||
fast for unit regression tests to be useful, and switched to regression tests upon the downscaled | ||
output. However, those regression tests rely on the GFDL filesystem for input data, and the incusion | ||
of the end-products of downscaling files to check against would have dramatically increased the size | ||
of the repository. | ||
|
||
Contacts | ||
-------- | ||
o Principle Investigator: Keith Dixon, [email protected] | ||
o [email protected] | ||
o [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.