Opened 12 years ago
Last modified 5 years ago
#44 new incoherences
getin_dump et name
Reported by: | lguez | Owned by: | Laurent Fairhead |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | I/O | Keywords: | |
Cc: |
Description
Avec les fichiers .def qui sont dans DefLists?, on a, dans output.def :
name_s_lcl = lcl flag_s_lcl__00001 = 1 flag_s_lcl__00002 = 10 flag_s_lcl__00003 = 10 flag_s_lcl__00004 = 1 flag_s_lcl__00005 = 10 flag_s_lcl__00006 = 10
Après une simulation avec ces .def, on récupère des fichiers used_*.def. Dans used_output.def, on voit bien :
name_s_lcl = lcl flag_s_lcl__00001 = 1 flag_s_lcl__00002 = 10 flag_s_lcl__00003 = 10 flag_s_lcl__00004 = 1 flag_s_lcl__00005 = 10 flag_s_lcl__00006 = 10
ça semble normal, mais en plus on trouve dans used_run.def (pourquoi là), une duplication avec lcl à la place de s_lcl :
name_lcl = lcl flag_lcl__00001 = 1 flag_lcl__00002 = 10 flag_lcl__00003 = 10 flag_lcl__00004 = 1 flag_lcl__00005 = 10 flag_lcl__00006 = 10
ce qui ne veut rien dire, je crois, ou ne correspond pas à la logique de phys_output_mod. Même problème pour s_pblh, s_pblt et s_therm.Pour moi c'est un bogue de getin_dump. Si quelqu'un comprend comment marche getin_dump...
Note: See
TracTickets for help on using
tickets.