DOI-USGS / lake-temperature-process-models-old

Pipeline #2
Other
0 stars 6 forks source link

update the `lake_name` field #14

Closed jordansread closed 4 years ago

jordansread commented 4 years ago
&glm_setup
   sim_name = 'nhdhr_59747193'
   max_layers = 1000
   min_layer_vol = 0.5
   min_layer_thick = 0.2
   max_layer_thick = 1
   Kw = 0.5442009
   coef_mix_conv = 0.2
   coef_wind_stir = 0.23
   coef_mix_shear = 0.2
   coef_mix_turb = 0.51
   coef_mix_KH = 0.3
   coef_mix_hyp = 0.5
/
&morphometry
   lake_name = 'nhd_4250586'
   latitude = 46.46275
   longitude = -93.53755
   bsn_len = 1033.642
   bsn_wid = 1033.642
   bsn_vals = 8
   H = 304.4552, 304.76, 307.808, 310.856, 313.904, 315.428, 316.952, 320
   A = 0, 1090.09974414167, 45412.2527060277, 207016.111788414, 406516.362919499, 565857.750834798, 692736.105489024, 856996.654199428
/

lake_name needs to be overwritten or updated. Could use GNIS name (with "NA" if missing) or nhdhr_id.

jordansread commented 4 years ago

fixed this in a past PR. Forgot to reference this issue