anuga_core icon indicating copy to clipboard operation
anuga_core copied to clipboard

rainfall input files

Open Dongxueyang opened this issue 5 years ago • 1 comments

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 avatar Aug 21 '19 13:08 Dongxueyang

@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.

stoiver avatar Aug 21 '19 22:08 stoiver