Almost zero mass

Topics about the HYSPLIT dispersion model.
Post Reply
rosatrancoso
Posts: 1
Joined: October 9th, 2019, 4:53 pm
Registered HYSPLIT User: Yes

Almost zero mass

Post by rosatrancoso »

Hi

Just wondering if there is a way to increase the threshold of "zero mass".

This is because I have a lot of simulation runtime with masses as low as 1e-30 it's not considered "zero" because for fortran real*8 is below 1e-38 (with option -funsafe-math-optimizations in gfortan otherwise the threshold is as low as 1e-45).

In the code it seems particles are only deleted when rmass <0.0, i.e. a hard zero.

If no hysplit option, what Fortran compilation flags do you recommend for intel compiler?

Thanks in advance
Cheers
Rosa
alicec
Posts: 416
Joined: February 8th, 2016, 12:56 pm
Registered HYSPLIT User: Yes

Re: Almost zero mass

Post by alicec »

You can use the
FRMR
namelist variable.
https://ready.arl.noaa.gov/hysplitusersguide/S630.htm

FRMR=0.01
would remove particles that had mass less than 0.01*total_mass.
Post Reply

Return to “Dispersion Model”