Closed koodlyakshay closed 2 years ago
The files present in the drivingData
directory are outputs from a mesoscale model, usually WRF. We did not provide examples because they really only make sense for your conditions and location of interest.
The syntax for that file in particular is a simple table with time and value (linear interpolation occurs between times given at every time step):
(<time0> <value0>)
(<time1> <value1>)
// ...
(<timen> <valuen>)
Ok, got it.
Thanks.
Hello all,
I am trying to run the precursor simulation tutorial tut.ABLflatTerrain.precursor. The wrf option requires the file drivingData/surfaceSkinPotentialTemperatureTable file which is missing in the repository. Is there any way to download an example version of this file?
Thanks.
Cheers, Akshay