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

pow2 diagnostics should be removed #158

Closed
StephenGriffies opened this issue Sep 15, 2017 · 0 comments
Closed

pow2 diagnostics should be removed #158

StephenGriffies opened this issue Sep 15, 2017 · 0 comments

Comments

@StephenGriffies
Copy link
Contributor

MOM6-examples/ice_ocean_SIS2/OM4_025/diag_table.MOM6

has the following squared fields requested:

speed_pow2
zos_pow2
tos_pow2

The pow2 operation in diagnostic table appears to be wrong, since zos_pow2 and tos_pow2 do not agree with the MOM6 computed fields zossq and tossq. Furthermore, even if pow2 was working, we do not need these fields since we are diagnosing zossq and tossq.

adcroft added a commit that referenced this issue Dec 19, 2020
- PR to main from NCAR
- Adds diagnostics

- NOAA-GFDL/MOM6@0f664aa82 Merge pull request #1275 from gustavo-marques/main-candidate-ncar-2020-12-15
- NOAA-GFDL/MOM6@9d04f3849 Sets CS%limiter_remap=.false. in near_boundary_unit_tests
- NOAA-GFDL/MOM6@5739a3413 Merge branch 'delete_fotgotten_code_LBD' into main-candidate-ncar-2020-12-15
- NOAA-GFDL/MOM6@51ed387ae Delete forgotten code
- NOAA-GFDL/MOM6@42d79c204 Merge branch 'main' into main-candidate-ncar-2020-12-15
- NOAA-GFDL/MOM6@eddbd6c09 Merge pull request #164 from gustavo-marques/LBD_regrid_merged_10nov2020
- NOAA-GFDL/MOM6@cf97095bd Fix bug in linear decay and set F_layer = 0 below htot_max
- NOAA-GFDL/MOM6@8215b70d0 Merge pull request #163 from NCAR/stdout
- NOAA-GFDL/MOM6@0c1680555 Merge pull request #168 from kshedstrom/gnu_fix
- NOAA-GFDL/MOM6@37cea3690 A few fixes to get it to compile with gfortran.
- NOAA-GFDL/MOM6@acdfdda71 Fix unit tests and declare max_depth
- NOAA-GFDL/MOM6@ad9862b40 Set maximum depth of the LBD grid
- NOAA-GFDL/MOM6@5ac184667 Merge pull request #165 from NCAR/deferred_char_len
- NOAA-GFDL/MOM6@7a5a0f768 real_array_string to deferred length
- NOAA-GFDL/MOM6@95271cdfb change mesg character var to be deferred length to prevent record overflow
- NOAA-GFDL/MOM6@d5c87fc5a change left_reals character var to be deferred length to prevent record overflow
- NOAA-GFDL/MOM6@fa2b4249b Undo chages in tracer_example and MOM_tracer_flow_control
- NOAA-GFDL/MOM6@aa27f1c8e Add LBD clock, clean up, and document module
- NOAA-GFDL/MOM6@48616d86a Delete uncessary comments
- NOAA-GFDL/MOM6@11cc3dc5c Undo changes related to check_grid_def
- NOAA-GFDL/MOM6@f5abc66b7 Fix bug in linear decay
- NOAA-GFDL/MOM6@f0d8a4ae1 Merge branch 'dev/ncar' into HEAD
- NOAA-GFDL/MOM6@3f092914e replace iso_fortran_env::stdout with MOM_io::stdout
- NOAA-GFDL/MOM6@1269874f2 change all 'write(*,..' to 'write(stdout,...'
- NOAA-GFDL/MOM6@cc82d1154 use MOM_io::stdout in MCT cap instead of glb%stdout or FMS stdout
- NOAA-GFDL/MOM6@30fac75c0 introduce public module ints stdout and stderr for standard output
- NOAA-GFDL/MOM6@165b1b27a Merge pull request #160 from gustavo-marques/merge-main-candidate-2020-09-18
- NOAA-GFDL/MOM6@9fbc3e663 Merge pull request #6 from NOAA-GFDL/main-candidate-2020-09-18
- NOAA-GFDL/MOM6@300b6e9cf Option to apply limiter in native and LBD grids
- NOAA-GFDL/MOM6@60559ecc1 Code cleaning
- NOAA-GFDL/MOM6@9fb6f7527 Fix unit tests
- NOAA-GFDL/MOM6@e484bc87a Add option to set maximum value in subrotine unique
- NOAA-GFDL/MOM6@3df9dbcc7 Merge branch 'dev/ncar' into merge-regrid_LBD
- NOAA-GFDL/MOM6@9e7b08973 Improve flux limiter
- NOAA-GFDL/MOM6@a962325d8 Add option to apply flux limiter
- NOAA-GFDL/MOM6@4235bb2fc Merge pull request #159 from gustavo-marques/add_u_v_squared_diags
- NOAA-GFDL/MOM6@ddbd9c7ae Merge pull request #158 from gustavo-marques/dev-master-candidate-ncar-2020-08-11
- NOAA-GFDL/MOM6@f0face43f Adds missing args for KPP_get_BLD and energetic_PBL_get_MLD
- NOAA-GFDL/MOM6@87ba533e4 Adds missing args for KPP_get_BLD and energetic_PBL_get_MLD
- NOAA-GFDL/MOM6@2538c4d2a Improve the merging of interfaces
- NOAA-GFDL/MOM6@f444affd3 Comment out write statements
- NOAA-GFDL/MOM6@4ab4a7af7 Remove hard-coded BLD and uncomment code for adv and PGF
- NOAA-GFDL/MOM6@365b298be Cleanup + add unit tests
- NOAA-GFDL/MOM6@e537ef233 Add option to initialize passive tracer from z file
- NOAA-GFDL/MOM6@40136b6d2 Passes GV to lateral_boundary_diffusion_init
- NOAA-GFDL/MOM6@441c34ef4 Define vertical grid on-the-fly using h's and BLDs
- NOAA-GFDL/MOM6@75c587e5f Major re-arragement to remap u- and v-fluxes
- NOAA-GFDL/MOM6@593ebfc1d Delete fluxes_bulk_method
- NOAA-GFDL/MOM6@e0db9abcb Fix typo when posting vsq
- NOAA-GFDL/MOM6@1849bccd4 Adding option to output u^2, v^2 and u*v
- NOAA-GFDL/MOM6@5c56268ea Adding options to specify dz to apply LBD @ top
- NOAA-GFDL/MOM6@fa376e4da Merge branch 'LBD_idealized_experiments2' into regrid_LBD
- NOAA-GFDL/MOM6@2a8096497 First attempt to use remapping in LBD
- NOAA-GFDL/MOM6@d8ae09f80 Rename lateral_boundary_diffusion_CS to lbd_CS
- NOAA-GFDL/MOM6@9957e55c6 Fix bug in loop-indices when using discontinuous ND and interior_only
- NOAA-GFDL/MOM6@1fd53935d Fix bug in loop-indices when applying linear decay
- NOAA-GFDL/MOM6@a49954a73 comment calls to BLD schemes
- NOAA-GFDL/MOM6@7e390593c Merge branch 'dev/ncar' into LBD_idealized_experiments
- NOAA-GFDL/MOM6@09ad69505 Add option to apply linear decay at the base of hbl
- NOAA-GFDL/MOM6@7299d8653 Fix bug when applying ND only in the interior
- NOAA-GFDL/MOM6@92581e2be Minor improvements in the bulk method
- NOAA-GFDL/MOM6@9dc47208a Add option to apply linear decay at the base of hbl
- NOAA-GFDL/MOM6@3b121cbcd Merge branch 'fix_LBD_tests' into LBD_idealized_experiments
- NOAA-GFDL/MOM6@51a4d2e11 Apply a linear transition in LBD methods 1, 2
- NOAA-GFDL/MOM6@b5132d99d Modifications to run idealized two-column LBD
- NOAA-GFDL/MOM6@a446d0fb2 Remove dependence on the boundary layer scheme
OlgaSergienko pushed a commit to OlgaSergienko/MOM6-examples that referenced this issue Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant