IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pranav Sampathkumar
corsika
Commits
9cbe5059
Commit
9cbe5059
authored
4 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
printout
parent
deb450fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Processes/QGSJetII/qgsjet-II-04.f
+9
-9
9 additions, 9 deletions
Processes/QGSJetII/qgsjet-II-04.f
with
9 additions
and
9 deletions
Processes/QGSJetII/qgsjet-II-04.f
+
9
−
9
View file @
9cbe5059
...
@@ -417,7 +417,6 @@ c reading cross sections from the file
...
@@ -417,7 +417,6 @@ c reading cross sections from the file
* ,exist=lcalc)
* ,exist=lcalc)
lcanRead=0
lcanRead=0
call CorDataCanDeCompress(lcanRead)
call CorDataCanDeCompress(lcanRead)
write (*,*) 'lcanRead=', lcanRead
if (lcalc.and.lcanRead.ne.0) then
if (lcalc.and.lcanRead.ne.0) then
luseCompress=1
luseCompress=1
else
else
...
@@ -428,11 +427,12 @@ c reading cross sections from the file
...
@@ -428,11 +427,12 @@ c reading cross sections from the file
luseCompress = (index(fnIIdat(1:nfnIIdat), ".bz2").eq.nfnIIdat-3)
luseCompress = (index(fnIIdat(1:nfnIIdat), ".bz2").eq.nfnIIdat-3)
inquire(file=fnIIdat(1:nfnIIdat), exist=lcalc) !used to link with nexus
inquire(file=fnIIdat(1:nfnIIdat), exist=lcalc) !used to link with nexus
endif
endif
if(lcalc)then
if(lcalc)then
if(ifIIdat.ne.1)then
if(ifIIdat.ne.1)then
if (luseCompress.ne.0) then
if (luseCompress.ne.0) then
call CorDataOpenFile(
DATDIR(1:INDEX(DATDIR,' ')-1)
call CorDataOpenFile(
* //'qgsdat-II-04.bz2')
*
DATDIR(1:INDEX(DATDIR,' ')-1)
//'qgsdat-II-04.bz2')
else
else
open(1,file=DATDIR(1:INDEX(DATDIR,' ')-1)//'qgsdat-II-04'
open(1,file=DATDIR(1:INDEX(DATDIR,' ')-1)//'qgsdat-II-04'
* ,status='old')
* ,status='old')
...
@@ -1978,8 +1978,8 @@ c nuclear cross sections
...
@@ -1978,8 +1978,8 @@ c nuclear cross sections
if (lcalc.and.lcanRead.ne.0) then
if (lcalc.and.lcanRead.ne.0) then
luseCompress=1
luseCompress=1
else
else
inquire(file=DATDIR(1:INDEX(DATDIR,' ')-1)//'sectnu-II-04'
inquire(file=DATDIR(1:INDEX(DATDIR,' ')-1)//'sectnu-II-04'
* ,exist=lcalc)
*
,exist=lcalc)
endif
endif
else !ctp
else !ctp
luseCompress = (index(fnIIncs(1:nfnIIncs), ".bz2").eq.nfnIIncs-3)
luseCompress = (index(fnIIncs(1:nfnIIncs), ".bz2").eq.nfnIIncs-3)
...
@@ -1987,12 +1987,13 @@ c nuclear cross sections
...
@@ -1987,12 +1987,13 @@ c nuclear cross sections
endif
endif
if(lcalc)then
if(lcalc)then
if(debug.ge.0)write (moniou,207)
if(ifIIncs.ne.2)then
if(ifIIncs.ne.2)then
if (luseCompress.ne.0) then
if (luseCompress.ne.0) then
if(debug.ge.0)write (moniou,207) 'sectnu-II-04.bz2'
call CorDataOpenFile(
call CorDataOpenFile(
* DATDIR(1:INDEX(DATDIR,' ')-1)//'sectnu-II-04.bz2')
* DATDIR(1:INDEX(DATDIR,' ')-1)//'sectnu-II-04.bz2')
else
else
if(debug.ge.0)write (moniou,207) 'sectnu-II-04'
open(2,file=DATDIR(1:INDEX(DATDIR,' ')-1)//'sectnu-II-04'
open(2,file=DATDIR(1:INDEX(DATDIR,' ')-1)//'sectnu-II-04'
* ,status='old')
* ,status='old')
endif
endif
...
@@ -2057,8 +2058,8 @@ c nuclear cross sections
...
@@ -2057,8 +2058,8 @@ c nuclear cross sections
205 format(2x,'qgaini: pretabulation of the interaction eikonals')
205 format(2x,'qgaini: pretabulation of the interaction eikonals')
206 format(2x,'qgaini: initial particle energy:',e10.3,2x
206 format(2x,'qgaini: initial particle energy:',e10.3,2x
*,'its type:',a7,2x,'target mass number:',i2)
*,'its type:',a7,2x,'target mass number:',i2)
207
format(2x,'qgaini: nuclear cross sections readout from the file'
207 format(2x,'qgaini: nuclear cross sections readout from the file
:
'
*
,' sectnu-II-04'
)
*
,A,2x
)
208 format(2x,'qgaini: initial nucleus energy:',e10.3,2x
208 format(2x,'qgaini: initial nucleus energy:',e10.3,2x
*,'projectile mass:',i2,2x,'target mass:',i2)
*,'projectile mass:',i2,2x,'target mass:',i2)
209 format(2x,'gtot',d10.3,' gprod',d10.3,' gabs',d10.3
209 format(2x,'gtot',d10.3,' gprod',d10.3,' gabs',d10.3
...
@@ -2067,7 +2068,6 @@ c nuclear cross sections
...
@@ -2067,7 +2068,6 @@ c nuclear cross sections
212 format(2x,'qgaini: integrated Pomeron leg eikonals')
212 format(2x,'qgaini: integrated Pomeron leg eikonals')
213 format(2x,'qgaini: integrated fan contributions')
213 format(2x,'qgaini: integrated fan contributions')
214 format(2x,'qgaini: cross sections readout from the file: ', A,2x)
214 format(2x,'qgaini: cross sections readout from the file: ', A,2x)
c *,' qgsdat-II-04')
215 format(2x,'qgaini: integrated cut fan contributions')
215 format(2x,'qgaini: integrated cut fan contributions')
c216 format(2x,'qgaini: integrated cut Pomeron eikonals')
c216 format(2x,'qgaini: integrated cut Pomeron eikonals')
218 format(2x,'qgaini - end')
218 format(2x,'qgaini - end')
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment