MOM5
MOM5 copied to clipboard
The Modular Ocean Model
Hi everyone, As part of my diathermal work I added diagnostics to separately diagnose the diffusivities and tracer tendencies due to the different vertical diffusivity components (e.g. KPP shear, BL,...
https://github.com/mom-ocean/MOM5/blob/99168b44ab45f4f5b4fa2544a0c3f644f0afb666/src/mom5/ocean_param/neutral/ocean_nphysicsC.F90#L3725 should have field(:,:,k) rather than field(:,:,:). As it is, the array is set to zero just prior to writing for a diagnostic, so that we only get a zero...
@russfiedler suggested we add an option to ignore `max_delta_salinity_restore` in cases where the salinity falls outside some user defined limits.
I've implemented the APE changes as used by Hogg, A., Spence, P., Saenko, O, 2017: The energetics of Southern Ocean upwelling. JPO, 47, 135-153, 2017. The code modifications are made...
The following combination of settings: &ocean_tempsalt_nml debug_this_module = .false. s_min = -0.1 &ocean_tracer_nml use_tempsalt_check_range = .true. Should be illegal because the model will be able to get a -ve salinity...
I must be overlooking something, but I am unable to find the tables for the various experiments. Where are they saved on this site? As they are small files, it...
From Siobhan: "melt on line 3593. I noticed when I was comparing ocean_sbc.F90 that there was one difference in the T_prog(index_salt)%stf(ii,jj) loop line 3593 in your code v our code...
MOM will dynamically adjust its stack size to accomodate its largest halo exchange (see `set_ocean_domain` inside `src/mom5/ocean_core/ocean_domains.F90`) but the other submodels do not do this, which causes some crashes on...
##Hi , I was trying to use regrid module to convert my INPUT files in work directory to match with new grid specification. But, I'm receiving the following error message...
We're finding that MOM5 is sometimes killed by the OS on startup. We assume this is from excessive memory use. It would be nice to review memory consumption and try...