-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNECCTON_copernicus.json
More file actions
76 lines (76 loc) · 2.82 KB
/
NECCTON_copernicus.json
File metadata and controls
76 lines (76 loc) · 2.82 KB
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
{
"use_3D": false,
"allow_time_extrapolation": false,
"verbose_delete": false,
"use_mixing": false,
"use_biofouling": true,
"use_stokes": true,
"use_wind": false,
"ocean": {
"dataset_id": {"U" :"cmems_mod_glo_phy_my_0.083deg_P1D-m",
"V" :"cmems_mod_glo_phy_my_0.083deg_P1D-m",
"conservative_temperature": "cmems_mod_glo_phy_my_0.083deg_P1D-m",
"absolute_salinity": "cmems_mod_glo_phy_my_0.083deg_P1D-m",
"bathymetry": "cmems_mod_glo_phy_my_0.083deg_static"},
"variables": {"U": "uo",
"V": "vo",
"conservative_temperature": "thetao",
"absolute_salinity": "so"},
"dimensions": {"lon": "longitude",
"lat": "latitude",
"depth": "depth",
"time": "time"},
"bathymetry_variables": {"bathymetry": "deptho"},
"bathymetry_dimensions": {"lon": "longitude",
"lat": "latitude"}
},
"bgc": {
"dataset_id": {"pp_phyto": "cmems_mod_glo_bgc_my_0.25deg_P1D-m",
"bio_nanophy": "cmems_mod_glo_bgc_my_0.25deg_P1M-m"},
"variables": {
"pp_phyto": "nppv",
"bio_nanophy": "phyc"
},
"dimensions": {"lon": "longitude",
"lat": "latitude",
"depth": "depth",
"time": "time"},
"constants": {
"biofilm_density": 1388.0,
"algae_cell_volume": 2e-16,
"K": 1.3805834190672156e-23,
"R20": 1.1574074074074074e-06,
"Q10": 2.13,
"Gamma": 2.0,
"carbon_molecular_weight": 12.0,
"collision_probability": 1.0,
"algae_mortality_rate": 1.0,
"algae_respiration_f": 1.0
}
},
"stokes": {
"dataset_id": {"Stokes_U": "cmems_mod_glo_wav_my_0.2deg_PT3H-i",
"Stokes_V": "cmems_mod_glo_wav_my_0.2deg_PT3H-i",
"wave_Tp": "cmems_mod_glo_wav_my_0.2deg_PT3H-i"},
"variables": {
"Stokes_U": "VSDX",
"Stokes_V": "VSDY",
"wave_Tp": "VTPK"
},
"dimensions": {"lon": "longitude",
"lat": "latitude",
"time": "time"}
},
"simulation": {
"start_date": null,
"runtime": null,
"dt_write": null,
"dt_timestep": null
},
"release_maps": {
"coastal": "testing/coastal_NECCTON_domain_NEMO0083.csv",
"rivers": "testing/rivers_NECCTON_domain_NEMO0083.csv",
"fisheries": "testing/fisheries_NECCTON_domain_NEMO0083.csv",
"global_concentrations": "input_data/NEMO0083/global_concentrations_NEMO0083.csv"
}
}