OK, finally got a clean compile into a docker container
The Dockerfile is below if anyone wants to use it as a base for their project.
I'm starting with python:3-alpine because most of my scripts that use hysplit are in Python and alpine is a pretty common base for docker containers. Though to get ...
Search found 7 matches
- August 26th, 2021, 4:08 pm
- Forum: HYSPLIT for LINUX
- Topic: Error in compiling hysplit v5: chmgea.f
- Replies: 3
- Views: 36184
- August 26th, 2021, 10:20 am
- Forum: HYSPLIT for LINUX
- Topic: Error in compiling hysplit v5: chmgea.f
- Replies: 3
- Views: 36184
Re: Error in compiling hysplit v5: chmgea.f
The fortran errors were fixed by adding -std=legacy to the FFLAGS in Makefile.inc
Though now I'm getting C errors:
make[2]: Leaving directory '/hysplit/hysplit.v5.1.0/gisprog/arlshapes/contour'
gcc -g -O2 -o shapeHysplitOut shapeHysplitOut.c -I arcview2 -I arcview1 -I contour -I shapeutil -L ...
Though now I'm getting C errors:
make[2]: Leaving directory '/hysplit/hysplit.v5.1.0/gisprog/arlshapes/contour'
gcc -g -O2 -o shapeHysplitOut shapeHysplitOut.c -I arcview2 -I arcview1 -I contour -I shapeutil -L ...
- August 25th, 2021, 9:02 pm
- Forum: HYSPLIT for LINUX
- Topic: Error in compiling hysplit v5: chmgea.f
- Replies: 3
- Views: 36184
Error in compiling hysplit v5: chmgea.f
I'm trying to compile hysplit as part of a docker container and am getting the same error for v5.0.1 and v5.1.0.
It starts with:
gfortran -c -O2 -fconvert=big-endian -frecord-marker=4 -ffree-form chmgea.f
chmgea.f:109:20:
109 | DATA NPLOT/4HSAVE/
| 1
Warning: Legacy Extension: Hollerith ...
It starts with:
gfortran -c -O2 -fconvert=big-endian -frecord-marker=4 -ffree-form chmgea.f
chmgea.f:109:20:
109 | DATA NPLOT/4HSAVE/
| 1
Warning: Legacy Extension: Hollerith ...
- June 18th, 2021, 8:03 pm
- Forum: Users
- Topic: Multiple bins for varying particle diameters
- Replies: 1
- Views: 7303
Multiple bins for varying particle diameters
In the HYSPLIT 2021 workshop, there was talk of automatically adding particle diameter bins.
I'm working with spray drift where a spray nozzle is defined as a mostly gaussian distribution with three parameters: D1, D5 and D9 which are the particle diameter where 10%, 50%, and 90% of the mass lie ...
I'm working with spray drift where a spray nozzle is defined as a mostly gaussian distribution with three parameters: D1, D5 and D9 which are the particle diameter where 10%, 50%, and 90% of the mass lie ...
- June 18th, 2021, 6:21 pm
- Forum: 16. Volcanic eruptions with gravitational settling
- Topic: Time-dependent emissions
- Replies: 5
- Views: 34504
Re: Time-dependent emissions
Various people have developed their own scripts for converting emission information into an emit-times file.
For instance this has been done for fire-smoke, emissions from power plants, dust, volcanic emissions and more.
No general utility for doing this is supplied with the HYSPLIT distribution ...
- June 18th, 2021, 12:02 pm
- Forum: 16. Volcanic eruptions with gravitational settling
- Topic: Shape value = -1
- Replies: 1
- Views: 25707
Shape value = -1
Do you have more information on the different settling formula that is used when shape = -1?
- June 16th, 2021, 12:24 pm
- Forum: 8. Configuring the CAPTEX simulation
- Topic: run model until all particles exit domain
- Replies: 1
- Views: 25458
run model until all particles exit domain
Is there a way to set the model run time so that it goes until all particles have left the concentration sampling grid (either through flow or deposition)?