link DVRC
This page archives the main functions to run KRC through Davinci (krc.dvrc).
1: Make sure to source the latest stable .dvrc, for example:
source("~/Google\ Drive/KRC/INTERFACE/DELIVERY/krc_v1.01c.dvrc")
2: Make sure to set the enviroement variable adequately, for example:
putenv("DV_KRC","~/Applications/krc_3_5_6/")
01/01/2019 File:krc v1.01c.dvrc Released by SP
Validation comments: Run forward/backward for a few Mars cases. Generated Global TI Map for Mars using MCS data (looks about right). A full interface validation needs to be developed.
Main Changes: First release.
Known Issues/Assigned to:
1: Under some circumstances, a random line is printed on the screen ("Line is at 1000000") / Assigned to CSE
OUT = krc(lat = 0., INERTIA = 045., N1 = 32, body = "Jupiter,Europa", bodytype = "minor", N24 = 96, Eclipse = "T", Eclipser="Jupiter_Jupiter", Ecl_Cent_Hr = 12., Bias = 0., Eclipse_Style = 1., Date = 5000.)
Comments: 1: One point mode only runs for Mars. Do not use for other bodies
04/24/2019 File:krc v1.02b.dvrc Released by SP
Validation comments: This version decreases the occurrence of memory allocation issues encountered when running daily eclipses on Europa. It doesn't fully fix the issue, which is still investigated.
Main Changes: on airless bodies, the latitude resolution is decreased to 0.01 degrees.
Known Issues/Assigned to: See above. Jon B. is investigating.