PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
204 stars 236 forks source link

Unable to download Met on remote #1763

Open mccabete opened 7 years ago

mccabete commented 7 years ago

When doing a remote run using ED2 with a GFDL met source, the workflow succesfully executes :

remotefunc <- function() {PEcAn.data.atmosphere::download.GFDL(site_id=853, lat.in=35.9667, lon.in=-79.0833, model=NULL, scenario=NULL, ensemble_member=NULL, overwrite=FALSE, outfolder='/projectnb/dietzelab/pecan.data/output/tmccabe/GFDL_site_0-853/', start_date='2006-01-01', end_date='2100-12-31')}
> remoteout <- remotefunc()

But then the connection fails almost immediately.

fp <- file('/projectnb/dietzelab/pecan.data/output/tmccabe/GFDL_site_0-853//pecan-5af1a61b62004a12fa0de5a03d269e', 'w')
Error in file("/projectnb/dietzelab/pecan.data/output/tmccabe/GFDL_site_0-853//pecan-5af1a61b62004a12fa0de5a03d269e",  : 
  cannot open the connection
In addition: Warning message:
In file("/projectnb/dietzelab/pecan.data/output/tmccabe/GFDL_site_0-853//pecan-5af1a61b62004a12fa0de5a03d269e",  :
  cannot open file '/projectnb/dietzelab/pecan.data/output/tmccabe/GFDL_site_0-853//pecan-5af1a61b62004a12fa0de5a03d269e': No such file or directory
Execution halted

Full workflow can be found here.

mccabete commented 7 years ago

This is also true of Jules. See workflow.

mccabete commented 7 years ago

This is also true across met: Cruncep gives the same error. See workflow

mccabete commented 7 years ago

Seems to be a general met bug. Doesn't work for fluxnet2015, or AmerifluxLBL

ashiklom commented 6 years ago

There are a few of things that could be happening here:

ashiklom commented 6 years ago

Mental note: This may be related to #1288.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 365 days with no activity.