[FLASH-BUGS] iheat vs istir bug?

David Lin dli506 at hecky.acns.nwu.edu
Sun Mar 17 15:47:36 CST 2002



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




More information about the flash-bugs mailing list