Published September 7, 2023
| Version v0.9.1_flare
Software
Restricted
COSMO-SPECS: a spectrally-resolved cloud microphysics framework coupled to the weather model COSMO
Authors/Creators
- 1. Leibniz Institute for Tropospheric Research
Contributors
- 1. Leibniz Institute for Tropospheric Research
- 2. Center of Information Services and High Performance Computing, TU Dresden
- 3. University of Mainz
Description
Intro
COSMO-SPECS is a spectrally-resolved cloud microphysics framework developed in the TROPOS modeling department.
Release Information
title: COSMO-SPECS Release v0.9.1: Idealized Flare Version
tag: v0.9.1_flare
- Developments
-
parcel driver was reimplemented PR #107
- implementations that belong to the SPECS PARCEL model (see https://gitea.tropos.de/COSMO-SPECS-Team/SPECS_Parcel_Model) were ported back to the SPECS main code
- parcel-related routines are stored under
LM/PARCEL/ - parcel driver interfaces to SPECS cloud microphysical routines, but still has its own aerosol particle descriptions
-
a simple flare implementation (INP-based perturbation) was added PR #105
- an additional INP source can be switched on in a certain place for a certain time period
- a new namelist was added
&FLARE_SBMwith modifiable parameters with respect to source strength, location, height, timing and activation temperature
-
the selection of dedicated variable groups for 3D output was implemented PR #108
-
- Testing
- testcases were significantly improved (PRs #102, #104, #112)
- revised:
- CyCare test was revised such that it now runs at DKRZ levante and at TROPOS servers
- new:
- Eriswill test was implemented with a flexible domain size of 12x12, 42x32 and 122x112 grid cells
- a parcel test was implemented that runs idealized parcel ascends
- the
dev_test_CSfor test automation was added which can be used for automated testing (mainly integration tests with compilation and execution)
- revised:
- testcases were significantly improved (PRs #102, #104, #112)
Special Credits to Jens and Willi for their major contributions.
Statement on Licenses with COSMO-SPECS Source Code
Due to historical development, the COSMO-SPECS source code unfortunately has different and conflicting licenses.
The following license restrictions apply to the code:
- FD4: Is licensed under GPL v3 license (see https://choosealicense.com/licenses/gpl-3.0/). All files under the directory `fd4` are affected
- SPECS: Is licensed under MIT license (see https://choosealicense.com/licenses/mit/). The following files are affected:
- all files under `LM/PARCEL` and `LM/SBM*/`
- as well as files with the following nomenclature: `LM/SRC/*_smb*.f90`
- COSMO: Is licensed with a dedicated COSMO license which is granted either by the DWD or by the CLM community. The following files are affected:
- everything under `LM/` which is not part of SPECS (see above)