Open lauog opened 2 years ago
I am also having this issue. Has there been any resolution?
Hello, I have the same issues. Any updates about this?
Hello,
Due to some recent changes the download links are not working and broken. Could you please let me know where you downloaded the docker image? I will find the corresponding example_case for you and share it here with you.
Thank you! Arezoo
On Sun, Aug 20, 2023 at 1:40 PM hoda elsafty @.***> wrote:
Hello, I have the same issues. Any updates about this?
— Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/333#issuecomment-1685374449, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDTBVKI45OZ3QOZQ5UUYS3XWJR2JANCNFSM6AAAAAARJJV6K4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Arezoo Rafieei Nasab, Ph.D. NCAR/RAL Project Scientist I office: 303-497-2888
Hello, Thank you for your reply. I used this link https://hub.docker.com/r/wrfhydro/training
Thankshoda On Tuesday, August 22, 2023 at 02:51:55 PM EDT, arezoorn @.***> wrote:
Hello,
Due to some recent changes the download links are not working and broken. Could you please let me know where you downloaded the docker image? I will find the corresponding example_case for you and share it here with you.
Thank you! Arezoo
On Sun, Aug 20, 2023 at 1:40 PM hoda elsafty @.***> wrote:
Hello, I have the same issues. Any updates about this?
— Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/333#issuecomment-1685374449, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDTBVKI45OZ3QOZQ5UUYS3XWJR2JANCNFSM6AAAAAARJJV6K4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Arezoo Rafieei Nasab, Ph.D. NCAR/RAL Project Scientist I office: 303-497-2888
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Hi,
I think this example case would be compatible with the lessons in docker image. croton_NY_training_example_v5.2.tar.gz https://drive.google.com/file/d/18WTqONmlsOF64t3fTWMneww1gcuZBdJE/view?usp=drive_web Since the download link was broken, after pulling the image upload the tar file, and place it under ~/wrf-hydro-training folder, and untar it. Then you would see this folder: ~/wrf-hydro-training/example_case and you should be good to go.
Please let me know if you run into any issues. Thank you! Arezoo
On Tue, Aug 22, 2023 at 1:16 PM hoda elsafty @.***> wrote:
Hello, Thank you for your reply. I used this link https://hub.docker.com/r/wrfhydro/training
Thankshoda On Tuesday, August 22, 2023 at 02:51:55 PM EDT, arezoorn @.***> wrote:
Hello,
Due to some recent changes the download links are not working and broken. Could you please let me know where you downloaded the docker image? I will find the corresponding example_case for you and share it here with you.
Thank you! Arezoo
On Sun, Aug 20, 2023 at 1:40 PM hoda elsafty @.***> wrote:
Hello, I have the same issues. Any updates about this?
— Reply to this email directly, view it on GitHub < https://github.com/NCAR/wrf_hydro_training/issues/333#issuecomment-1685374449>,
or unsubscribe < https://github.com/notifications/unsubscribe-auth/ADDTBVKI45OZ3QOZQ5UUYS3XWJR2JANCNFSM6AAAAAARJJV6K4>
. You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Arezoo Rafieei Nasab, Ph.D. NCAR/RAL Project Scientist I office: 303-497-2888
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/333#issuecomment-1688784276, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDTBVMLPR3TFZXXZS3HUS3XWUAP7ANCNFSM6AAAAAARJJV6K4 . You are receiving this because you commented.Message ID: @.***>
-- Arezoo Rafieei Nasab, Ph.D. NCAR/RAL Project Scientist I office: 303-497-2888
can you please help with docker pull release version selection for running the lessons
docker pull wrfhydro/training:usgs-training
or
docker pull wrfhydro/training:v5.2.0-rc1
Have you met the problem below when running the example (croton_NY_training_example_v5.2.tar.gz)? ncid = 196608 FATAL ERROR: In read_3d_soil(): Problem finding variable 'ssi' in NetCDF file: ./DOMAIN/soil_properties.nc ncid = 196608 FATAL ERROR: In read_3d_soil(): Problem finding variable 'ssi' in NetCDF file: ./DOMAIN/soil_properties.nc
try this >>
when the jupyter lab starts in the browser use pass "wrfhydrotraining"
Have you met the problem below when running the example (croton_NY_training_example_v5.2.tar.gz)? ncid = 196608 FATAL ERROR: In read_3d_soil(): Problem finding variable 'ssi' in NetCDF file: ./DOMAIN/soil_properties.nc ncid = 196608 FATAL ERROR: In read_3d_soil(): Problem finding variable 'ssi' in NetCDF file: ./DOMAIN/soil_properties.nc
I have faced the similar things. how did you solve the issue? Thanks
I downloaded the docker container for this training following the instructions and when I'm going to do the lesson 2 I'm not able to pull out the example case using cd ~/wrf-hydro-training/example_case there's no such file in that directory. Where I can find the example_case file or what I need to do to have it?