Changeset 5248
- Timestamp:
- Apr 29, 2008, 4:48:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r5226 r5248 4408 4408 4409 4409 ### PRODUCING THE POINTS NEEDED FILE ### 4410 LL_LAT = -50.0 4411 LL_LONG = 80.0 4412 GRID_SPACING = 1.0/60.0 4413 LAT_AMOUNT = 4800 4414 LONG_AMOUNT = 3600 4410 # Ones used for FESA 2007 results 4411 #LL_LAT = -50.0 4412 #LL_LONG = 80.0 4413 #GRID_SPACING = 1.0/60.0 4414 #LAT_AMOUNT = 4800 4415 #LONG_AMOUNT = 3600 4416 4415 4417 def URS_points_needed_to_file(file_name, boundary_polygon, zone, 4416 4418 ll_lat=LL_LAT, ll_long=LL_LONG, … … 4425 4427 This is in UTM (lat long would be better though) 4426 4428 4429 This is info about the URS model that needs to be inputted. 4430 If you do not, default values will be used, which may be incorrect. 4427 4431 ll_lat - lower left latitude, in decimal degrees 4428 4432 ll-long - lower left longitude, in decimal degrees 4429 4433 grid_spacing - in deciamal degrees 4434 lat_amount - number of latitudes 4435 long_amount- number of longs 4430 4436 4431 4437
Note: See TracChangeset
for help on using the changeset viewer.