Skip to content

Commit 05b9d45

Browse files
Reinstate JRA55 multi year tests (#538)
* Update test_jra55.jl * use Oceananigans#ss/fix-indexing-bug * Update pipeline.yml * change directory --------- Co-authored-by: Navid C. Constantinou <[email protected]>
1 parent e1e4ef1 commit 05b9d45

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/DataWrangling/JRA55/JRA55_metadata.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ JRA55_dataset_variable_names = Dict(
118118
:northward_velocity => "vas", # Northward near-surface wind
119119
)
120120

121-
JRA55_multiple_year_url = "https://esgf-data2.llnl.gov/thredds/fileServer/user_pub_work/input4MIPs/CMIP6/OMIP/MRI/MRI-JRA55-do-1-5-0/"
121+
JRA55_multiple_year_url = "http://esgf-node.ornl.gov/thredds/fileServer/user_pub_work/input4MIPs/CMIP6/OMIP/MRI/MRI-JRA55-do-1-5-0/"
122122

123123
JRA55_multiple_year_prefix = Dict(
124124
:river_freshwater_flux => "land/day",

test/test_jra55.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ using ClimaOcean.OceanSeaIceModels: PrescribedAtmosphere
130130
@test length(rivers_times) != length(pressure_times)
131131
@test rivers_times[2] - rivers_times[1] == 86400
132132

133-
#=
134133
@info "Testing MultiYearJRA55 data on $A..."
135134
dataset = JRA55.MultiYearJRA55()
136135
dates = ClimaOcean.DataWrangling.all_dates(dataset, :temperature)
@@ -149,6 +148,5 @@ using ClimaOcean.OceanSeaIceModels: PrescribedAtmosphere
149148
for t in eachindex(Ta.times)
150149
@test Ta[t] isa Field
151150
end
152-
=#
153151
end
154152
end

0 commit comments

Comments
 (0)