File size: 2,705 Bytes
eb86d88 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | {
"internal_state": {
"required": true,
"provider": "Copernicus Marine",
"variables": [
"sst",
"sss",
"ssh",
"u_surface",
"v_surface",
"u_100m",
"v_100m",
"temperature_100m",
"salinity_100m",
"significant_wave_height",
"peak_wave_period",
"tm02",
"peak_wave_direction_sin",
"peak_wave_direction_cos",
"wind_sea_significant_height",
"primary_swell_significant_height"
],
"role": "South China Sea internal prognostic state"
},
"atmosphere": {
"required": true,
"provider": "ERA5/CDS",
"variables": [
"u10",
"v10",
"wind_speed",
"tau_x",
"tau_y",
"msl",
"net_heat_flux",
"freshwater_flux",
"wind_stress_curl"
],
"role": "Atmospheric forcing and air-sea flux context"
},
"outer_ocean_boundary": {
"required": true,
"provider": "Copernicus Marine",
"variables": [
"boundary_normal_inflow",
"boundary_ssh",
"boundary_sst",
"boundary_sss",
"boundary_u_surface",
"boundary_v_surface",
"boundary_temperature_100m",
"boundary_salinity_100m",
"boundary_u_100m",
"boundary_v_100m"
],
"role": "Outer-domain state projected to the South China Sea boundary"
},
"vertical_context": {
"required": true,
"provider": "Copernicus Marine",
"variables": [
"mld_temperature_proxy",
"thermocline_depth_proxy",
"ohc_0_200_proxy",
"temperature_0_100_difference",
"salinity_0_100_difference",
"current_shear_0_100",
"density_stratification_0_100",
"temperature_100_200_difference",
"salinity_100_200_difference",
"current_shear_100_200"
],
"role": "Multi-level stratification and slow-state context"
},
"tide": {
"required": false,
"provider": "User TPXO/FES field or phase-only fallback",
"variables": [
"tide_elevation",
"tide_u",
"tide_v",
"m2_sin",
"m2_cos",
"s2_sin",
"s2_cos",
"k1_sin",
"k1_cos",
"o1_sin",
"o1_cos"
],
"role": "Deterministic tidal phase and optional spatial tide field"
},
"river": {
"required": false,
"provider": "User gauge/GloFAS adapter",
"variables": [
"river_discharge_map",
"river_discharge_anomaly"
],
"role": "Freshwater boundary source"
},
"events": {
"required": false,
"provider": "Official event registry supplied by the user",
"variables": [
"event_intensity",
"event_confidence",
"event_type_code"
],
"role": "Sparse high-value special phenomenon context"
}
} |