Skip to content

Commit 9896195

Browse files
authored
Bump version to 1.0
This is the version used in the first paper, so it should be released. There will be a slight difference in the version reported in the netCDF file and that given here.
1 parent 005def5 commit 9896195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

carsurf_loop.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def set_global_attributes(ds):
313313
date=RUN_DATE, acdd_format=ACDD_DATE)
314314
ds.date_metadata_modified = "{date:{acdd_format}}".format(
315315
date=RUN_DATE, acdd_format=ACDD_DATE)
316-
ds.product_version = "Py_v0.0.4"
316+
ds.product_version = "Py_v1.0.0"
317317
ds.references = """Uliasz, M. 1994. Lagrangian particle dispersion modeling in mesoscale applications. Environ Model: Comput Methods and Softw for Simulat Environ Pollut and its Adverse Effects (CMP) 2 : 71-."""
318318

319319
ds.geospatial_vertical_min = 0
@@ -579,7 +579,7 @@ def set_up_file(ds, total_sites, footprint_nbins,
579579
# around 5e3. 35*180 particles/obs_time, 9 files/flux_time on 81km grid
580580
# We have a factor of six wiggle room with i2
581581
# u2 may be necessary for 3 hourly 243 km fluxes
582-
# or more particles/obs_time
582+
# or more particles/obs_time0
583583
"H", "i2",
584584
("observation_time", "site", "time_before_observation",
585585
"dim_y", "dim_x"),

0 commit comments

Comments
 (0)