From 248fcd4129c4e8ea909a19f63afa420b26aca743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Asorey?= <asoreyh@gmail.com> Date: Fri, 28 Jun 2019 14:58:36 -0300 Subject: [PATCH] Andes site altitude solved --- sims/generate_spectra.pl | 2 +- sims/rain.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sims/generate_spectra.pl b/sims/generate_spectra.pl index 4846c03..8cf54b9 100755 --- a/sims/generate_spectra.pl +++ b/sims/generate_spectra.pl @@ -288,7 +288,7 @@ switch ($site) { } case "and" { $modatm=get("Atmospheric model selection ", "19", "$atmcrd"); - $altitude=5800e2; + $altitude=4200e2; $bx=19.6922; $bz=-14.2420; } diff --git a/sims/rain.pl b/sims/rain.pl index f2ebdc5..b7cf287 100755 --- a/sims/rain.pl +++ b/sims/rain.pl @@ -478,7 +478,7 @@ for ($i=0; $i<$nofruns; $i++) { } case "and" { $modatm=get("Atmospheric model selection ", "19", "$atmcrd"); - $altitude=5800e2; + $altitude=4200e2; $bx=19.6922; $bz=-14.2420; $arrang="0"; -- GitLab