-
Notifications
You must be signed in to change notification settings - Fork 9
add make_topo scripts to generate topography files on BC #1054
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
base: develop
Are you sure you want to change the base?
Conversation
…_GridComp into feature/wjiang/add_topo
Summary of code testing: @wmputman do these numbers look OK to you? All verification on my side global plots/zoom in plots look ok. I've created a directory you can use to test to see do output files behave as you expect. I also tried fix you suggested for c5760 but it didn't work. Maybe SI-Team can figure that one out. |
@biljanaorescanin @weiyuan-jiang We need updates to The things needed are global attributes like:
I want to say you'd do things like: ncFidOut.STRETCH_FACTOR=2.5
ncFidOut.TARGET_LAT=39.5
ncFidOut.TARGET_LON=-98.35 or something like that? I'm not the best at Python netcdf. @bena-nasa might know the right thing. But the script needs some way to know if things are stretched. |
@mathomp4 @bena-nasa I've made changes and tested it will add attributes like this at the end, for example here is from c540 : and regular grid is same as before I've tried c24. I hope this is what you had in mind. |
@biljanaorescanin I think you got it! |
Add make_topo scripts to generate topography files on BC.
PR needs this topo branch to work for stretched grids:
GEOS-ESM/Topo#1