8000 Tags · NCAR/MOM6 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">

Tags: NCAR/MOM6

Tags

dev/ncar_250519

Toggle dev/ncar_250519's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add *_glc enthalpy terms in heat_in (#364)

dev/ncar_250428

Toggle dev/ncar_250428's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ERS and DIMCS failures for when `USE_CR_GRID` is on (#357)

* add missing scale arg when reading Cr_space

* register MLD and h_ML as restart fields when BODNER23 is on

* add dimensional scaling factor for sfc_buoy_flx when set to KPP_buoy_flux

* fix OMP directive in mixedlayer_restrat_Bodner

dev/ncar_250422

Toggle dev/ncar_250422's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'mom-ocean:main' into dev/ncar

dev/ncar_250411

Toggle dev/ncar_250411's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add option to auto-compute an io layout for auto masking. (#342)

When Auto Masking is enabled, the LAYOUT is unknown a priori,
so it's not possible to predetermine a compatible IO_LAYOUT.
This commit introduces an option to set a target number of
IO PEs (TARGET_IO_PES), to be used as a reference for the
auto masking routine to come up with an IO_LAYOUT compatible
with LAYOUT on the fly. If original TARGET_IO_PES is not
achievable without having to sacrifice too much land masking,
IO PEs is decremented until a feasible combination of LAYOUT
and IO_LAYOUT is found.

dev/ncar_250128

Toggle dev/ncar_250128's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #335 from mnlevy1981/update_cvmix

Update CVMix to latest commit

dev/ncar_241122b

Toggle dev/ncar_241122b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace atan with atan2 in NUOPC cap to addresss missing nvhpc support.

nvhpc does not appear to support atan with two arguments as provided in the f2008 standard (#325)

dev/ncar_241122

Toggle dev/ncar_241122's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Two small fixes for FPMix (#321)

* Two small fixes for FPMix

1. Update CVMix to fix a bug (was not computing L_StokesL correctly when
updating w_s)
2. Special case for k=1 when computing surfBuoyFlux in Stokes MOST

Also added CVMix KPP parameter CVt2 to paramFile so it can be adjusted at
run-time

* move get_param("KPP_CVt2") out of if block

Make sure that KPP_CVt2 is read whenever KPP is enabled (may eventually want to
only provide it if using Stokes MOST?)

dev/ncar_241101

Toggle dev/ncar_241101's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Two small fixes for FPMix (#321)

* Two small fixes for FPMix

1. Update CVMix to fix a bug (was not computing L_StokesL correctly when
updating w_s)
2. Special case for k=1 when computing surfBuoyFlux in Stokes MOST

Also added CVMix KPP parameter CVt2 to paramFile so it can be adjusted at
run-time

* move get_param("KPP_CVt2") out of if block

Make sure that KPP_CVt2 is read whenever KPP is enabled (may eventually want to
only provide it if using Stokes MOST?)

dev/ncar_241017

Toggle dev/ncar_241017's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Velocity remap dimensional consistency (#308)

* Fix units and dimensional consistency

* Remove offending dimensional factor

dev/ncar_241003

Toggle dev/ncar_241003's commit message
Merge branch 'avoid_zero_chl' into dev/ncar

0