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

Feature hamocc beyond cmip6 #237

Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
3e4eb0f
Dynamic mapping of pore water tracers to ocean tracers (#192)
jmaerz Sep 8, 2022
53d31b1
Added initial support for NUOPC driver.
matsbn Sep 14, 2022
88d6208
Lon-lat variable sediment porosity (#189)
jmaerz Sep 15, 2022
1178bb3
Added wave forcing fields.
matsbn Sep 15, 2022
1c581b5
Renamed folder for MCT driver.
matsbn Sep 15, 2022
a198394
Moved MCT specific file from drivers/cpl_share/ to drivers/mct/.
matsbn Sep 15, 2022
49821fd
Rename drivers/mct/mod_swtfrz.F to drivers/mct/mod_swtfrz.F90.
matsbn Sep 15, 2022
8b6c43c
Rewrite to drivers/mct/mod_swtfrz.F90 to free format Fortran.
matsbn Sep 15, 2022
997104a
Merge remote-tracking branch 'upstream/master' into feature-nuopc
matsbn Sep 27, 2022
e37d846
Remove redundant definition of kOBL.
TomasTorsvik Aug 5, 2022
83d9237
Redefine kOBL, cast as integer
TomasTorsvik Sep 27, 2022
c863a47
Fixing variable sediment porosity - field initialization in case of `…
jmaerz Sep 27, 2022
ac7aac4
This is the first commit of MKS units. All variables in the subroutin…
milicak Oct 3, 2022
2a80c23
Hamocc hybrid coord2 (#179)
TomasTorsvik Oct 3, 2022
a0c5421
Merge pull request #199 from matsbn/feature-nuopc
matsbn Oct 3, 2022
e2093c3
BLOM CIME cpp updates to run in NorESM
milicak Oct 10, 2022
2ce0f84
bug fixes for the CGS MKS conversion
milicak Oct 10, 2022
2396a0f
cesm thermal forcing bug fixes for reproducibility
milicak Oct 10, 2022
30457c3
BLOM MKS update to export winds into the CESM using proper units.
milicak Oct 17, 2022
6753060
input values in ocn_in case is updated for mks setup
milicak Oct 17, 2022
d10893c
default cgsmks value changed
milicak Oct 21, 2022
cc7e9d7
Initialize some variables in the k-epsilon model.
matsbn Nov 4, 2022
613b8bc
Fix porosity read (#201)
jmaerz Nov 9, 2022
a6d1c88
Correct unit of diagnostic variable dp_trc.
matsbn Nov 20, 2022
e291c3b
Made conservation and checksum diagnostics selectable by namelist opt…
matsbn Nov 21, 2022
8385d62
Merge pull request #205 from matsbn/feature-r13fixes
matsbn Nov 21, 2022
98ade59
pCO2, Piston velocity and solubility output (#202)
jmaerz Nov 22, 2022
81f6c58
Bugfix pnetcdf (#208)
TomasTorsvik Nov 25, 2022
8f5acc1
fixed units and renamed calcium burial to CaCO3 burial (#212)
jmaerz Dec 2, 2022
fa7aecd
- Made the "fuk95" configuration work with MKS units.
matsbn Dec 8, 2022
d6466f6
Correct unit conversion of mixed layer depth to pressure.
matsbn Dec 8, 2022
b2d2df5
Updated NorESM coupling scripts for the use of MKS units.
matsbn Dec 9, 2022
7d90240
Merge pull request #217 from matsbn/SI_units
milicak Dec 9, 2022
9c489bd
Merge remote-tracking branch 'upstream/master' into SI_units
matsbn Dec 9, 2022
c66c58b
Fixed check of unit system when building as NorESM component.
matsbn Dec 10, 2022
ae20b35
Merge pull request #218 from matsbn/SI_units
matsbn Dec 12, 2022
0802d11
Add option for surface pH output (#221)
JorgSchwinger Jan 6, 2023
440de2d
Remove unused parameters in wrt* subroutine calls in ncout_hamocc.F90
JorgSchwinger Jan 9, 2023
97676b6
Add linear ramping-up scenario for ocean alkalinisation
TimotheeBrgs Jan 23, 2023
56d7d9b
Import get_bgc_namelist only in subroutine where it is needed. (#225)
TomasTorsvik Jan 25, 2023
d99b608
Merge pull request #219 from NorESMhub/SI_units
milicak Jan 27, 2023
bec98f0
fix missing ' (#228)
jmaerz Jan 27, 2023
52af0b9
Read parameters for alkalinization scenarios from namelist file
TimotheeBrgs Jan 30, 2023
847dda5
Cleaning
TimotheeBrgs Jan 30, 2023
1cd7120
Rename shell namelist variables
TimotheeBrgs Jan 30, 2023
bc66671
Rename shell namelist variables 2
TimotheeBrgs Jan 30, 2023
ee96288
Proper integer definition for current_day
TimotheeBrgs Jan 30, 2023
ef8f025
Merge pull request #224 from TimotheeBrgs/OA_rampscen
TomasTorsvik Jan 31, 2023
3e4494c
Fix buildnml
TimotheeBrgs Jan 31, 2023
311b859
Merge pull request #234 from TimotheeBrgs/fix_buildnml
TomasTorsvik Jan 31, 2023
cbc8a33
merge master into feature-hamocc_beyond-CMIP6 locally to align commit…
jmaerz Feb 9, 2023
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
Prev Previous commit
Next Next commit
Redefine kOBL, cast as integer
TomasTorsvik committed Sep 27, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 83d92370de08b8efb89d3dd889449fa9d3c3a46a
4 changes: 2 additions & 2 deletions phy/mod_difest.F
Original file line number Diff line number Diff line change
@@ -1161,8 +1161,8 @@ subroutine difest_vertical_hyb(m,n,mm,nn,k1m,k1n)
. cellHeight,OBLdepth(i,j))

! gets index of the level and interface above hbl
kOBL = CVMix_kpp_compute_kOBL_depth(iFaceHeight,
. cellHeight,OBLdepth(i,j))
kOBL = int(hOBL(i,j)) ! index of interface above OBL depth

c --- ------ Diapycnal mixing when local stability is weak
c --- ------ convection routine based on N2 not rho
c --- ------ make sure it is in metrics if stability depends on rho