anuga_core
anuga_core copied to clipboard
rainfall input files
Hi guys: @stoiver I see an example in validation_test/case_studies/toweradji.And the rate of rainfall information is in file Forcing/rainfall/Hort/100.tms. But the file 100.tms is binary format. How to generate the file .tms from the rate of rainfall.
all regards
@Dongxueyang the tms is a netcdf file containing just time series data. You should also be able to use a csv file with the same data.
The file
https://github.com/GeoscienceAustralia/anuga_core/blob/master/validation_tests/experimental_data/okushiri/create_okushiri.py
gives an example of converting a txt file to tms format.