Hi all,
To include pressure effects in the version v8p5, the binary wind file has to contain the following variable names:
If you want to generate a correct wind & pressure file for v8p5 simulations you need to use the
fix-issue-981 branch:
git clone https://gitlab.pam-retd.fr/otm/telemac-mascaret.git
git checkout fix-issue-981
..
[COMPILE TELEMAC]
which should be
merged soon in main
For linux users, it should be easier: I have pre-compiled a version in a conda environment that you can load directly:
conda create -n telemac -c tomsail opentelemac
which should contain the latest modification for wind / pressure forcing for V8P5.
Then to create the file:
1. either have a look at the routine I have
implemented in pyPoseidon (that creates the BINARY WIND FILE directly from a xarray.Dataset and a GEOMETRY file) or,
2. if you have already the file from your wind provider at the SLF format, use the generate_atm routine with :
converter.py generate_atm [-h] [--ll2utm LL2UTM] geo_file slf_file atm_file
For V8P4, if I remember well, the variable for pressure was 'SURFACE PRESSURE'.
Comment on the paper: despite the feature could have been beneficial for storm surge models at the time, nowadays a multitude of python toolbox can generate wind fields based on track data:
github.com/adcirc/gahm
github.com/ec-jrc/pyStorms
github.com/CLIMADA-project/climada_pytho...rd_TropCyclone.ipynb
(there could be many more.. These are the ones referenced in
github.com/orgs/oceanmodeling/projects/4/views/1)
that you could then convert in a xr.Dataset to generate directly an BINARY WIND FILE.