Replies: 7 comments 9 replies
-
Hi @jalal-90 - I converted this to a discussion; trying getting rid of the square braces ( |
Beta Was this translation helpful? Give feedback.
-
The I also see that it could not find the fort.15 template file that you specified on the command line. Do you have a fort.15 template file (or a working |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, sir, for your kind advice. No, I do not have a fort.15 template file. Could I have it? Another humble request, could I have a tool or script that can produce a fort.221 and a fort.222 file for nws 30? |
Beta Was this translation helpful? Give feedback.
-
Yes, we have many The NWS30 (blended OWI win/pre and GAHM) feature of ADCIRC requires that you have an ATCF-formatted track file as well as an OWI win/pre dataset ( |
Beta Was this translation helpful? Give feedback.
-
Do you have a |
Beta Was this translation helpful? Give feedback.
-
What documentation did you use to learn the format of the |
Beta Was this translation helpful? Give feedback.
-
@jalal-90 this might go faster if you join our dicord chatroom we created specifically to sort out this issue, https://discord.gg/YWH5xPNt (link expires in 7 days). Thank you! |
Beta Was this translation helpful? Give feedback.
-
Dear sir,
I use the following command in perl to produce fort.15 file for nws 30.
perl control_file_gen.pl [--cst 2012092100] [--dt 10] [--nws 30] [--nowcast] [--controltemplate fort_template.15] [--gridname fort.14] < fort.22
But I am getting the following errors.
Use of uninitialized value $advisdir in concatenation (.) or string at control_file_gen.pl line 208.
Use of uninitialized value $enstorm in concatenation (.) or string at control_file_gen.pl line 208.
Use of uninitialized value $csdate in pattern match (m//) at control_file_gen.pl line 228.
Use of uninitialized value $enstorm in concatenation (.) or string at control_file_gen.pl line 1371.
[2023-Sep-26-T18:02:44] DEBUG: : control_file_gen.pl: nws is 0 and waves digit is 0.
Use of uninitialized value $controltemplate in concatenation (.) or string at control_file_gen.pl line 258.
Use of uninitialized value $controltemplate in concatenation (.) or string at control_file_gen.pl line 259.
Use of uninitialized value $enstorm in concatenation (.) or string at control_file_gen.pl line 1371.
[2023-Sep-26-T18:02:44] ERROR: : control_file_gen.pl: Failed to open the fort.15 template file for reading: No such file or directory.
Died at control_file_gen.pl line 260.
Any suggestions would be appreciated. I added the code and input files herewith.
files.zip
Beta Was this translation helpful? Give feedback.
All reactions