-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output/recording feeding/feedback variables
Rearranged output file in agntriggering and implemented new output file for agnfeedback recording variables
- Loading branch information
Showing
3 changed files
with
192 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74df575
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check only agn_feedback files, I add a new function FinalizeFeedback at the end (following the setup of agn_triggering)
I got this compilation problem @pgrete can you help me? I don't undertand what is wrong..all parameters of the new function are the same everytime I call the function and it is correclty initialized:
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.hpp(80): error: invalid combination of type specifiers
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.hpp(85): error: invalid combination of type specifiers
Moreover, I changed the variables that I want to record from const to parthenon::Real in order to use them in the FinalizeFeedback function, but it seems that they still not accessible:
2 errors detected in the compilation of "/scratch1/epanini/athenapk/src/pgen/cluster.cpp".
make[2]: *** [src/CMakeFiles/athenaPK.dir/build.make:314: src/CMakeFiles/athenaPK.dir/pgen/cluster.cpp.o] Error 2
make[2]: *** Waiting for unfinished jobs....
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.hpp(80): error: invalid combination of type specifiers
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.hpp(85): error: invalid combination of type specifiers
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp(438): error: invalid combination of type specifiers
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp(462): error: identifier "power" is undefined
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp(463): error: identifier "mass_rate" is undefined
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp(464): error: identifier "magnetic_power" is undefined
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp(464): error: identifier "magnetic_mass_rate" is undefined
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp(465): error: identifier "thermal_feedback" is undefined
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp(465): error: identifier "thermal_density" is undefined
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp(466): error: identifier "jet_density" is undefined
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp(466): error: identifier "jet_feedback" is undefined
/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp(467): error: identifier "jet_momentum" is undefined
14 errors detected in the compilation of "/scratch1/epanini/athenapk/src/pgen/cluster/agn_feedback.cpp".
make[2]: *** [src/CMakeFiles/athenaPK.dir/build.make:328: src/CMakeFiles/athenaPK.dir/pgen/cluster/agn_feedback.cpp.o] Error 2
make[1]: *** [CMakeFiles/Makefile2:1695: src/CMakeFiles/athenaPK.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
74df575
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not quite sure where the issue is. I'll be able to have a closer look on 5 Feb (when I'm back at work) if the issue still persists.
74df575
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
74df575
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.