DassHydro / smash

An open source, Python library interfacing the Fortran Spatially distributed Modelling and ASsimilation for Hydrology platform.
https://smash.recover.inrae.fr/
GNU General Public License v3.0
12 stars 6 forks source link

Write fluxes #199

Open asjeb opened 4 months ago

asjeb commented 4 months ago

merge write_fluxes into main writes fluxes : ["pn", "en", "pr", "perc", "lexc", "prr", "prd", "qr", "qd"], # % gr4 ["pn", "en", "pr", "perc", "lexc", "prr", "prd", "qr", "qd"], # % gr5 ["ei", "pn", "en", "pr", "perc", "prr", "qr"], # % grd ["ei", "pn", "en", "pr", "perc", "prr", "prd", "qr", "qd"], # % loieau ["pn", "en", "qr", "qb"], # % vic3l

writes states : ["hi", "hp", "ht"], # % gr4 ["hi", "hp", "ht"], # % gr5 ["hp", "ht"], # % grd ["ha", "hc"], # % loieau ["hcl", "husl", "hmsl", "hbsl"], # % vic3l

writes stats : mean, var, minimum, maximum, median when run_forward is worked with activated return_options

asjeb commented 2 weeks ago

Maintenant que l'on a les flux internes est ce que une classe stat python ne serait pas tout aussi adapté ? Ou bien qq chose à récupérer sur les gradients ?

pag13 commented 2 weeks ago

Maintenant que l'on a les flux internes est ce que une classe stat python ne serait pas tout aussi adapté ? Ou bien qq chose à récupérer sur les gradients ?

Coucou, je ne suis pas sûr de bien comprendre, peux tu clarifier stp ? Statistiques (sur dim spatiale et ou temporelle) de states/flux en Python - quid vs calcul de stat sur tableaux fortran vs memoire ? Une fonction Python pour tracer des cartes de gradient serait très utile, Truyen a réalsié des scripts pr cela et publi WRR.