Tags: NCAR/MOM6
Tags
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
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.
Merge pull request #335 from mnlevy1981/update_cvmix Update CVMix to latest commit
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)
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?)
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?)
Velocity remap dimensional consistency (#308) * Fix units and dimensional consistency * Remove offending dimensional factor
PreviousNext