-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Could not find all inputdata on any server when running FATES #76
Comments
Thanks for your inquiry here. This tutorial was set up to run on a cloud instance that was just active for the tutorial. These files are not available on svn. What system are you trying to run on? |
Hi @wwieder , thanks for your reply. I am running it on my local server using NCAR docker image escomp/cesm-lab-neon. I also have access to NCAR HPC derecho, can I run this FATES-neon tutorial on derecho machine? |
I don't think it should actually be looking for data called 'UNSET' -- what site are you running, and can you share any changes you've made? I'll try to duplicate this today. |
Hi @briandobbins , thank you for promptly offering assistance. The site, "STEI," was used in my code and it mirrors exactly what's demonstrated in the tutorial Jupyter notebook. |
OK, if you have access to derecho it's easier for us to troubleshoot there. Can you also let us know the version of CTSM you're using? If you set up your environment as we did in the tutorial you can do this by:
In my own sandbox I'm using ctsm5.2.001 With this version of code I needed to update the compset as follows:
After doing this, my case ran as expected: If you're OK with the easiest thing may be to update your source code to the latest CTSM tag?
|
Hi @wwieder , I just tried the code on derecho and I was able to create the case, build the case and submit the case. Right now, the case in the queue of derecho waiting for receiving the calculation node. I will let you know if I can get the correct results. |
Great news. Derecho is down at the moment, but hopefully the case runs as you expected. I should note that CLM and FATES are not calibrated for particular NEON sites, but hopefully you're able to get results that serve as a starting ground for further work and development. Thanks for reaching out. |
@wwieder , I am able to see the simulation results on Derecho. Thanks again for your help. To help other users who want to run FATES on Derecho, I am posting my full code below. Users need to replace YOURPROJECTID with their own project ID. Users do not need to specify the location of "fsurdat".
|
I received the error below, when I tried to run FATES following the tutorial CTSM-Tutorial/notebooks/SinglePoint/ProjectExamples/FATES_NEON_fromScratch.ipynb at main · NCAR/CTSM-Tutorial. ./case.submit command tried to download files from https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm/datm7/UNSET/. However, I checked https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm/datm7/, there is no folder named UNSET.
**Model datm missing file file48 = '/home/user/inputdata/atm/datm7/UNSET/CLM1PT_data/2021-12.nc'
Trying to download file: 'atm/datm7/UNSET/CLM1PT_data/2021-12.nc' to path '/home/user/inputdata/atm/datm7/UNSET/CLM1PT_data/2021-12.nc' using SVN protocol.
svn export failed with output: and errput svn: E170000: URL 'https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm/datm7/UNSET/CLM1PT_data/2021-12.nc' doesn't exist
Checking server None with protocol None
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Client protocol None not enabled
ERROR: Could not find all inputdata on any server**
The text was updated successfully, but these errors were encountered: