NOAA-PMEL / Ferret

The Ferret program from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
55 stars 20 forks source link

LET/REMOTE for aggregations #1678

Open karlmsmith opened 6 years ago

karlmsmith commented 6 years ago

Reported by @AnsleyManke on 2 May 2016 16:30 UTC For the /REMOTE capabilities to be fully useful there needs to be a /REMOTE option for DEFINE DATA/AGG (TSERIES, ENSEMBLES, and FMRCs). Obviously, the /REMOTE is valid only if all members of the aggregation are on the same remote server. When they indeed are, then DEFIN DATA/REMOTE will execute the DEFINE DATA on the remote server.

The DEFINE DATA command could check the location of datasets and set a flag marking the data as remote-able. Then LET commands for data in the aggregated dataset would be set up as a LET/REMOTE.

Alternatively if a LET/REMOTE command is issued, even if the DEFINE DATA didn't have a /REMOTE on it, the check for members on the same remote server could be made at that time.

Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/2406

karlmsmith commented 6 years ago

Modified by @AnsleyManke on 2 May 2016 16:33 UTC

karlmsmith commented 6 years ago

Adding @AndrewWittenberg