Robert Farmer

Results 90 comments of Robert Farmer

Seems like https://degenerateconic.com/namelist-error-checking.html suggest we could do: ```` read(iunit, nml=my_namelist, iostat=istat) if (istat/=0) then backspace(iunit) read(iunit,fmt='(A)') line write(error_unit,'(A)') & 'Invalid line in namelist: '//trim(line) end if ```` To get an...

@orlox any chance you could have a look at this? It seems @evbauer happy so can we just merge it?

Do we have a test case that specify tests that the core grows with ledoux? That would a be helpful first step to make sure we keep this working (when...

> As long as we keep the kap/preprocessor (in some form) alive, I don't see either of these as reasons why we should not cull the current set. Does the...

What's the approximate size of factor?

Seems like is triggering during the create prems relax call. You need to add logic to stop that as the create prems relaxation needs to run with as simple physics...

My point is you shouldn't try to do make any changes to the stellar structure during create_pre_main_sequence. You can check if your in the pre-ms relax phase with (if (s%doing_relax)...

Planets might be below 10^5k?

I already added it a few days ago in e6055bf

What's the new code to determine phase 2? I don't think anyone is really stuck with the old way given its not even been in a release yet, but we...