Search found 9 matches
- August 13th, 2025, 12:46 am
- Forum: Users
- Topic: Adding output to PARTICLE_STILT.DAT
- Replies: 0
- Views: 10521
Adding output to PARTICLE_STILT.DAT
If possible, is there a way to add variables such as "SIGU" to the variables output in PARTICLE_STILT.DAT? I am a registered user with the source code, so I ask which files need to be edited to get these additional variables?
- March 24th, 2025, 8:50 pm
- Forum: Users
- Topic: Running STILT Configuration Using User-Defined Meteorology
- Replies: 1
- Views: 15288
Running STILT Configuration Using User-Defined Meteorology
I encounter this error when attempting to run a simulation using user-defined meteorology:
HYSPLIT - Initialization
HYSPLIT version: hysplit.v5.2.3
Last Changed Date: 2022-08-09
NOTICE main: using namelist file - SETUP.CFG
*WARNING*: metini - vertical velocity missing, switching to divergence ...
HYSPLIT - Initialization
HYSPLIT version: hysplit.v5.2.3
Last Changed Date: 2022-08-09
NOTICE main: using namelist file - SETUP.CFG
*WARNING*: metini - vertical velocity missing, switching to divergence ...
- March 5th, 2024, 2:22 pm
- Forum: Users
- Topic: arw2arl error: STOP 900
- Replies: 5
- Views: 33196
Re: arw2arl error: STOP 900
Is the STOP 900 error coded anywhere besides setmap.f? I tried commenting out that entire block of code since only TLAT is required for the polar projection. And yet, when I ran arw2arl I still received the same STOP 900 error message. When I tried setting "plat=tlat" (above line 131) and adding the ...
- March 4th, 2024, 2:38 pm
- Forum: Users
- Topic: arw2arl error: STOP 900
- Replies: 5
- Views: 33196
Re: arw2arl error: STOP 900
I just tried this, but I am still receiving the same error. I deleted the ARLDATA.CFG file and added "PLAT=TLAT" before the if statement on line 131. However, I am still receiving the same error. Is there anything else I could try?
- February 29th, 2024, 12:08 pm
- Forum: Users
- Topic: arw2arl error: STOP 900
- Replies: 5
- Views: 33196
Re: arw2arl error: STOP 900
As a follow-up, I am using the same WRFDATA.CFG file that I successfully used for a previous run. The major difference between the two WRF outputs is that one is in Lambert Conformal projection while this one is in Polar Stereographic projection.
Do I need to edit the ARLDATA.CFG and/or WRFDATA ...
Do I need to edit the ARLDATA.CFG and/or WRFDATA ...
- February 26th, 2024, 9:27 pm
- Forum: Users
- Topic: arw2arl error: STOP 900
- Replies: 5
- Views: 33196
arw2arl error: STOP 900
I am having an issue with the arw2arl command. For some reason I get the following error:
STOP 900
Using an existing decoding configuration: WRFDATA.CFG
ERROR: incorrectly defined polar projection in WRF!
TRUELAT1 does not equal TRUELAT2: 40.0000000 60.0000000
TRUELAT1 defines the latitude at ...
STOP 900
Using an existing decoding configuration: WRFDATA.CFG
ERROR: incorrectly defined polar projection in WRF!
TRUELAT1 does not equal TRUELAT2: 40.0000000 60.0000000
TRUELAT1 defines the latitude at ...
- September 11th, 2023, 12:00 pm
- Forum: Users
- Topic: svn: E000104: Error running context: Connection reset by peer
- Replies: 5
- Views: 41186
Re: svn: E000104: Error running context: Connection reset by peer
Yes, I am including the --no-check-certificate option. I'm using the Linux operating system, wget version 1.19.5, and svn version 1.10.2.
Full command:
wget -r --reject "index.html*" -nH --cut-dirs=1 --secure-protocol=auto --no-parent
--no-check-certificate --user=XXXXXX --password=XXXXXX
https ...
Full command:
wget -r --reject "index.html*" -nH --cut-dirs=1 --secure-protocol=auto --no-parent
--no-check-certificate --user=XXXXXX --password=XXXXXX
https ...
- September 10th, 2023, 4:55 pm
- Forum: Users
- Topic: svn: E000104: Error running context: Connection reset by peer
- Replies: 5
- Views: 41186
Re: svn: E000104: Error running context: Connection reset by peer
Thank you, I just tried that, but now I am receiving the error:
Resolving svn.arl.noaa.gov (svn.arl.noaa.gov)... 140.90.205.132
Connecting to svn.arl.noaa.gov (svn.arl.noaa.gov)|140.90.205.132|:8443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.
Resolving svn.arl.noaa.gov (svn.arl.noaa.gov)... 140.90.205.132
Connecting to svn.arl.noaa.gov (svn.arl.noaa.gov)|140.90.205.132|:8443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.
- September 6th, 2023, 2:04 pm
- Forum: Users
- Topic: svn: E000104: Error running context: Connection reset by peer
- Replies: 5
- Views: 41186
svn: E000104: Error running context: Connection reset by peer
When I use the svn command to export the source code from the repository, I get the following error:
svn: E170013: Unable to connect to a repository at URL '[URL deleted by the moderator]'
svn: E000104: Error running context: Connection reset by peer
Is there anything I can do on my end to work ...
svn: E170013: Unable to connect to a repository at URL '[URL deleted by the moderator]'
svn: E000104: Error running context: Connection reset by peer
Is there anything I can do on my end to work ...