star-meteo

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

commit c9559a08b152f4fd31168758500c5ef29984fa6f
parent cc06c01c5a89703871227d5db39ace004c3c8f5e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 17 Oct 2025 19:22:58 +0200

Revert "stardis: minor upd to the test that computes Tsrf"

This reverts commit b763663a4aea0ffdc0e57e237896b4c0a7154b75.

In reality, a TRAD is necessary. The limit could be exchanged with the
radiative environment since its emissivity is recovered from
meteorological data.

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

diff --git a/src/test_stardis_smeteo_ground_temperature.sh b/src/test_stardis_smeteo_ground_temperature.sh @@ -115,6 +115,7 @@ 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() @@ -125,11 +126,11 @@ stardis_input_external_source() # Media echo 'SOLID ground 1 1500 1500 0.02 281.85 UNKNOWN 0 FRONT ground.stl' - echo 'FLUID_PROG atmosphere Meteo BACK ground.stl' + echo 'FLUID_PROG sky Meteo BACK ground.stl' echo '' # Connection - echo 'SOLID_FLUID_CONNECTION_PROG ground_atm Meteo ground_Z.stl PROG_PARAMS -h' + echo 'SOLID_FLUID_CONNECTION_PROG ground_sky_connect Meteo ground_Z.stl PROG_PARAMS -h' echo 'SOLID_FLUID_CONNECTION adiabatic 300 0 0 0 ground_xXyY.stl' echo ''