Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions julia/merge_products.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ using NCDatasets
using Dates
using Glob
using DIVAnd
using UUIDs

include("MergingClim.jl")

plotcheck = false
Expand Down Expand Up @@ -40,8 +42,8 @@ units = "mg/m^3"
#var_stdname = "mass_concentration_of_inorganic_nitrogen_in_sea_water"
#units = "umol/l"


product_id = ""
# Every merged NetCDF file should have a unique identifier
product_id = string(uuid1())

hostname = gethostname()
if hostname == "ogs01"
Expand Down