//////////////////////////////////////////////////////////////// // // PURPOSE: Overrides of SimulatorModule parameters for Whoidhs. // // NOTES: All values (except "strings") must be followed by // a unit abbreviation (or one of the unit-like // abbreviations: n/a, bool, enum, count). //////////////////////////////////////////////////////////////// ExternalSim.loadAtStartup = 0 bool; InternalSim.loadAtStartup = 0 bool; InternalEnvSim.loadAtStartup = 1 bool; // The following file was generated from its netcdf4 source with the following ncks // (NetCDF Kitchen Sink) command: // ncks --fix_rec_dmn time -3 -o Resources/BurgerOilfieldSpillMed.nc3 Resources/BurgerOilfieldSpillMed.nc InternalEnvSim.nc3File = "Resources/BurgerOilfieldSpillMed.nc3"; // Format for each variable is "standard_name:teths_variable_name" InternalEnvSim.var1 = "mass_concentration_of_petroleum_hydrocarbons_in_sea_water:kg/m3"; // We are shifting the box to farther north in Buzzard's Bay: // from (UTM3 551750, 7895681) = (71.158N,-163.564E) // to (UTM19 350410, 4596691) = (41.39997,-71.0571) // diff: -201340,-3298990) // original false est, nrthings 500000, 0) // new false eastings, nrthings 701340, 3298990) // // If using the above translation with simulated missions // then recommend the following settings in workSite.cfg: // initLat = 41.555 arcdeg; // initLon = -70.75 arcdeg; InternalEnvSim.att1 = "false_easting:701340"; InternalEnvSim.att2 = "false_northing:3298990"; // Switch to UTM Zone 19 InternalEnvSim.att3 = "longitude_of_central_meridian:-69"; // Start vehicle 1 day into simulation InternalEnvSim.timeAdjust = 0 day;