File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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
123123JRA55_multiple_year_prefix = Dict (
124124 :river_freshwater_flux => " land/day" ,
Original file line number Diff line number Diff 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
154152end
You can’t perform that action at this time.
0 commit comments