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

Vel remap dim cons #7

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
db64408
Enable relative path specification for IC files
alperaltuntas Apr 1, 2024
f4121ca
Write unmasked ocean geometry files
alperaltuntas Apr 18, 2024
a30e7c8
Disable codecov upload requirement
marshallward Apr 12, 2024
d16c330
Introduce GEOM_FILE runtime parameter to set ocean_geometry file name.
alperaltuntas May 3, 2024
4584e5e
Add option to avoid negative MEKE
gustavo-marques May 9, 2024
a7725dc
Improve description
gustavo-marques May 9, 2024
0d55841
Add MEKE_positive to the control structure
gustavo-marques May 9, 2024
95259e4
Revert a comment that was changed unintentionally.
gustavo-marques May 9, 2024
2b1201a
KE-conserving correction to velocity remap (#277)
iangrooms May 24, 2024
6ad1530
Stochastic GM+E (#280)
iangrooms Jul 2, 2024
51a98c7
+Reproducing KPP_smooth_BLD when KPP%N_SMOOTH > 1
Hallberg-NOAA Jul 10, 2024
8a03b63
append ensemble num to geom filename in ensemble runs
alperaltuntas Jul 7, 2024
99edf23
*+Make Leith viscosity runs layout-invariant
Hallberg-NOAA Jul 13, 2024
9ff6ca4
Scale checksums in hor_bnd_diffusion
Hallberg-NOAA Jul 14, 2024
df7b580
Merge branch 'main' into merge_main_073024
gustavo-marques Jul 30, 2024
e413c29
Adding Ohlmann solar penetration scheme to MOM_opacity (#289)
fobryan3 Jul 31, 2024
8b9ba97
Add MARBL to MOM6 (#157)
mnlevy1981 Aug 2, 2024
69b0454
Merge branch 'dev/ncar' into merge_main_073024
gustavo-marques Aug 5, 2024
7afbb6d
Add missing missing_scale argument to read_Z_edges calls
gustavo-marques Aug 5, 2024
225c0d8
remove incorrect comma in write statements (#293)
jedwards4b Aug 7, 2024
e96a46e
Merge pull request #291 from gustavo-marques/merge_main_073024
alperaltuntas Aug 9, 2024
5904666
Options to enforce KHTR_MIN and KHTH_MIN in the whole water column an…
gustavo-marques Aug 9, 2024
4acea91
MARBL: convert salt_flux to tracer flux and add to STF
klindsay28 Aug 28, 2024
621107b
Modify NUOPC cap to accept separate glc runoff fluxes (#288)
alperaltuntas Aug 30, 2024
f8f76f2
remove doxygen formatting on local variables
klindsay28 Aug 30, 2024
b5641af
Merge pull request #298 from klindsay28/marbl_stf_salt_fluxes
mnlevy1981 Sep 3, 2024
a077a61
Use longString in MAX_LAYER_THICKNESS (#299)
gustavo-marques Sep 6, 2024
15deea4
*Updates in FPMix and Stokes Most (#283)
gustavo-marques Sep 9, 2024
37411fb
Check if fluxes%salt_flux is associated (#301)
mnlevy1981 Sep 9, 2024
a3e2f14
fix memory leak in NUOPC State_getImport method (#303)
alperaltuntas Sep 24, 2024
5726d94
Don't compute log10(chl) for small chl
mnlevy1981 Sep 27, 2024
00beb26
add timestamp to rpointer files (#304)
jedwards4b Sep 29, 2024
8fb8aaf
Avoid chl=0 in lookup_ohlmann_opacity()
mnlevy1981 Oct 1, 2024
ad7cf38
Merge branch 'avoid_zero_chl' into dev/ncar
mnlevy1981 Oct 3, 2024
843d3b6
Fix units and dimensional consistency
iangrooms Oct 10, 2024
5331dad
Remove offending dimensional factor
iangrooms Oct 16, 2024
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
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
html


# Build output
*.o
*.mod
MOM6
build/
deps/
pkg/MARBL


# Autoconf output
aclocal.m4
autom4te.cache/
Expand Down
316 changes: 217 additions & 99 deletions config_src/drivers/nuopc_cap/mom_cap.F90

Large diffs are not rendered by default.

Loading