Ethan Gutmann

Results 18 issues of Ethan Gutmann

# Defect/Bug Report # Performance issue on multiple nodes. I thought I'd add a comment here on a performance issue I'm seeing at the moment using coarrays in derived types....

bug
help-wanted
confirmed
in progress
Hacktoberfest

Permit advection algorithm to be specified separately for each advected scalar (e.g. upwind for a/b, MPDATA w/o FCT for c and MPDATA w/FCT for d...) and make Advection code loop...

enhancement

This is really an ongoing challenge, but I'd like to make a concerted effort to get all routines documented and create more detailed doc in readthedocs on the usage of...

help wanted

The 2.0 implementation of output variables uses objects, and could be extended to permit output variables to "compute" themselves prior to output, e.g. winds could rotate to east-west/N-S coordinates, accumulated_precip...

enhancement

This is a feature request to add an option for metsim to fill missing days by interpolation of the input data in time, including changing the calendar from noleap to...

Title says it all. Make output files CF compliant.

enhancement

Provide an option to GARD to read in pre-computed SCRF fields so they can be used with, e.g., sample_analog or simply used to apply the error and pop terms internally....

We should develop a (simple) standard test case or cases. Data should be hosted elsewhere, and could even just be located on yellowstone and/or hydro-c1 for now.

enhancement

To permit larger runs in limited memory it would be nice to be able to specify a chunk size in time (or space) over which GARD would process datasets. Performing...

Now that basic development is "done" all of the timers that compute how long GARD spent in each part of the code can be stripped out to clean up some...