-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add sftof file option to sea ice #1109
Conversation
acordonez
commented
Aug 23, 2024
•
edited
Loading
edited
- Adds support to use model sftof or sftlf file for land/sea mask. File should use 0-1 for land sea fraction but the driver will attempt to identify when the mask uses 0-100 and convert it to 0-1. There is also an option to use no land/sea mask.
- Makes some minor fixes to figure appearance.
- Adds support for 360 day calendar (needed for CMIP3).
- Cleans up units adjustment tuples read from command line.
- Add annual mean maps.
- Updates the netcdf option: Files are written for use in generating figures, but if netcdf=False then the netcdf files are deleted at the end of the run.
@lee1043 This PR has several options for using a land/sea mask file or generating it with the PMP. Should there also be an option to use no land/sea mask (i.e. if the user is confident the data is 0 or nan over land and wants to avoid the possibility of the land/sea estimate affecting results)? |
I think that is a good idea! Did I suppose to review this PR? Sorry if that was slipped from my to do list. Please feel free to ping me. |
@acordonez oh, I see the PR was just converted to "ready for review" today. Sorry for the confusion. Please let me know when I can start reviewing. |
@acordonez no problem. Yes, please consider editing the sea-ice notebook. Could you remind me if we had sea-ice sample data downloadable as a part of demo 0 or as part of the sea-ice notebook? |
I don't see any in my PMP data download, and I don't remember any being added. |
@acordonez thanks for reminding. I think there is a benefit to keep demo notebook as a standalone. Could you find a proper input data and add it to demo input data, and make it downloadable via either demo 0 or sea ice notebook, and use it throughout the notebook? |
@acordonez let me push this back to v3.8 |
@lee1043 An update. I've found that the Demo sea ice notebooks are running on gates again (the E3SM data used seems to be back online). While we should update the notebooks to use data that users can download, that seems better suited to another PR. I think this one is ready to run and review. |
@acordonez thank you for the update. I agree, that downloadable demo data can be in another PR. I will review this next week. I think this can be released with v3.8.1, does that sound reasonable to you? |
@lee1043 That plan sounds good to me. |
@acordonez I updated the demo notebook to include the output directory named |