From 046b5d32aba052a463a0374d79919ea6fafe482e Mon Sep 17 00:00:00 2001 From: lucieb92 <lucie.bakels@univie.ac.at> Date: Mon, 3 Jun 2024 14:45:48 +0200 Subject: [PATCH] tests update Former-commit-id: 12e2d3d61d79c5592df9a2506bbc4502d0685b98 --- tests/default_options/RECEPTORS | 10 ---------- tests/default_options/SPECIES/SPECIES_012 | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 tests/default_options/RECEPTORS create mode 100644 tests/default_options/SPECIES/SPECIES_012 diff --git a/tests/default_options/RECEPTORS b/tests/default_options/RECEPTORS deleted file mode 100644 index 91806c1b..00000000 --- a/tests/default_options/RECEPTORS +++ /dev/null @@ -1,10 +0,0 @@ -&RECEPTORS - RECEPTOR="receptor 1", - LON = 0.0000000, - LAT = 0.0000000, - / -&RECEPTORS - RECEPTOR="receptor 2", - LON = 1.00000000, - LAT = 0.00000000, - / diff --git a/tests/default_options/SPECIES/SPECIES_012 b/tests/default_options/SPECIES/SPECIES_012 new file mode 100644 index 00000000..a7bc6446 --- /dev/null +++ b/tests/default_options/SPECIES/SPECIES_012 @@ -0,0 +1,10 @@ +&SPECIES_PARAMS + PSPECIES="SO4-aero", ! Tracer name + PCRAIN_AERO=1.0, ! Below-cloud scavenging (particles) - Crain (crain_aero) [Grythe et al. (2017)] + PCSNOW_AERO=1.0, ! Below-cloud scavenging (particles) - Csnow (csnow_aero) [Grythe et al. (2017)] + PCCN_AERO=0.9, ! In-cloud scavenging (particles) - CCNeff (ccn_aero) [Grythe et al. (2017)] + PIN_AERO=0.1, ! In-cloud scavenging (particles) - INeff (in_aero) [Grythe et al. (2017)] + PDENSITY=2.0E+03, ! Dry deposition (particles) - rho + PDIA=4.0E-07, ! Dry deposition (particles) - dquer [Tunved et al., 2013] + PDSIGMA=1.5, ! Dry deposition (particles) - dsig [Tunved et al., 2013] + / -- GitLab