public static void Calculate_dM(
InputParameters inputParams,
out TorqueVector[] dM,
out TorqueVector dMm,
string PATH_MTX_dEV2dM = "",
string DIR_dM_PDD = ""
)
[Missing <param name="PATH_MTX_dEV2dM"/> documentation for "M:MYRIAM.TorqueVariation.Calculate_dM(MYRIAM.InputParameters,DataStructures.TorqueVector[]@,DataStructures.TorqueVector@,System.String,System.String)"]
[Missing <param name="DIR_dM_PDD"/> documentation for "M:MYRIAM.TorqueVariation.Calculate_dM(MYRIAM.InputParameters,DataStructures.TorqueVector[]@,DataStructures.TorqueVector@,System.String,System.String)"]
term | description |
---|---|
EVy_Path | String path to a 3-column plain-text file containing an ensemble of sampled Cartesian values of the younger Euler vector, expressed in deg/Myr (degrees per million year). Alternatively, MYRIAM can sample its own ensemble from a singular Euler vector stage, by supplying a 10-column single line containing: [1-2] Euler pole longitude and latitude in degrees, [3] angular velocity magnitude in deg/Myr, [4-9] elements of the covariance matrix associated with the Euler vector ensemble, in rad²/Myr², and [10] size of the ensemble. |
EVo_Path | Same as EVy_PATH, but for the older Euler vector. This input is optional, i.e., if omitted MYRIAM will assume that EVy_PATH already contains the difference between two Euler vectors at two particular stages. |
stageIndex_Old | First index that serve to identify the "youngest" particular Euler-vector stage used. File labeling prevents overwriting, e.g., when using the same plate but different Euler vectors. |
stageIndex_Young | Second index that serve to identify the ´"oldest" particular Euler-vector stage used. |
saveEnsemble | Boolean that instructs MYRIAM whether to save or not the output torque-variation ensemble in a plain-text file. |
dir_MTXwM | Path to an existing directory where the transformation matrix is stored. The expected file name is "MTX_M2w_$.txt", where $ is the matrix label ([!:InputParameters.mtxLabel]). |
dir_dM_PDD | Path to an existing directory in which all the output files will be stored. |
mtxLabel | String that serves as model label, and helps MYRIAM identify the . |