Skip to content

Commit d8c92a3

Browse files
correcting license headers
1 parent aa52dae commit d8c92a3

12 files changed

+39
-62
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ As an example, follow the code block below. Please remember that you MUST have a
4646

4747
```console
4848
foo@bar:~$ git clone https://github.com/kasra-keshavarz/gwfdatatool # clone the repository
49-
foo@bar:~$ cd ./gwf-focring-data/bash/ # always move to the repository's directory
50-
foo@bar:~$ ./extract-dataset.sh -h # to view the usage message
49+
foo@bar:~$ cd ./gwfdatatool/ # always move to the repository's directory
50+
foo@bar:~$ ./extract-dataset.sh -h # view the usage message
5151
foo@bar:~$ ./extract-dataset.sh --dataset=CONUS1 \
5252
--dataset-dir="/project/rpp-kshook/Model_Output/WRF/CONUS/CTRL" \
5353
--output-dir="$HOME/scratch/conus_i_output/" \
@@ -61,14 +61,14 @@ foo@bar:~$ ./extract-dataset.sh --dataset=CONUS1 \
6161
:warning: It is recommended to submit the time-series of interest in chunks. See the [example](./example) directory for real-world examples for each dataset. Since each dataset has its own complexity, various chunk configurations are recommended.
6262

6363
# New Datasets
64-
If you are considering any new dataset to be added to the GWF repository, and subsequently the associated scripts added here, you can open a new ticket on the **Issues** tab of the current repository. Or, you can make a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) on this repository with your own script.
64+
If you are considering any new dataset to be added to the data repository, and subsequently the associated scripts added here, you can open a new ticket on the **Issues** tab of the current repository. Or, you can make a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) on this repository with your own script.
6565

6666
# Support
6767
Please open a new ticket on the **Issues** tab of the current repository in case of any problem.
6868

6969
# License
70-
Global Water Futures (GWF) Meteorological Data Processing Workflow<br>
71-
Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
70+
Meteorological Data Processing Workflow<br>
71+
Copyright (C) 2022, University of Saskatchewan
7272

7373
For more information see: https://gwf.usask.ca/
7474

canrcm4_wfdei_gem_capa/canrcm4_wfdei_gem_capa.sh

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/bin/bash
2-
# Global Water Futures (GWF) Meteorological Data Processing Workflow
3-
# Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
2+
# Meteorological Data Processing Workflow
3+
# Copyright (C) 2022, University of Saskatchewan
44
#
5-
# This file is part of GWF Meteorological Data Processing Workflow
6-
#
7-
# For more information see: https://gwf.usask.ca/
5+
# This file is part of Meteorological Data Processing Workflow
86
#
97
# This program is free software: you can redistribute it and/or modify
108
# it under the terms of the GNU General Public License as published by

conus_i/conus_i.sh

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/bin/bash
2-
# Global Water Futures (GWF) Meteorological Data Processing Workflow
3-
# Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
2+
# Meteorological Data Processing Workflow
3+
# Copyright (C) 2022, University of Saskatchewan
44
#
5-
# This file is part of GWF Meteorological Data Processing Workflow
6-
#
7-
# For more information see: https://gwf.usask.ca/
5+
# This file is part of Meteorological Data Processing Workflow
86
#
97
# This program is free software: you can redistribute it and/or modify
108
# it under the terms of the GNU General Public License as published by
@@ -26,8 +24,7 @@
2624
# 2. Dr. Zhenhua Li provided scripts to extract and process CONUSI datasets
2725
# 3. Dr. Shervan Gharari produced the netCDF file containing XLAT and XLONG
2826
# coordinate variables put under /assets/coord_XLAT_XLONG_conus_i.nc.
29-
# 4. Kasra Keshavarz has written the following script to process WRF-CONUSI files.
30-
# 5. Sorting workflow is taken from the following link; https://stackoverflow.com/a/11789688/5188208
27+
# 4. Sorting workflow is taken from the following link; https://stackoverflow.com/a/11789688/5188208
3128

3229
# ================
3330
# General comments

conus_ii/conus_ii.sh

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/bin/bash
2-
# Global Water Futures (GWF) Meteorological Data Processing Workflow
3-
# Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
2+
# Meteorological Data Processing Workflow
3+
# Copyright (C) 2022, University of Saskatchewan
44
#
5-
# This file is part of GWF Meteorological Data Processing Workflow
6-
#
7-
# For more information see: https://gwf.usask.ca/
5+
# This file is part of Meteorological Data Processing Workflow
86
#
97
# This program is free software: you can redistribute it and/or modify
108
# it under the terms of the GNU General Public License as published by
@@ -26,7 +24,6 @@
2624
# 2. Dr. Zhenhua Li provided scripts to extract and process CONUSII datasets
2725
# 3. Dr. Shervan Gharari produced the netCDF file containing XLAT and XLONG
2826
# coordinate variables put under /assets/coord_XLAT_XLONG_conus_i.nc.
29-
# 4. Kasra Keshavarz has written the following script to process WRF-CONUSII files.
3027

3128
# ================
3229
# General comments

era5/era5_simplified.sh

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/bin/bash
2-
# Global Water Futures (GWF) Meteorological Data Processing Workflow
3-
# Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
2+
# Meteorological Data Processing Workflow
3+
# Copyright (C) 2022, University of Saskatchewan
44
#
5-
# This file is part of GWF Meteorological Data Processing Workflow
6-
#
7-
# For more information see: https://gwf.usask.ca/
5+
# This file is part of Meteorological Data Processing Workflow
86
#
97
# This program is free software: you can redistribute it and/or modify
108
# it under the terms of the GNU General Public License as published by
@@ -23,7 +21,7 @@
2321
# Credits and contributions
2422
# =========================
2523
# 1. Parts of the code are taken from https://www.shellscript.sh/tips/getopt/index.html
26-
# 2. Dr. Quoqiang Tang downloaded, pre-processed, and relevant associated scripts.
24+
# 2. Dr. Quoqiang Tang downloaded, pre-processed, and produced relevant associated scripts.
2725

2826

2927
# ================

example/canrcm4_wfdei_gem_capa_example_ssrb_1980_2018.sh

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#!/bin/bash
22

3-
# Global Water Futures (GWF) Meteorological Data Processing Workflow
4-
# Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
3+
# Meteorological Data Processing Workflow
4+
# Copyright (C) 2022, University of Saskatchewan
55
#
6-
# This file is part of GWF Meteorological Data Processing Workflow
7-
#
8-
# For more information see: https://gwf.usask.ca/
6+
# This file is part of Meteorological Data Processing Workflow
97
#
108
# This program is free software: you can redistribute it and/or modify
119
# it under the terms of the GNU General Public License as published by

example/conus_i_example_ssrb_2000_2013.sh

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#!/bin/bash
22

3-
# Global Water Futures (GWF) Meteorological Data Processing Workflow
4-
# Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
3+
# Meteorological Data Processing Workflow
4+
# Copyright (C) 2022, University of Saskatchewan
55
#
6-
# This file is part of GWF Meteorological Data Processing Workflow
7-
#
8-
# For more information see: https://gwf.usask.ca/
6+
# This file is part of Meteorological Data Processing Workflow
97
#
108
# This program is free software: you can redistribute it and/or modify
119
# it under the terms of the GNU General Public License as published by

example/conus_ii_example_ssrb_2000_2013.sh

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#!/bin/bash
22

3-
# Global Water Futures (GWF) Meteorological Data Processing Workflow
4-
# Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
3+
# Meteorological Data Processing Workflow
4+
# Copyright (C) 2022, University of Saskatchewan
55
#
6-
# This file is part of GWF Meteorological Data Processing Workflow
7-
#
8-
# For more information see: https://gwf.usask.ca/
6+
# This file is part of Meteorological Data Processing Workflow
97
#
108
# This program is free software: you can redistribute it and/or modify
119
# it under the terms of the GNU General Public License as published by

example/era5_example_ssrb_1980_2018.sh

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#!/bin/bash
22

3-
# Global Water Futures (GWF) Meteorological Data Processing Workflow
4-
# Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
3+
# Meteorological Data Processing Workflow
4+
# Copyright (C) 2022, University of Saskatchewan
55
#
6-
# This file is part of GWF Meteorological Data Processing Workflow
7-
#
8-
# For more information see: https://gwf.usask.ca/
6+
# This file is part of Meteorological Data Processing Workflow
97
#
108
# This program is free software: you can redistribute it and/or modify
119
# it under the terms of the GNU General Public License as published by

example/rdrs_example_ssrb_1980_2018.sh

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#!/bin/bash
22

3-
# Global Water Futures (GWF) Meteorological Data Processing Workflow
4-
# Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
3+
# Meteorological Data Processing Workflow
4+
# Copyright (C) 2022, University of Saskatchewan
55
#
6-
# This file is part of GWF Meteorological Data Processing Workflow
7-
#
8-
# For more information see: https://gwf.usask.ca/
6+
# This file is part of Meteorological Data Processing Workflow
97
#
108
# This program is free software: you can redistribute it and/or modify
119
# it under the terms of the GNU General Public License as published by

extract-dataset.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ case "${dataset,,}" in
337337
"canrcm4-wfdei-gem-capa" | "canrcm4_wfdei_gem_capa")
338338
# adding ensemble argument
339339
if [[ "$parallel" == true ]]; then
340-
echo "$(basename $0): Warning! Parallel processing is not supported for CanRCM4-WFDEI-GEM-CaPA dataset;"
340+
echo "$(basename $0): Warning: Parallel processing is not supported for CanRCM4-WFDEI-GEM-CaPA dataset;"
341341
echo "$(basename $0): For quasi-parallel processing, consider submitting individual jobs for each ensemble member;"
342-
echo "$(basename $0): Continuing with serial processing of the dataset."
342+
echo "$(basename $0): Continuing with serial processing of the requested domain."
343343
fi
344344
call_processing_func "$(dirname $0)/canrcm4_wfdei_gem_capa/canrcm4_wfdei_gem_capa.sh"
345345
;;

rdrs/rdrs.sh

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/bin/bash
2-
# Global Water Futures (GWF) Meteorological Data Processing Workflow
3-
# Copyright (C) 2022, Global Water Futures (GWF), University of Saskatchewan
2+
# Meteorological Data Processing Workflow
3+
# Copyright (C) 2022, University of Saskatchewan
44
#
5-
# This file is part of GWF Meteorological Data Processing Workflow
6-
#
7-
# For more information see: https://gwf.usask.ca/
5+
# This file is part of Meteorological Data Processing Workflow
86
#
97
# This program is free software: you can redistribute it and/or modify
108
# it under the terms of the GNU General Public License as published by
@@ -23,7 +21,6 @@
2321
# Credits and contributions
2422
# =========================
2523
# 1. Parts of the code are taken from https://www.shellscript.sh/tips/getopt/index.html
26-
# 2. Dr. Julie Mai provided the methodology to download data from CaSPAr data portal.
2724

2825

2926
# ================

0 commit comments

Comments
 (0)