File tree Expand file tree Collapse file tree
parcels/_datasets/structured Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,16 +25,40 @@ def _hycom_data() -> xr.Dataset:
2525 ...
2626
2727
28- def _mitgcm_data () -> xr .Dataset : ...
28+ def _mitgcm_data () -> xr .Dataset :
29+ """Dataset matching level 0 MITgcm model output.
2930
31+ Example dataset is based on the Pre-SWOT Level-4 Hourly MITgcm LLC4320 simulation,
32+ which provides high-resolution (1/48°) global ocean state estimates with hourly outputs.
3033
31- def _pop_data () -> xr .Dataset : ...
34+ https://podaac.jpl.nasa.gov/dataset/MITgcm_LLC4320_Pre-SWOT_JPL_L4_ACC_SMST_v1.0
35+ """
36+ ...
37+
38+
39+ def _pop_data () -> xr .Dataset :
40+ """Dataset matching level 0 POP model output.
41+
42+ TODO: Identify a suitable public dataset to mimick.
43+ """
44+ ...
3245
3346
34- def _echo_data () -> xr .Dataset : ...
47+ def _echo_data () -> xr .Dataset :
48+ """Dataset matching level 0 ECHO model output.
3549
50+ TODO: Identify a suitable public dataset to mimick.
3651
37- def _croco_data () -> xr .Dataset : ...
52+ """
53+ ...
54+
55+
56+ def _croco_data () -> xr .Dataset :
57+ """Dataset matching level 0 CROCO model output.
58+
59+ TODO: Identify a suitable public dataset to mimick.
60+ """
61+ ...
3862
3963
4064datasets = {}
You can’t perform that action at this time.
0 commit comments