Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e089803
Add tools to enable core dumps.
ndp-opendap Oct 8, 2025
887cd72
Add tools to enable core dumps.
ndp-opendap Oct 8, 2025
7c5c123
Add tools to enable core dumps.
ndp-opendap Oct 8, 2025
2a7120e
Add tools to enable core dumps.
ndp-opendap Oct 8, 2025
57f43c5
Add tools to enable core dumps.
ndp-opendap Oct 8, 2025
4c454d6
Add tools to enable core dumps.
ndp-opendap Oct 8, 2025
68c8b46
Add tools to enable core dumps.
ndp-opendap Oct 8, 2025
4d189bb
Add tools to enable core dumps.
ndp-opendap Oct 9, 2025
2c261f5
Limit max variable and response size
ndp-opendap Oct 14, 2025
bcf520b
documentation
ndp-opendap Oct 16, 2025
55aa762
wip
ndp-opendap Oct 22, 2025
18c9481
wip
ndp-opendap Oct 22, 2025
e5d12d4
wip
ndp-opendap Oct 22, 2025
2767b3e
wip
ndp-opendap Oct 22, 2025
5d67b4e
wip
ndp-opendap Oct 22, 2025
8482f5e
wip
ndp-opendap Oct 22, 2025
c4ff82b
wip
ndp-opendap Oct 22, 2025
4d33e45
wip
ndp-opendap Oct 22, 2025
ca88348
wip
ndp-opendap Oct 22, 2025
feb8372
wip
ndp-opendap Oct 22, 2025
d0f3e8b
wip
ndp-opendap Oct 22, 2025
b8d39e0
wip
ndp-opendap Oct 22, 2025
0aff3a3
wip
ndp-opendap Oct 22, 2025
10ade6f
wip
ndp-opendap Oct 22, 2025
cede68b
wip
ndp-opendap Oct 22, 2025
a831f68
wip
ndp-opendap Oct 23, 2025
b2b7f6c
wip
ndp-opendap Oct 23, 2025
f23da24
wip
ndp-opendap Oct 23, 2025
70126f1
wip
ndp-opendap Oct 23, 2025
69cf48e
wip
ndp-opendap Oct 23, 2025
90d47ea
wip
ndp-opendap Oct 23, 2025
e7d5e43
wip
ndp-opendap Oct 23, 2025
044c7cf
wip
ndp-opendap Oct 23, 2025
1421312
wip
ndp-opendap Oct 23, 2025
1fe79e4
wip
ndp-opendap Oct 29, 2025
7ee4e67
Fixed type in prolog
ndp-opendap Jan 12, 2026
98f8cd0
Updated config for test.opendap.org. Integrated Kent's changes
ndp-opendap Jan 12, 2026
faeb7aa
wip
ndp-opendap Jan 12, 2026
dc3304d
Added Warning for non-root users
ndp-opendap Jan 12, 2026
0f8d668
Added Warning for non-root users
ndp-opendap Jan 12, 2026
675455d
Enable Tomcat compressed responses.
ndp-opendap Jan 13, 2026
715c000
Enable Tomcat compressed responses.
ndp-opendap Jan 14, 2026
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
1 change: 1 addition & 0 deletions bes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
creds.conf
1 change: 1 addition & 0 deletions bes/cores/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
core*
18 changes: 18 additions & 0 deletions bes/cores/SmGrp.dmr.bescmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<bes:request xmlns:bes="http://xml.opendap.org/ns/bes/1.0#" reqID="http-nio-8080-exec-9_25" reqUUID="587090b0-b17b-4d15-a0f4-c420d1a60a88" clientId="/-6" clientCmdCount="534">
<bes:setContext name="bes_timeout">1800</bes:setContext>
<bes:setContext name="dap_explicit_containers">no</bes:setContext>
<bes:setContext name="errors">xml</bes:setContext>
<bes:setContext name="xml:base">http://ngap-west.opendap.org:8080/opendap/dap4/SimpleGroup.nc4.h5</bes:setContext>
<bes:setContext name="max_response_size">0</bes:setContext>
<bes:setContext name="max_variable_size">0</bes:setContext>
<bes:setContext name="uid">not_logged_in</bes:setContext>
<bes:setContext name="dap4_checksums">false</bes:setContext>
<bes:setContainer name="catalogContainer" space="catalog">/dap4/SimpleGroup.nc4.h5</bes:setContainer>
<bes:define name="d1" space="default">
<bes:container name="catalogContainer" />
</bes:define>
<bes:get type="dmr" definition="d1" />
</bes:request>


13 changes: 12 additions & 1 deletion bes/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ FONc.ClassicModel=false
# True causes the DAP4 DMR to be generated directly rather than via DDS and DAS.
H5.EnableCFDMR=true

#DMRPP.UseBufferChunk=false
# I turned this off on 6/23/24 at 20:52 MDT to see if this was causing the large
# number of alarms from Better Uptime. jhrg 6/23/24
#
Expand All @@ -40,7 +41,7 @@ BES.Catalog.catalog.TypeMatch+=h5:.*\.(HDF5|h5|he5|H5)(\.bz2|\.gz|\.Z)?$;
BES.Catalog.catalog.TypeMatch+=nc:.*\.nc(4)?(\.bz2|\.gz|\.Z)?$;
BES.Catalog.catalog.TypeMatch+=ncml:.*\.ncml(\.bz2|\.gz|\.Z)?$;


AllowedHosts += ^https:\/\/s3\.us-east-1\.amazonaws\.com\/opendap\.scratch\/merra2\/.*$
DMRPP.UseParallelTransfers = false
DMRPP.MaxParallelTransfers = 16

Expand All @@ -49,4 +50,14 @@ DMRPP.MaxComputeThreads = 512



# This is capped below 2.0GB because of https://bugs.earthdata.nasa.gov/browse/HYRAX-1313
#BES.MaxVariableSize.bytes = 2104533975
BES.MaxVariableSize.bytes = 12104533975

# It looks like an r6a.4xlarge can build the nc4 response for 31 days of Daymet,
# 8329006592 bytes (uncompressed), in under 165 seconds. Use that as the response
# size limit since it is within the AWS 180 seconds TTFB limit
#BES.MaxResponseSize.bytes = 8329006592
BES.MaxResponseSize.bytes = 18329006592

CredentialsManager.config=/etc/bes/credentials.conf
Loading