California-Planet-Search / grandsol

Grand Solution - Doppler forward modeling
MIT License
0 stars 0 forks source link

grlsf Broken #45

Closed bjfultn closed 7 years ago

bjfultn commented 7 years ago

grlsf seems to be broken but I can't find any recent changes to the program in the github history that could have broken it. It seems to be broken for both Keck and APF output.

Here is the command that I am trying and the error message:

kapua:apf_testrun bfulton$ /Users/bfulton/code/grandsol/bin/grlsf iter05/iGrand_10700_APF.02.99.lsf 1 2 0
# 
# grlsf 
#    oin =   1
#    min =   2
#    kin =   0
# 
# .... .. .    ... ...... ........
#   o   m k     j     dj    lsf_j 
# .... .. .    ... ...... ........
# 
At line 115 of file grlsf.F (unit = 10, file = 'iter05/iGrand_10700_APF.02.99.lsf')
Fortran runtime error: Bad integer for item 1 in list input

Here is the input file I'm trying to work with (zipped so that I could upload it here).

iGrand_10700_APF.02.99.lsf.zip

JeffValenti commented 7 years ago

I modified fort/grlsf.F to skip comment lines (starting with '#') in the input LSF file. New code pushed as commit 55eaf16.