Thin Layers of Low TI Material

From krc
Revision as of 18:27, 11 January 2021 by Jbapst (Talk | contribs)

Jump to: navigation, search

Description

Running KRC cases with layering (see Material Properties and Regolith Layering for more information on layering), scenarios can be encountered where thin layers are desired. When sufficiently thin layers are encountered, the time step requirement can be very small and KRC will fail to run. In order to bypass this, we can enforce a smaller time step using the 'N2' field.

The below examples are relevant to the case found in the thin.pdf (page 10) within directory '/doc'.

Examples

For the following examples, we consider default KRC values and a case where a lower-TI "dust-like" layer (50 J m^-2 K^-1 s^-1/2) overlies a higher-TI layer (250 J m^-2 K^-1 s^-1/2).

When the low-TI layer is thinner than ~100 microns, KRC will fail to run.

krc(lat=0.,INERTIA=50.,INERTIA2=250.,thick=64.E-6,LKofT="T",ALBEDO=0.2)
>
KRC failed to run for some reason

For the reference material properties (default), the necessary time step in this case (64 micron upper layer thickness)

krc(lat=0.,INERTIA=50.,INERTIA2=250.,thick=32.E-6,LKofT="T",ALBEDO=0.2,N2=393216)
Personal tools