Skip to content

Commit 88e0327

Browse files
update ice info
1 parent 531d1c3 commit 88e0327

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ void diag_ice_c_mom(const int &k); // k-th moment of ice polar radius
296296
- k=2: Variance-related
297297
- k=3: Mass/volume concentration [m³/m³] or [kg/kg]
298298

299-
**Note**: Due to non-spherical shape of ice, semi-axes moments don't correspond to mass/volume (see `diag_ice_mix_ratio`).
299+
**Note**: Due to non-spherical shape of ice, semi-axes moments won't correspond to mass/volume (see `diag_ice_mix_ratio`).
300300

301301
##### Velocity Moments
302302

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Particle-based microphysics using the Super-Droplet Method, based on Shima et al
1818
- Aerosol processes
1919
- Collision-coalescence
2020
- Advection and sedimentation
21-
- Ice processes: work in progress
21+
- Ice nucleation (singular or time-dependent formulation) / melting
22+
- Depositional growth of ice
2223
- **Type**: Compiled library (`src/`, `include/libcloudph++/lagrangian/`)
2324

2425
#### ☁️ **1-Moment Bulk Scheme**
@@ -74,7 +75,6 @@ Interfaces for **Python** with NumPy.
7475
#### ✅ Testing (`tests/`)
7576

7677
- **Unit tests**: individual component validation
77-
- **Integration tests**: full scheme testing
7878
- **Benchmark cases**: performance and accuracy validation
7979
- **Inter-scheme comparisons**
8080

docs/USER_OPTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ dry_sizes_t dry_sizes;
210210
| `RH_formula` | `RH_formula_t` | `pv_cc` | RH formula (`pv_cc`, `rv_cc`, `pv_tet`, `rv_tet`) |
211211
| `RH_max` | `real_t` | `0.95` | RH threshold for equilibrium at t=0 (suggested: Lebo & Seinfeld 2011) |
212212
| `rc2_T` | `real_t` | `10` | Temperature [°C] at which critical radius is calculated |
213-
| ` time_dep_ice_nucl` | `bool` | `false` | If true, time-dependent freezing, if false, singular freezing |
213+
| `time_dep_ice_nucl` | `bool` | `false` | If true, time-dependent freezing, if false, singular freezing |
214214

215215
#### Boundary Conditions
216216

0 commit comments

Comments
 (0)