- Posts: 2
SIREN data validation
- HassanGhorashi
- Topic Author
Less
More
14 Oct 2017 15:53 #5776
by HassanGhorashi
SIREN data validation was created by HassanGhorashi
How does "sen_makeweather_getmerra2" (by SIREN) is work and its data is valid?
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5423
16 Oct 2017 10:24 #5777
by pgilman
Replied by pgilman on topic SIREN data validation
Dear Hassan,
That program is part of the SIREN Toolkit, and downloads weather data from the NASA MERRA-2 database. Please refer to the SIREN website for more information about the data: sourceforge.net/projects/sensiren/ .
Best regards,
Paul.
That program is part of the SIREN Toolkit, and downloads weather data from the NASA MERRA-2 database. Please refer to the SIREN website for more information about the data: sourceforge.net/projects/sensiren/ .
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
- ozsolarwind
Less
More
- Posts: 77
24 Oct 2017 23:49 #5778
by ozsolarwind
Replied by ozsolarwind on topic SIREN data validation
Hassan
I'll contact you via the SAM Contact. In the meantime...
SIREN has been used in the creation of a number of reports to investigate renewable generation potential within the South West Interconnected System (SWIS) in the south-west of Western Australia. As part of this process, a verification of generation calculated by the use of weather files derived from MERRA-2 data along with the SAM models was achieved by comparing it with actual generation (SCADA) data for the SWIS renewable energy stations for 2014. Average correlation for 2014 was 0.77, varying from 0.70 to 0.83 for wind and 0.95 for the one utility scale PV farm on the SWIS network. Correlations for the years 2007 to 2015 average around 0.74 (0.70 to 0.76).
Kind regards
Angus
I'll contact you via the SAM Contact. In the meantime...
SIREN has been used in the creation of a number of reports to investigate renewable generation potential within the South West Interconnected System (SWIS) in the south-west of Western Australia. As part of this process, a verification of generation calculated by the use of weather files derived from MERRA-2 data along with the SAM models was achieved by comparing it with actual generation (SCADA) data for the SWIS renewable energy stations for 2014. Average correlation for 2014 was 0.77, varying from 0.70 to 0.83 for wind and 0.95 for the one utility scale PV farm on the SWIS network. Correlations for the years 2007 to 2015 average around 0.74 (0.70 to 0.76).
Kind regards
Angus
Please Log in or Create an account to join the conversation.
- baboraik
Less
More
- Posts: 11
09 Jan 2021 06:05 #9167
by baboraik
Replied by baboraik on topic SIREN data validation
Dear all in O
zsolarwind
First of all, let me thank you for creating this amazing tool NASA MERRA-2 Data & Makeweatherfiles for creating SAM weather files. I have used them two years ago, they are very smart and convenient tools.
However, I really need your help, because unfortunately, now I can’t install them again as I have some issues to solve in following your structures particularly in the step called (Obtaining MERRA-2 Data).
After registration and approving the NASA GESDICS DATA ARCHIVE in my account, I couldn’t create a .netrc file for authentication to download the MERRA-2 files.
Moreover, the link to enter the MERRA-2 data subset URL, disc.sci.gsfc.nasa.gov/daac-bin/FTPSubset2.pl , does not work and it opens a totally different page not the needed one (MDISC Data Subset page).
Because of this, I couldn’t follow the next steps:
in Obtaining data
As an alternative to following these steps you might want to use getmerra2 - see Get MERRA-2 Files .
wget for Windows
Earlier versions of wget for windows will not work with the requirements for URS authentication. Version 1.18 has been successfully tested. The following steps highlight an approach:
Please, if you can explain where I can find the page in the Earthdata. website to follow the above steps, it will be highly appreciated.
And if is it possible to contact you because your email doesn't work siren@sen.asn.au!
Best regards,
Abdulrahman Baboraik
baboraik_4@mail.ru
First of all, let me thank you for creating this amazing tool NASA MERRA-2 Data & Makeweatherfiles for creating SAM weather files. I have used them two years ago, they are very smart and convenient tools.
However, I really need your help, because unfortunately, now I can’t install them again as I have some issues to solve in following your structures particularly in the step called (Obtaining MERRA-2 Data).
After registration and approving the NASA GESDICS DATA ARCHIVE in my account, I couldn’t create a .netrc file for authentication to download the MERRA-2 files.
Moreover, the link to enter the MERRA-2 data subset URL, disc.sci.gsfc.nasa.gov/daac-bin/FTPSubset2.pl , does not work and it opens a totally different page not the needed one (MDISC Data Subset page).
Because of this, I couldn’t follow the next steps:
in Obtaining data
As an alternative to following these steps you might want to use getmerra2 - see Get MERRA-2 Files .
- Enter the MERRA-2 data subset URL, disc.sci.gsfc.nasa.gov/daac-bin/FTPSubset2.pl in your browser
- Within the MDISC Data Subset page choose appropriate options as follows:
- Data Product
Select Data Product from the pulldown list:- MERRA-2 tavg1_2d_slv_Nx for wind
- MERRA-2 tavg1_2d_rad_Nx for solar
- Spatial Search
Select area of interest. As a minimum the spatial bounding box must be at least 1.25 x 1.0. For the SWIS choose:
W: 113 N:-26 S: -37 E: 123
Press Update Map to check geographic spread - Temporal Order Option
Select range of dates. It is most convenient to select full years. As times are UTC we need the last last day of the prior period (year) to obtain data for the initial hours of the first day in the local time-zone (8 hours for WA) - Parameters
To reduce the size of the data files select just those variables we need:- tavg1_2d_slv_Nx
ps u10m u2m u50m v10m v2m v50m t10m t2m - tavg1_2d_rad_Nx
swgdn and/or swgnt
- tavg1_2d_slv_Nx
- Output File Format
Select NetCDF from the pulldown list - Press Start Search
- Data Product
- Follow the instructions on the resulting FTP Subset Results page (Subsetted Data Download Instructions)
- Save the list of URLs
- Copy the file to the sub-folder you want the files downloaded to
- Open a terminal window and navigate to the sub-folder you want the files downloaded to
- Run the wget command as displayed in the FTP Subset Results page. This uses the downloaded list. You can copy and paste the command into the terminal window. The command will be something likewget --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --auth-no-challenge=on --keep-session-cookies -i ...You should use the --content-disposition option in your wget command to avoid Filename too long errors (that is...wget --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --auth-no-challenge=on --keep-session-cookies --content-disposition -i
wget for Windows
Earlier versions of wget for windows will not work with the requirements for URS authentication. Version 1.18 has been successfully tested. The following steps highlight an approach:
- Obtain a suitable version of wget, such as wget-1.18-win32.zip for the full package or wget.exe for just wget itself. Only the .exe file is required
- Create a .netrc file as described in the Wget with URS Authentication link above
- Create a HOME environment variable which points to the folder containing the .netrc file (typically this is set to Users/username)
- Open a terminal window, navigate to where you have the list of urls and invoke wget
Please, if you can explain where I can find the page in the Earthdata. website to follow the above steps, it will be highly appreciated.
And if is it possible to contact you because your email doesn't work siren@sen.asn.au!
Best regards,
Abdulrahman Baboraik
baboraik_4@mail.ru
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5423
11 Jan 2021 14:01 #9177
by pgilman
Replied by pgilman on topic SIREN data validation
Hi Abdulrahman,
The appropriate place for your question is the SIREN website at sourceforge.net/projects/sensiren/ .
I see you have already posted there.
Best regards,
Paul.
The appropriate place for your question is the SIREN website at sourceforge.net/projects/sensiren/ .
I see you have already posted there.
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
- baboraik
Less
More
- Posts: 11
12 Jan 2021 22:38 #9191
by baboraik
Replied by baboraik on topic SIREN data validation
Hi Paul,
Yes, I did.
Unfortunately, there is no response and their email is not valid. So I posted here also, thought that may someone had the same issue and can help.
Best regards,
Abdulrahman
Yes, I did.
Unfortunately, there is no response and their email is not valid. So I posted here also, thought that may someone had the same issue and can help.
Best regards,
Abdulrahman
Please Log in or Create an account to join the conversation.
Moderators: pgilman