-
Notifications
You must be signed in to change notification settings - Fork 7
Adding a 'makeyourown' kernel tutorial, and a 'varying biofouling parameters' tutorial. #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
a819fcb
Starting to develop a 'make your own kernel' tutorial
michaeldenes 6b48123
Finalised 'make your own kernel' tutorial
michaeldenes 6b1acc8
changing name of settings file
michaeldenes 9b084b8
Adding a biofouling sensitivity analysis tutorial
michaeldenes e183fc3
Adding two tutorials to readthedocs
michaeldenes 48fd7f6
Updates to fisheries example - shorter title and removing minor imports
michaeldenes b77f7e5
Renaming the 'add your own kernel' tutorial, removing unnecessary imp…
michaeldenes b00be0b
Merge branch 'main' into add_makeyourown_kernel_tutorial
michaeldenes de6168d
Changing headings in ipynb for better readability on readthedocs
michaeldenes 033b97a
Changing title of initialisation maps tutorial to be clearer.
michaeldenes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,167 @@ | ||
| { | ||
| "use_3D": true, | ||
| "allow_time_extrapolation": false, | ||
| "verbose_delete": false, | ||
| "use_mixing": false, | ||
| "use_biofouling": false, | ||
| "use_stokes": false, | ||
| "use_wind": false, | ||
| "ocean": { | ||
| "modelname": "NEMO0083", | ||
| "directory": "/storage/shared/oceanparcels/input_data/MOi/", | ||
| "filename_style": "psy4v3r1/psy4v3r1-daily_", | ||
| "ocean_mesh": "domain_ORCA0083-N006/PSY4V3R1_mesh_hgr.nc", | ||
| "bathymetry_mesh": "domain_ORCA0083-N006/PSY4V3R1_mesh_zgr.nc", | ||
| "variables": { | ||
| "U": "vozocrtx", | ||
| "V": "vomecrty", | ||
| "W": "vovecrtz", | ||
| "conservative_temperature": "votemper", | ||
| "absolute_salinity": "vosaline" | ||
| }, | ||
| "dimensions": { | ||
| "U": { | ||
| "lon": "glamf", | ||
| "lat": "gphif", | ||
| "depth": "depthw", | ||
| "time": "time_counter" | ||
| }, | ||
| "V": { | ||
| "lon": "glamf", | ||
| "lat": "gphif", | ||
| "depth": "depthw", | ||
| "time": "time_counter" | ||
| }, | ||
| "W": { | ||
| "lon": "glamf", | ||
| "lat": "gphif", | ||
| "depth": "depthw", | ||
| "time": "time_counter" | ||
| }, | ||
| "conservative_temperature": { | ||
| "lon": "glamf", | ||
| "lat": "gphif", | ||
| "depth": "depthw", | ||
| "time": "time_counter" | ||
| }, | ||
| "absolute_salinity": { | ||
| "lon": "glamf", | ||
| "lat": "gphif", | ||
| "depth": "depthw", | ||
| "time": "time_counter" | ||
| } | ||
| }, | ||
| "indices": {}, | ||
| "bathymetry_variables": { | ||
| "bathymetry": "mbathy" | ||
| }, | ||
| "bathymetry_dimensions": { | ||
| "lon": "nav_lon", | ||
| "lat": "nav_lat" | ||
| }, | ||
| "mixing_variables": { | ||
| "mixing_kz": "votkeavt" | ||
| }, | ||
| "mixing_dimensions": { | ||
| "lon": "glamf", | ||
| "lat": "gphif", | ||
| "depth": "depthw", | ||
| "time": "time_counter" | ||
| } | ||
| }, | ||
| "bgc": { | ||
| "directory": "/storage/shared/oceanparcels/input_data/MOi/", | ||
| "filename_style": "biomer4v2r1/biomer4v2r1-weekly_", | ||
| "bgc_mesh": "domain_ORCA025-N006/mesh_hgr_PSY4V3_deg.nc", | ||
| "variables": { | ||
| "pp_phyto": "nppv", | ||
| "bio_nanophy": "phy", | ||
| "bio_diatom": "phy2" | ||
| }, | ||
| "dimensions": { | ||
| "pp_phyto": { | ||
| "lon": "glamf", | ||
| "lat": "gphif", | ||
| "depth": "depthw", | ||
| "time": "time_counter" | ||
| }, | ||
| "bio_nanophy": { | ||
| "lon": "glamf", | ||
| "lat": "gphif", | ||
| "depth": "depthw", | ||
| "time": "time_counter" | ||
| }, | ||
| "bio_diatom": { | ||
| "lon": "glamf", | ||
| "lat": "gphif", | ||
| "depth": "depthw", | ||
| "time": "time_counter" | ||
| } | ||
| }, | ||
| "indices": {}, | ||
| "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": { | ||
| "directory": "/storage/shared/oceanparcels/output_data/data_Michael/ERA5/waves/", | ||
| "filename_style": "ERA5_global_waves_monthly_", | ||
| "variables": { | ||
| "Stokes_U": "ust", | ||
| "Stokes_V": "vst", | ||
| "wave_Tp": "pp1d" | ||
| }, | ||
| "dimensions": { | ||
| "lat": "latitude", | ||
| "lon": "longitude", | ||
| "time": "time" | ||
| }, | ||
| "indices": {} | ||
| }, | ||
| "wind": { | ||
| "directory": "/storage/shared/oceanparcels/output_data/data_Michael/ERA5/wind/", | ||
| "filename_style": "ERA5_global_wind_monthly_", | ||
| "variables": { | ||
| "Wind_U": "u10", | ||
| "Wind_V": "v10" | ||
| }, | ||
| "dimensions": { | ||
| "lat": "latitude", | ||
| "lon": "longitude", | ||
| "time": "time" | ||
| }, | ||
| "indices": {} | ||
| }, | ||
| "unbeaching": { | ||
| "filename": "input_data/NEMO0083/land_current_NEMO0083.nc", | ||
| "variables": { | ||
| "unbeach_U": "land_current_u", | ||
| "unbeach_V": "land_current_v" | ||
| }, | ||
| "dimensions": { | ||
| "lat": "lat", | ||
| "lon": "lon" | ||
| } | ||
| }, | ||
| "simulation": { | ||
| "start_date": null, | ||
| "runtime": null, | ||
| "dt_write": null, | ||
| "dt_timestep": null | ||
| }, | ||
| "release_maps": { | ||
| "coastal": "input_data/NEMO0083/coastal_population_MPW_NEMO0083.csv", | ||
| "rivers": "input_data/NEMO0083/river_emissions_NEMO0083.csv", | ||
| "fisheries": "input_data/NEMO0083/agg_data_fisheries_info_NEMO0083.csv", | ||
| "global_concentrations": "input_data/NEMO0083/global_concentrations_NEMO0083.csv" | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.