NCAR / wrf_hydro_training

Jupyter notebooks for WRF-Hydro trainings
49 stars 48 forks source link

Regarding WRF-HYDRO docker issue #298

Open gourikadam opened 3 years ago

gourikadam commented 3 years ago

Hello,

I am getting following error after execution of the following command on my desktop docker run --name wrf-hydro-training1 -p 2222:8888 -it wrfhydro/training:v5.2.0-rc1

Retrieving testcase Permission denied: https://drive.google.com/uc?id=1_Ivc02C1WWkZcuBaSl9YePrqQE5osiCp Maybe you need to change permission over 'Anyone with the link'? tar (child): croton.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now rm: cannot remove 'croton.tar.gz': No such file or directory mv: cannot stat '/home/docker/example_case': No such file or directory Retrieved the test case

system details are Windows pro 10 docker version output "Client: Docker Engine - Community Cloud integration: 1.0.2 Version: 19.03.13 API version: 1.40 Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 17:00:27 2020 OS/Arch: windows/amd64 Experimental: false

Server: Docker Engine - Community Engine: Version: 19.03.13 API version: 1.40 (minimum version 1.12) Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 17:07:04 2020 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.3.7 GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 runc: Version: 1.0.0-rc10 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd docker-init: Version: 0.18.0 GitCommit: fec3683"

please help me in this

mollymca commented 3 years ago

Hi Gouri, Are you trying to run the WRF-Hydro Training? It looks like there is a typo in the run command. Please run the following command docker run --name wrf-hydro-training -p 8888:8888 -it wrfhydro/training:v5.2.0-rc1 Best regards, Molly

On Tue, Dec 1, 2020 at 10:36 PM Gouri Kadam notifications@github.com wrote:

Hello,

I am getting following error after execution of the following command on my desktop docker run --name wrf-hydro-training1 -p 2222:8888 -it wrfhydro/training:v5.2.0-rc1

Retrieving testcase Permission denied: https://drive.google.com/uc?id=1_Ivc02C1WWkZcuBaSl9YePrqQE5osiCp Maybe you need to change permission over 'Anyone with the link'? tar (child): croton.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now rm: cannot remove 'croton.tar.gz': No such file or directory mv: cannot stat '/home/docker/example_case': No such file or directory Retrieved the test case

system details are Windows pro 10 docker version output "Client: Docker Engine - Community Cloud integration: 1.0.2 Version: 19.03.13 API version: 1.40 Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 17:00:27 2020 OS/Arch: windows/amd64 Experimental: false

Server: Docker Engine - Community Engine: Version: 19.03.13 API version: 1.40 (minimum version 1.12) Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 17:07:04 2020 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.3.7 GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 runc: Version: 1.0.0-rc10 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd docker-init: Version: 0.18.0 GitCommit: fec3683"

please help me in this

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/298, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGQKPGJFX36QJKGYVBZI7VLSSXG7FANCNFSM4UJ7Y7WQ .

-- Molly J. McAllister Associate Scientist III National Center for Atmospheric Research mollymca@ucar.edu office: (303) 497-8253 <%28303%29%20497-8404> - not currently at this location due to COVID Cell: 303 579 3335 - if need to contact via voice <%28831%29%20261-5149> My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours.

gourikadam commented 3 years ago

Hi Molly,

I am trying to run WRF-HYDRO training. I have used the below mentioned command already

“docker run --name wrf-hydro-training –p 8888:8888 -it wrfhydro/training:v5.2.0-rc1”

Got the same error . Please help in this. It seems there are some permission needs to be set but I don’t know where to set them.

Thanks and Regards,

Gouri

From: Molly McAllister [mailto:notifications@github.com] Sent: 02 December 2020 21:44 To: NCAR/wrf_hydro_training Cc: Gouri Kadam; Author Subject: Re: [NCAR/wrf_hydro_training] Regarding WRF-HYDRO docker issue (#298)

Hi Gouri, Are you trying to run the WRF-Hydro Training? It looks like there is a typo in the run command. Please run the following command docker run --name wrf-hydro-training -p 8888:8888 -it wrfhydro/training:v5.2.0-rc1 Best regards, Molly

On Tue, Dec 1, 2020 at 10:36 PM Gouri Kadam notifications@github.com wrote:

Hello,

I am getting following error after execution of the following command on my desktop docker run --name wrf-hydro-training1 -p 2222:8888 -it wrfhydro/training:v5.2.0-rc1

Retrieving testcase Permission denied: https://drive.google.com/uc?id=1_Ivc02C1WWkZcuBaSl9YePrqQE5osiCp Maybe you need to change permission over 'Anyone with the link'? tar (child): croton.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now rm: cannot remove 'croton.tar.gz': No such file or directory mv: cannot stat '/home/docker/example_case': No such file or directory Retrieved the test case

system details are Windows pro 10 docker version output "Client: Docker Engine - Community Cloud integration: 1.0.2 Version: 19.03.13 API version: 1.40 Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 17:00:27 2020 OS/Arch: windows/amd64 Experimental: false

Server: Docker Engine - Community Engine: Version: 19.03.13 API version: 1.40 (minimum version 1.12) Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 17:07:04 2020 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.3.7 GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 runc: Version: 1.0.0-rc10 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd docker-init: Version: 0.18.0 GitCommit: fec3683"

please help me in this

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/298, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGQKPGJFX36QJKGYVBZI7VLSSXG7FANCNFSM4UJ7Y7WQ .

-- Molly J. McAllister Associate Scientist III National Center for Atmospheric Research mollymca@ucar.edu office: (303) 497-8253 <%28303%29%20497-8404> - not currently at this location due to COVID Cell: 303 579 3335 - if need to contact via voice <%28831%29%20261-5149> My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737333471 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKDEI6JVQTVVHICPQLT2BLSSZRWBANCNFSM4UJ7Y7WQ . Web Bug from https://github.com/notifications/beacon/AHKDEI26DSLMP5QGYXJKS5LSSZRWBA5CNFSM4UJ7Y7W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFPZNBXY.gif http://cdn.mailscanner.info/1x1spacer.gif

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737333471", "url": "https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737333471", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]


[ C-DAC is on Social-Media too. Kindly follow us at: Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies and the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email is strictly prohibited and appropriate legal action will be taken.

mollymca commented 3 years ago

Thanks for letting us know, Gouri. We will look into it. Best regards, Molly

On Wed, Dec 2, 2020 at 9:23 PM Gouri Kadam notifications@github.com wrote:

Hi Molly,

I am trying to run WRF-HYDRO training. I have used the below mentioned command already

“docker run --name wrf-hydro-training –p 8888:8888 -it wrfhydro/training:v5.2.0-rc1”

Got the same error . Please help in this. It seems there are some permission needs to be set but I don’t know where to set them.

Thanks and Regards,

Gouri

From: Molly McAllister [mailto:notifications@github.com] Sent: 02 December 2020 21:44 To: NCAR/wrf_hydro_training Cc: Gouri Kadam; Author Subject: Re: [NCAR/wrf_hydro_training] Regarding WRF-HYDRO docker issue (#298)

Hi Gouri, Are you trying to run the WRF-Hydro Training? It looks like there is a typo in the run command. Please run the following command docker run --name wrf-hydro-training -p 8888:8888 -it wrfhydro/training:v5.2.0-rc1 Best regards, Molly

On Tue, Dec 1, 2020 at 10:36 PM Gouri Kadam notifications@github.com wrote:

Hello,

I am getting following error after execution of the following command on my desktop docker run --name wrf-hydro-training1 -p 2222:8888 -it wrfhydro/training:v5.2.0-rc1

Retrieving testcase Permission denied: https://drive.google.com/uc?id=1_Ivc02C1WWkZcuBaSl9YePrqQE5osiCp Maybe you need to change permission over 'Anyone with the link'? tar (child): croton.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now rm: cannot remove 'croton.tar.gz': No such file or directory mv: cannot stat '/home/docker/example_case': No such file or directory Retrieved the test case

system details are Windows pro 10 docker version output "Client: Docker Engine - Community Cloud integration: 1.0.2 Version: 19.03.13 API version: 1.40 Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 17:00:27 2020 OS/Arch: windows/amd64 Experimental: false

Server: Docker Engine - Community Engine: Version: 19.03.13 API version: 1.40 (minimum version 1.12) Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 17:07:04 2020 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.3.7 GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 runc: Version: 1.0.0-rc10 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd docker-init: Version: 0.18.0 GitCommit: fec3683"

please help me in this

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/298, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AGQKPGJFX36QJKGYVBZI7VLSSXG7FANCNFSM4UJ7Y7WQ

.

-- Molly J. McAllister Associate Scientist III National Center for Atmospheric Research mollymca@ucar.edu office: (303) 497-8253 <%28303%29%20497-8404> - not currently at this location due to COVID Cell: 303 579 3335 - if need to contact via voice <%28831%29%20261-5149> My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737333471> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AHKDEI6JVQTVVHICPQLT2BLSSZRWBANCNFSM4UJ7Y7WQ> . Web Bug from https://github.com/notifications/beacon/AHKDEI26DSLMP5QGYXJKS5LSSZRWBA5CNFSM4UJ7Y7W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFPZNBXY.gif http://cdn.mailscanner.info/1x1spacer.gif

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": " https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737333471", "url": " https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737333471", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": " https://github.com" } } ]


[ C-DAC is on Social-Media too. Kindly follow us at: Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies and the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email is strictly prohibited and appropriate legal action will be taken.


— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737656514, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGQKPGN6MGJ5KHX5OFMEINDSS4HCZANCNFSM4UJ7Y7WQ .

-- Molly J. McAllister Associate Scientist III National Center for Atmospheric Research mollymca@ucar.edu office: (303) 497-8253 <%28303%29%20497-8404> - not currently at this location due to COVID Cell: 303 579 3335 - if need to contact via voice <%28831%29%20261-5149> My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours.

mollymca commented 3 years ago

Hi Gouri, The permissions are set to public so I'm not quite sure why it isn't working for you. Are you pulling the image from dockerhub https://hub.docker.com/r/wrfhydro/training/ and following the instructions there?

gourikadam commented 3 years ago

Hello Molly,

Thank you for quick response.

Yes, I am following the same steps mentioned in https://hub.docker.com/r/wrfhydro/training/ site.

Run command also executed the first step mentioned in “

  1. First, the container will pull the model code corresponding to the specified major version.
  2. Second, the container will pull an example test case compatible with the model code release.
  3. Third, the container will pull the training lessons corresponding to the specified major version.
  4. Fourth, the container will launch a JupyterLab server and echo the address to your terminal. “

I am getting error in the 2nd stage Retrieving testcase

Thanks and Regards,

Gouri Kadam

From: Molly McAllister [mailto:notifications@github.com] Sent: 03 December 2020 11:43 To: NCAR/wrf_hydro_training Cc: Gouri Kadam; Author Subject: Re: [NCAR/wrf_hydro_training] Regarding WRF-HYDRO docker issue (#298)

Hi Gouri, The permissions are set to public so I'm not quite sure why it isn't working for you. Are you pulling the image from dockerhub https://hub.docker.com/r/wrfhydro/training/ and following the instructions there?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737690246 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKDEI72VLYJG4FG2MCKVVLSS4UADANCNFSM4UJ7Y7WQ . Web Bug from https://github.com/notifications/beacon/AHKDEIZHMVCQSKMQNVXRLF3SS4UADA5CNFSM4UJ7Y7W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFP4EFBQ.gif http://cdn.mailscanner.info/1x1spacer.gif

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737690246", "url": "https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737690246", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]


[ C-DAC is on Social-Media too. Kindly follow us at: Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies and the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email is strictly prohibited and appropriate legal action will be taken.

gourikadam commented 3 years ago

Hi Molly,

Wish to post below log regarding the same

“Retrieved the model code


Retrieving testcase

Permission denied: https://drive.google.com/uc?id=1_Ivc02C1WWkZcuBaSl9YePrqQE5osiCp

Maybe you need to change permission over 'Anyone with the link'?

tar (child): croton*.tar.gz: Cannot open: No such file or directory

tar (child): Error is not recoverable: exiting now

tar: Child returned status 2

tar: Error is not recoverable: exiting now

rm: cannot remove 'croton*.tar.gz': No such file or directory

mv: cannot stat '/home/docker/example_case': No such file or directory

Retrieved the test case


Retrieving WRF-Hydro training

Cloning into 'wrf_hydro_training'...

remote: Enumerating objects: 159, done.

remote: Counting objects: 100% (159/159), done.

remote: Compressing objects: 100% (85/85), done.

remote: Total 2952 (delta 77), reused 103 (delta 51), pack-reused 2793

Receiving objects: 100% (2952/2952), 65.20 MiB | 14.10 MiB/s, done.

Resolving deltas: 100% (1434/1434), done.

Cloning into 'WrfHydroForcing'...

remote: Enumerating objects: 13, done.

remote: Counting objects: 100% (13/13), done.

remote: Compressing objects: 100% (13/13), done.

remote: Total 2734 (delta 6), reused 4 (delta 0), pack-reused 2721

Receiving objects: 100% (2734/2734), 2.22 MiB | 1.89 MiB/s, done.

Resolving deltas: 100% (1724/1724), done.

Cloning into 'wrf_hydro_model_tools'...

remote: Enumerating objects: 23, done.

remote: Counting objects: 100% (23/23), done.

remote: Compressing objects: 100% (22/22), done.

remote: Total 606 (delta 3), reused 8 (delta 1), pack-reused 583

Receiving objects: 100% (606/606), 141.79 KiB | 373.00 KiB/s, done.

Resolving deltas: 100% (309/309), done.

Permission denied: https://drive.google.com/uc?id=10Q-0eVakrVmFwZ27ftDDtsSHsg0YBQAT

Maybe you need to change permission over 'Anyone with the link'?

mkdir: cannot create directory ‘/home/docker/wrf-hydro-training/regridding’: File exists

mv: cannot stat 'nldas*.tar.gz': No such file or directory

Permission denied: https://drive.google.com/uc?id=1X71fdaSEJ5GWyNY2MDIy9cC6E7A0kihl

Maybe you need to change permission over 'Anyone with the link'?

tar (child): geog_conus.tar.gz: Cannot open: No such file or directory

tar (child): Error is not recoverable: exiting now

tar: Child returned status 2

tar: Error is not recoverable: exiting now

rm: cannot remove 'geog_conus.tar.gz': No such file or directory

mv: cannot stat '/home/docker/geog_conus': No such file or directory

Retrieved the training


Retrieving the GIS training

Cloning into 'GIS_Training'...

remote: Enumerating objects: 212, done.

remote: Counting objects: 100% (212/212), done.

remote: Compressing objects: 100% (142/142), done.

remote: Total 212 (delta 106), reused 170 (delta 66), pack-reused 0

Receiving objects: 100% (212/212), 5.41 MiB | 3.89 MiB/s, done.

Resolving deltas: 100% (106/106), done.

Retrieved the GIS training


Training Jupyter notebook server running

Open your browser to the following address to access notebooks

http://localhost:8888

The password to login is:

wrfhydrotraining

Press ctrl-C then type 'y' then press return to shut down container.

NOTE ALL WORK WILL BE LOST UNLESS copied out of the container

Let me know if more details are required from my side.

Thanks and Regards,

Gouri Kadam

From: Molly McAllister [mailto:notifications@github.com] Sent: 03 December 2020 11:43 To: NCAR/wrf_hydro_training Cc: Gouri Kadam; Author Subject: Re: [NCAR/wrf_hydro_training] Regarding WRF-HYDRO docker issue (#298)

Hi Gouri, The permissions are set to public so I'm not quite sure why it isn't working for you. Are you pulling the image from dockerhub https://hub.docker.com/r/wrfhydro/training/ and following the instructions there?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737690246 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKDEI72VLYJG4FG2MCKVVLSS4UADANCNFSM4UJ7Y7WQ . Web Bug from https://github.com/notifications/beacon/AHKDEIZHMVCQSKMQNVXRLF3SS4UADA5CNFSM4UJ7Y7W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFP4EFBQ.gif http://cdn.mailscanner.info/1x1spacer.gif

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737690246", "url": "https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-737690246", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]


[ C-DAC is on Social-Media too. Kindly follow us at: Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies and the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email is strictly prohibited and appropriate legal action will be taken.

kafitzgerald commented 3 years ago

It looks like for some reason you're not able to download from public Google Drive links. We'll be updating this training image with the v5.2 code release so that it doesn't rely on these, but in the meantime if you want to reach out on the WRF-Hydro support / contact page we can probably figure out a way to share the required data so that you can manually upload and run the lessons.

gourikadam commented 3 years ago

Dear All,

Thank you very much for quick help and support.

Regards,

Gouri

From: Katelyn FitzGerald [mailto:notifications@github.com] Sent: 03 December 2020 23:13 To: NCAR/wrf_hydro_training Cc: Gouri Kadam; Author Subject: Re: [NCAR/wrf_hydro_training] Regarding WRF-HYDRO docker issue (#298)

It looks like for some reason you're not able to download from public Google Drive links. We'll be updating this training image with the v5.2 code release so that it doesn't rely on these, but in the meantime if you want to reach out on the WRF-Hydro support / contact page we can probably figure out a way to share the required data so that you can manually upload and run the lessons.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-738170920 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKDEI3525Y2QGLD2PJVCHTSS7EYXANCNFSM4UJ7Y7WQ . Web Bug from https://github.com/notifications/beacon/AHKDEI5QLUWJKFGTPPFGUTTSS7EYXA5CNFSM4UJ7Y7W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFP7ZQKA.gif http://cdn.mailscanner.info/1x1spacer.gif

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-738170920", "url": "https://github.com/NCAR/wrf_hydro_training/issues/298#issuecomment-738170920", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]


[ C-DAC is on Social-Media too. Kindly follow us at: Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies and the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email is strictly prohibited and appropriate legal action will be taken.