Merge pull request #5 from NCAR/create_topo#6
Open
gustavo-marques wants to merge 59 commits into
Open
Conversation
Adding docs for: topo, runoff mapping, and tidal energy dissipation
Update TOC
These should give same answers as before.
General updates
The current sequence is:
1. run_create_topo.tx2_3v3.pbs
creates basic topography file with raw cell level depth statistics and a first cut mask
output = topo.sub150.tx2_3v3.SRTM15_V2.4.nc
2.) Mask_Edit_tx2_3v3.ipynb
edits land mask including now removing 1-point bays around Greenland and Antarctica
output = topo.sub150.tx2_3v3.SRTM15_V2.4.edit1.nc
3.) run_append_topo_interp_smooth_tx2_3v3.pbs
appends a new depth variable D_interp to the topography file with lightly smoothed depths
output = topo.sub150.tx2_3v3.SRTM15_V2.4.edit1.SmL1.0_C1.0.nc
4.) Append_topo_edits_tx2_3v3.ipynb
hand edits depths for straits and channels. combined your old Append_topo_edits.ipynb and my old Channel_topo_tx2_3v2.ipynb. This creates the model input file. The final topography variable (model input) is called D_edit2. There is now no separate topo_edit file.
output = topo.sub150.tx2_3v3.SRTM15_V2.4.edit2.SmL1.0_C1.0.nc
5. Channel_width_tx2_3v3.ipynb
set sub-grid channel widths. same as tx2_3v2
output = channels_tx2_3v3_260227.txt
basin_masks.ipynb: create basin masks on the tx2_3v3 grid imbie_basin_to_tx2_3.ipynb: map IMBIE basin definitions to the tx2_3v3 grid
Interpolate_and_fill_SeaWIFS.ipynb: notebook to interpolate and fill SeaWiFS data seawifs-clim-1997-2010-tx2_3.cdl: CDL template for the SeaWiFS climatology on the tx2_3 grid
Replace legacy mapping files with new configurations to generate runoff maps for the tx2_3v3 grid using JRA forcing and r05 (fully coupled), adding separate 100 km and 250 km mapping options.
Tx2 3v3 inital commits
Updated path to book and added baseurl configuration.
Remove baseurl configuration from HTML settings
Updated Python setup and installation steps in the deployment workflow. Changed deployment method to use ghp-import.
Add surface fluxes check for G and B cases using xarray
Random changes
Add VGrid Config
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adding docs for: topo, runoff mapping, and tidal energy dissipation