ReFRACtor / ABSCO

Software that can generate a set of ABSoprtion COefficient tables that span the thermal IR to UV spectral range
Other
9 stars 4 forks source link

Bugs discovered in testing #8

Closed pernak18 closed 6 years ago

pernak18 commented 6 years ago
  1. 5e-4 cm-1 resolution and 1e-3 cm-1 degradation didn't work -- LBL did its own thing
  2. My k's are constant in T (but not in wavenumber, P, or H2O VMR)
  3. Karen is running into memory issues with her H2O runs
  4. profiles are provided in VMR and should be in ppmv to handle upper atmosphere extremes (but only for water vapor and oxygen)?
  5. am i dividing by the correct density to get from OD to ABSCO?
pernak18 commented 6 years ago

for 3, consider https://stackoverflow.com/a/38119151 (and the link in that answer: http://dask.pydata.org/en/latest/), which will get us using disk space instead of RAM

pernak18 commented 6 years ago

i think 3 might have just been a problem of running on pluto, because i was able to run Karen's H2O example on my local system (rd47) and produce a netCDF. pluto usually has multiple users on it and 16 GB RAM total. when i did a check today, there was only 8.4 GB free, which might be OK for some runs but not others.

pernak18 commented 6 years ago

these items have been addressed