Hello,
In FLASH2.0's "source_termsModule.F90" file, the following calls are made:
call get_parm_from_context (GLOBAL_PARM_CONTEXT, "iburn",iburn,lburn)
call get_parm_from_context (GLOBAL_PARM_CONTEXT, "icool",icool,lcool)
call get_parm_from_context (GLOBAL_PARM_CONTEXT, "iheat",iheat,lheat)
call get_parm_from_context (GLOBAL_PARM_CONTEXT, "iheat",istir,lstir)
I believe the last call ought to have "istir", that is, it should be:
call get_parm_from_context (GLOBAL_PARM_CONTEXT,"istir",istir,lstir)
But correct me if I'm wrong, thanks.
David Lin
This archive was generated by hypermail 2b30 : Sat Mar 16 2002 - 15:47:49 CST