Hi everyone,
cfupdateold.f
is used to “update old arrays to store current time step information before the new arrays are updated”. But, where are the variable values— such as DES_POS_NEW(LL,:), DES_VEL_NEW(LL,:), and OMEGA_NEW(LL,:)—in the file cfupdateold.f
come from?
DES_POS_OLD(LL,:) = DES_POS_NEW(LL,:)
DES_VEL_OLD(LL,:) = DES_VEL_NEW(LL,:)
OMEGA_OLD(LL,:) = OMEGA_NEW(LL,:)
Thanks