-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3078 from PecanProject/ncvar_put-debug
Better debugging for `model2netcdf.ED2`
- Loading branch information
Showing
4 changed files
with
21 additions
and
6 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
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,8 +1,11 @@ | ||
# PEcAn.ED2 (development version) | ||
|
||
* Warning messages for `model2netcdf.ed2()` coming from `ncdf4::ncvar_put()` now are prepended with the variable name for easier debugging (#3078) | ||
* Fixed a bug in `model2netcdf.ed2()` where .nc file connections were being closed multiple times, printing warnings (#3078) | ||
* Fixed a bug affecting the generation of job.sh for runs with many PFTs (#3075) | ||
* Added optional `process_partial` argument to `model2netcdf.ED2()` to allow it to process existing output from failed runs. | ||
|
||
# PEcAn.ED2 1.7.2 | ||
# PEcAn.ED2 1.7.2.9000 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. Prior to this point, PEcAn.ED2 development was tracked in the main PEcAn NEWS file. | ||
* Added a `NEWS.md` file to track changes to the package. Prior to this point changes are tracked in the main CHANGELOG for the PEcAn repository. | ||
* Added optional `process_partial` argument to `model2netcdf.ED2()` to allow it to process existing output from failed |
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