Skip to content
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

Tool for interpolating MPAS-Ocean output to MALI for forcing standalone simulations #577

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Changes from 30 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
febf9fc
add interpolate_mpasOcean_to_mali
alexolinhager May 6, 2024
55a569b
thermal forcing calc. and reorganize
alexolinhager May 8, 2024
c0df6c6
Finish interpolate_mpasOcean_to_mali
alexolinhager May 10, 2024
5d76512
Debugging through time averaging step
alexolinhager May 17, 2024
7a37227
Debug through calc ocean thermal forcing
alexolinhager May 17, 2024
0581fa5
Debugging until remapping
alexolinhager May 23, 2024
3a2339b
Add vertical interpolation
alexolinhager Jun 14, 2024
274513b
Misc. Debugging
alexolinhager Jun 18, 2024
739a7d0
Save xtime
alexolinhager Jun 24, 2024
262acb6
xtime debugging
alexolinhager Jun 26, 2024
c106ddb
Fix xtime variable
matthewhoffman Jun 26, 2024
a825898
Fix handling of if landIceFreshwaterFlux is available
matthewhoffman Jun 27, 2024
56bce68
Set minLevelCell to 1 everywhere if variable is not present
matthewhoffman Jun 27, 2024
9430347
Switch to getting simulation start time from variable instead of glob…
matthewhoffman Jun 27, 2024
473393c
Further fix to handling of logic for if landiceFreshwaterFlux is present
matthewhoffman Jun 27, 2024
f4dfa53
Fix integer type for mask variable
matthewhoffman Jun 27, 2024
1e12de1
Fix remaining landIceFWFlux != 0 argument
alexolinhager Jun 27, 2024
c815154
correct sign of floatingBasalMassBal
matthewhoffman Jul 3, 2024
03afbfe
Restrict analysis to only *.mpaso.hist.am.timeSeriesStatsMonthly.*.nc…
matthewhoffman Jul 3, 2024
8fe90dd
make script executable for user
matthewhoffman Jul 3, 2024
a5bb344
correct bug in retrieving salinity
matthewhoffman Jul 3, 2024
c0dab16
Allow script to run multiple years
matthewhoffman Jul 25, 2024
4ae6f86
Switch to argparse and add option for including MALI mesh vars or not
matthewhoffman Jul 26, 2024
ce2d473
Move creation of mapping file outside of time loop
matthewhoffman Jul 26, 2024
80fc72e
Move mask creation to before interpolation in a separate output file
matthewhoffman Jul 29, 2024
74fe08c
Move vert. interp. before horiz.
matthewhoffman Jul 29, 2024
e085dce
Corrections to vertical interpolation
matthewhoffman Jul 30, 2024
6fd2405
Correct logic for open ocean and cavity coefficients
matthewhoffman Aug 14, 2024
5be2a0f
Mark vertical levels outside the source data range as nan
matthewhoffman Aug 16, 2024
77e1f98
Fix two bugs in Tf calculation
matthewhoffman Nov 20, 2024
3a8f805
Add Bnds array
matthewhoffman Nov 21, 2024
adce947
Generate open ocean mask in orig3dOceanMask format
matthewhoffman Nov 21, 2024
78a7b2f
Add 3d ocean mask generation
matthewhoffman Nov 21, 2024
3520dde
Correct indexing for ismip6shelfMelt_zBndsOcean
matthewhoffman Nov 26, 2024
93650c6
Simplify time-averaging function
matthewhoffman Nov 27, 2024
c887b21
Change masking threshold and marking of bad data
matthewhoffman Nov 27, 2024
fbe08a5
Refactor TF function
matthewhoffman Nov 27, 2024
672a159
Fix indexing for maxLevelCell
matthewhoffman Nov 27, 2024
b541528
Allow vertical extrapolation
matthewhoffman Jan 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading