Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab is now running v13.9.0 - More info ->
here
<-
Open sidebar
cosmotools
CAMEL
Commits
4fda1034
Commit
4fda1034
authored
Jun 25, 2019
by
Plaszczynski Stephane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add sacle computation in script
parent
9938c282
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
work/batch/cc/runMCMC_class.sh
work/batch/cc/runMCMC_class.sh
+2
-0
No files found.
work/batch/cc/runMCMC_class.sh
View file @
4fda1034
...
...
@@ -59,6 +59,7 @@ if [ $ndim -ne $nlines ] ; then
echo
"covariance matrix not compatible in size with parFile"
exit
1
fi
scale
=
$(
echo
"
$ndim
"
|
awk
'{printf(2.38*2.38/$0)}'
)
cat
>
mc_setup
<<
EOF
...
...
@@ -66,6 +67,7 @@ length=$NSAMPLES
proposal_cov=
$cov
derived=sigma8
do_mPK=true
scale=
$scale
EOF
echo
"**************************************"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment