//////////////////////////////////////////////////////////////// // // Copyright (c) 2024 MBARI // MBARI Proprietary Information. Confidential. All Rights Reserved // Unauthorized copying or distribution of this file via any medium is strictly // prohibited. // // WARNING - This file contains information whose export is restricted by the // Export Administration Act of 1979 (Title 50, U.S.C., App. 2401 et seq.), as // amended. Violations of these export laws are subject to severe civil and/or // criminal penalties. // //////////////////////////////////////////////////////////////// // // PURPOSE: Overrides of SimulatorModule parameters for Makai. // // 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; // 2014-11-04, mjs: Disable InternalSim on vehicles deployed at sea. We do not want InternalSim to be a trusted source for universals until its outputs have been verified better. // 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 cover the E edge of the spill (~7km square) off Muskegon Michigan: // from (UTM3 551750, 7895681 | 586250, 7919381) = (71.158N,-163.564E | 71.361N,-162.582E) // to (UTM16 517011, 4770938 | 551511mE, 4794639mN = ( | 43.30281,-86.3649) // diff: // false eastings, nrthings 34739, 3124743) // // If using the above translation with Missions/Science/trackPatchOil_yoyo.xml // then recommend the following settings in workSite.cfg: // initLat = 43.188 arcdeg; // initLon = -86.374 arcdeg; // InternalEnvSim.att1 = "false_easting:534739"; // InternalEnvSim.att2 = "false_northing:3124743"; // Switch to UTM Zone 10 // InternalEnvSim.att3 = "longitude_of_central_meridian:-87"; // Start vehicle 1 day into simulation // InternalEnvSim.timeAdjust = 3 day;