[Swift-devel] On demand weather forecast using Swift
Ben Clifford
benc at hawaga.org.uk
Fri Dec 7 16:21:37 CST 2007
I think the below fragment of your SwiftScript is the piece that should
execute before everything else.
Its not clear what the command line for 'terrain' should look like - can
you post an example of how to manually invoke the terrain application,
including a real command line?
On Fri, 7 Dec 2007, Dr. Raffaele Montella wrote:
> type terrainDomainType;
> // Terrain function
>
> (terrainDomainType terrainDomains[])terrain(string lon, string lat, int
> nests) {
>
> app { terrain lon lat nests @terrainDomains; }
>
> }
> terrainDomainType terrainDomains[] <filesys_mapper;location="./output/",
> prefix="TERRAIN_DOMAIN", suffix=".gz">;
> terrainDomains = terrain("-87.5992", "41.8919", 2);
--
More information about the Swift-devel
mailing list