Skip to content

Commit 6534566

Browse files
authored
Merge pull request #1785 from knutfrode/dev
Added NCAR GFS to data_sources.txt and example_oilspill_seafloor_biod…
2 parents 0db0dc4 + bbeb8ff commit 6534566

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

examples/example_oilspill_seafloor_biodegradation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Current from HYCOM and wind from NCEP GFS
1717
o.add_readers_from_list([
1818
'https://tds.hycom.org/thredds/dodsC/FMRC_ESPC-D-V02_uv3z/FMRC_ESPC-D-V02_uv3z_best.ncd',
19-
'https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd'])
19+
'https://thredds.ucar.edu/thredds/dodsC/grib/NCEP/GFS/Global_0p25deg/Best'])
2020
o.set_config('environment:constant:ocean_mixed_layer_thickness', 20)
2121
o.set_config('environment:constant:horizontal_diffusivity', 20)
2222
o.set_config('drift', {'current_uncertainty': 0, 'wind_uncertainty': 0})

opendrift/scripts/data_sources.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ https://thredds.met.no/thredds/dodsC/ww3_4km_agg
77
https://thredds.met.no/thredds/dodsC/cmems/topaz6/dataset-topaz6-arc-15min-3km-be.ncml
88
https://thredds.met.no/thredds/dodsC/aromearcticlatest/latest/arome_arctic_lagged_6_h_latest_2_5km_latest.nc
99
cmems_obs-wind_glo_phy_nrt_l4_0.125deg_PT1H
10+
https://thredds.ucar.edu/thredds/dodsC/grib/NCEP/GFS/Global_0p25deg/Best
1011
https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
1112
cmems_mod_glo_wav_anfc_0.083deg_PT3H-i
1213
cmems_mod_glo_phy_anfc_merged-uv_PT1H-i

0 commit comments

Comments
 (0)