star-meteo

Time varying meteorological data
git clone git://git.meso-star.fr/star-meteo.git
Log | Files | Refs | README | LICENSE

commit b763663a4aea0ffdc0e57e237896b4c0a7154b75
parent 901b5e8fa120be7e49265d0760f24eca70a43c8e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 14 Oct 2025 15:37:33 +0200

stardis: minor upd to the test that computes Tsrf

The TRAD_PROG boundary condition was unnecessary on the system that
processed the solar flux via a Neumann boundary condition.

Rename the surrounding fluid from "sky" to "atmosphere".

Diffstat:
Msrc/test_stardis_smeteo_ground_temperature.sh | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/test_stardis_smeteo_ground_temperature.sh b/src/test_stardis_smeteo_ground_temperature.sh @@ -115,7 +115,6 @@ stardis_input_imposed_flux() echo 'H_BOUNDARY_FOR_SOLID adiabatic 0 0 0 0 0 ground_xXyY.stl' echo 'T_BOUNDARY_FOR_SOLID underground 284.0 ground_z.stl' echo 'HF_BOUNDARY_FOR_SOLID_PROG atm Meteo ground_Z.stl PROG_PARAMS -hf' - echo 'TRAD_PROG Meteo' } stardis_input_external_source() @@ -126,11 +125,11 @@ stardis_input_external_source() # Media echo 'SOLID ground 1 1500 1500 0.02 281.85 UNKNOWN 0 FRONT ground.stl' - echo 'FLUID_PROG sky Meteo BACK ground.stl' + echo 'FLUID_PROG atmosphere Meteo BACK ground.stl' echo '' # Connection - echo 'SOLID_FLUID_CONNECTION_PROG ground_sky_connect Meteo ground_Z.stl PROG_PARAMS -h' + echo 'SOLID_FLUID_CONNECTION_PROG ground_atm Meteo ground_Z.stl PROG_PARAMS -h' echo 'SOLID_FLUID_CONNECTION adiabatic 300 0 0 0 ground_xXyY.stl' echo ''