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

a few issues with TS_depth_integrals.py in ocean_annual.frepp #2

Closed
nikizadehgfdl opened this issue Oct 27, 2014 · 1 comment
Closed
Assignees

Comments

@nikizadehgfdl
Copy link
Contributor

There are the following issues with TS_depth_integrals.py in ocean_annual.frepp.

issues with ocean_annual.frepp

  1. MIDAS has to be built before the tool can be used. This can be done with "make local"

  2. module load gcc should be dropped, it'll break the MIDAS build!

  3. module load intel_compilers should be added

  4. There is no need for module load fre and module load fre-analysis

  5. PYTHONPATH has to be set before using the tool.

    issue with MIDAS/Makefile_GFDL

make local fails
This problem can be fixed by upgrading MIDAS submodule to the latest or minimally by:

-       (${PYTHONPATH:="./local"};python setup_complete.py install --home=$(INSTALL_PATH))
+       (python setup_complete.py install --home=$(INSTALL_PATH))

issues with TS_depth_integrals.py

After MIDAS is built the tool works interactively on analysis node but it fails when submitted as a job to pp nodes with:

Traceback (most recent call last):                                                                                                                                        
  File "/nbhome/Niki.Zadeh/testing_20141017/CM4_c96L48_am4a1r1_2000climo/mom6/tools/analysis/TS_depth_integrals.py", line 122, in <module>                                
    fig=plt.figure(1,figsize=(8.5,11))                                                                                                                                    
  File "/usr/local/python/2.7.3/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/pyplot.py", line 423, in figure                            
    **kwargs)                                                                                                                                                             
  File "/usr/local/python/2.7.3/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/backends/backend_qt4agg.py", line 31, in new_figure_manager
    return new_figure_manager_given_figure(num, thisFig)                                                                                                                  
  File "/usr/local/python/2.7.3/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/backends/backend_qt4agg.py", line 38, in new_figure_manager_given_figure                                                                                                                                                             
    canvas = FigureCanvasQTAgg(figure)                                                                                                                                    
  File "/usr/local/python/2.7.3/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/backends/backend_qt4agg.py", line 70, in __init__          
    FigureCanvasQT.__init__( self, figure )                                                                                                                               
  File "/usr/local/python/2.7.3/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/backends/backend_qt4.py", line 207, in __init__            
    _create_qApp()                                                                                                                                                        
  File "/usr/local/python/2.7.3/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/backends/backend_qt4.py", line 62, in _create_qApp         
    raise RuntimeError('Invalid DISPLAY variable')                                                                                                                        
RuntimeError: Invalid DISPLAY variable          

This can be cured by making sure that matplotlib to not use any Xwindows backend. This is achieved by

import matplotlib
matplotlib.use('Agg')

before

import matplotlib.pyplot as plt
@nikizadehgfdl nikizadehgfdl self-assigned this Oct 27, 2014
@nikizadehgfdl
Copy link
Contributor Author

I added one more fix to this branch for the analysis script EddyKineticEnergy.py

Bypass logscale=True of matplotlib.pyplot

- The logscale=True of matplotlib.pyplot does not work anymore!
- It throws an error:
  ValueError: Data has no positive values, and therefore can not be log-scaled.
- It used to work before !
- So, for now just pass the log of eke to pyplot

@adcroft adcroft closed this as completed in e794854 Nov 6, 2014
adcroft added a commit that referenced this issue Jul 1, 2016
- Brings in a major refactor of open boundary code from branch
  user/ksh/open_bc on the ESMG fork.
- Updates MOM_parameter_doc files.
- No answer changes.

- NOAA-GFDL/MOM6@c2799bc Merge branch 'ESMG-user/ksh/open_bc' into dev/master
- NOAA-GFDL/MOM6@be8080a Added description for log_version in MOM_open_boundary
- NOAA-GFDL/MOM6@cff9f0e Fixed uninitialized logical in MOM_continuity_PPM
- NOAA-GFDL/MOM6@d4fe7f7 Merge branch 'user/ksh/open_bc' of https://github.com/ESMG/MOM6 into ESMG-user/ksh/open_bc
- NOAA-GFDL/MOM6@fd8cf8a Merge branch 'gustavo-marques-ICE_SHELF' into dev/master
- NOAA-GFDL/MOM6@299bdab Merge branch 'user/mjh/dye_tracers_restart_fix' into dev/master
- NOAA-GFDL/MOM6@30bc60b Chaged allocation of water/heat fluxes
- NOAA-GFDL/MOM6@da43065 Merge branch 'dev/master' into ICE_SHELF
- NOAA-GFDL/MOM6@12b8cc5 Put back OBC_SIMPLE tests.
- NOAA-GFDL/MOM6@ca7313e Merge branch 'dev/master' into user/ksh/open_bc
- NOAA-GFDL/MOM6@ad3219b Merge branch 'dev/master' of github.com:NOAA-GFDL/MOM6 into dev/master
- NOAA-GFDL/MOM6@8cb5593 Changed do_i test for Flather OBC
- NOAA-GFDL/MOM6@1bd381b Allocated fluxes%buoy in MOM_ice_shelf
- NOAA-GFDL/MOM6@6ee04ef Backing out unstable change to OBC
- NOAA-GFDL/MOM6@fbc1297 Merge branch 'dev/master' into user/ksh/open_bc
- NOAA-GFDL/MOM6@7ee3e4d Merge branch 'dev/master' of github.com:NOAA-GFDL/MOM6 into dev/master
- NOAA-GFDL/MOM6@0c103bb Merge branch 'user/ksh/open_bc' into user/ksh/open_bc_uv
- NOAA-GFDL/MOM6@3fa6245  Fix for cases without OBC
- NOAA-GFDL/MOM6@5edb9c9 Merge of dev/master
- NOAA-GFDL/MOM6@080e159 Merge branch 'dev/master' into user/ksh/open_bc
- NOAA-GFDL/MOM6@c4ff34d Merge branch 'dev/master' of github.com:NOAA-GFDL/MOM6 into dev/master
- NOAA-GFDL/MOM6@0cf8497 CCS1 runs with six cores.
- NOAA-GFDL/MOM6@bd59a04 Don't deallocate OBC on pes without boundary
- NOAA-GFDL/MOM6@ffb4aea  Fix OBC after merge.
- NOAA-GFDL/MOM6@9862707 Update to ISOMIP_tracer for OBC
- NOAA-GFDL/MOM6@2861388 Merge branch 'dev/master' into user/ksh/open_bc
- NOAA-GFDL/MOM6@f9613a8 Merge branch 'dev/master' of github.com:NOAA-GFDL/MOM6 into dev/master
- NOAA-GFDL/MOM6@5f222f0 Added OBC for flow parallel to boundary.
- NOAA-GFDL/MOM6@8e10ec5 Merge pull request #8 from adcroft/user/aja/obc_split_kind_and_direction
- NOAA-GFDL/MOM6@f182829 Unified deallocation of OBC on PE without OBs
- NOAA-GFDL/MOM6@c3c1106 Split OBC_kind_u into OBC_kind_u and OBC_direction_u
- NOAA-GFDL/MOM6@983ce84 Adjust OBC mask to be consistent with land mask.
- NOAA-GFDL/MOM6@c421b4b ISOMIP_tracer fix for OBC reorg.
- NOAA-GFDL/MOM6@ada7e63 Merge branch 'dev/master' into user/ksh/open_bc
- NOAA-GFDL/MOM6@75a8557 Merge branch 'dev/master' of github.com:NOAA-GFDL/MOM6 into dev/master
- NOAA-GFDL/MOM6@f1795fc Merge branch 'dev/master' into user/ksh/open_bc
- NOAA-GFDL/MOM6@97f0ecc Merge branch 'dev/master' of github.com:ESMG/MOM6 into dev/master
- NOAA-GFDL/MOM6@3119c76 Merge branch 'dev/master' of github.com:NOAA-GFDL/MOM6 into dev/master
- NOAA-GFDL/MOM6@be8e34d Merge branch 'dev/master' of https://github.com/NOAA-GFDL/MOM6 into dev/master
- NOAA-GFDL/MOM6@ae0a293 Merge branch 'dev/master' of github.com:ESMG/MOM6 into dev/master
- NOAA-GFDL/MOM6@4f4952d Merge pull request #2 from adcroft/user/aja/obc_refactor
- NOAA-GFDL/MOM6@5e86623 Merge from aja/obc_refactor
- NOAA-GFDL/MOM6@ee365bd Loop bound fix in set_Flather_Bdry_data()
- NOAA-GFDL/MOM6@4f5a51f Merge branch 'ESMG-user/ksh/open_bc' into user/aja/obc_refactor
- NOAA-GFDL/MOM6@2558954 Moved call to open_boundary_init from MOM to MOM_state_initialize
- NOAA-GFDL/MOM6@2074943  License line and loop bounds fix.
- NOAA-GFDL/MOM6@643063c Added license line to MOM_open_boundary.F90
- NOAA-GFDL/MOM6@0b8dc7b New function open_boundary_impose_normal_slope()
- NOAA-GFDL/MOM6@c6d6b76 Merge branch 'user/ksh/open_bc' of github.com:ESMG/MOM6 into dev/master
- NOAA-GFDL/MOM6@ead182e Merge pull request #1 from adcroft/user/aja/move_obctype_to_open_boundary_module
- NOAA-GFDL/MOM6@0248eb2 Separated set_Flather_... into fixed and state parts
- NOAA-GFDL/MOM6@59c5676 Moved set_Flather_Bdry_Conds() into MOM_open_boundary
- NOAA-GFDL/MOM6@c90bec4 Moved allocation of OBC type to MOM_open_boundary
- NOAA-GFDL/MOM6@d5efae2 Moved calls that set OBC masks into MOM_fixed_initialization
- NOAA-GFDL/MOM6@2d3856f Split out OBC positions in USER_initialization
- NOAA-GFDL/MOM6@83e50eb Split out DOME OBC positions
- NOAA-GFDL/MOM6@89b858f Re-ordered s/r in MOM_open_boundary.F90
- NOAA-GFDL/MOM6@98c4918 Moved calls to open_boundary_init() from MOM_dynamics_* to MOM.F90
- NOAA-GFDL/MOM6@ec8ba6f Moved open_boundary_CS parameters into ocean_OBC_type
- NOAA-GFDL/MOM6@2db5e11 Doxygenized MOM_open_boundary.F90
- NOAA-GFDL/MOM6@0a42b83 Moved ocean_OBC_type from MOM_variables to MOM_open_boundary
- NOAA-GFDL/MOM6@5baded0  Fix dye tracer restarts
- NOAA-GFDL/MOM6@b0dfd01 Merge branch 'dev/master' of github.com:ESMG/MOM6 into dev/master
- NOAA-GFDL/MOM6@6a61e89 Merge branch 'dev/master' of github.com:ESMG/MOM6 into dev/master
- NOAA-GFDL/MOM6@8cc50a1 Merge branch 'dev/master' of github.com:ESMG/MOM6 into dev/master
- NOAA-GFDL/MOM6@4d5d490 Merge branch 'dev/master' of github.com:ESMG/MOM6 into dev/master
- NOAA-GFDL/MOM6@f6ca193 Merge remote-tracking branch 'gfdl/dev/master' into dev/master
jkrasting added a commit that referenced this issue Apr 6, 2017
Merged from NOAA-GFDL/MOM6-examples
adcroft added a commit that referenced this issue Apr 21, 2017
- Answers for global_ALE/hycom changed by commit NOAA-GFDL/MOM6@4ab620f

- NOAA-GFDL/MOM6@7ccae06 Merge pull request #2 from adcroft/new_remapping_algorithm
- NOAA-GFDL/MOM6@6008aa5 Fixed an uninitialized diagnostic id
- NOAA-GFDL/MOM6@a567dbf Bugfix for uninitialized variable in remap_via_sub_cells()
- NOAA-GFDL/MOM6@4ab620f *Switched remap_via_sub_cells() to use "new" algorithm
adcroft added a commit that referenced this issue Aug 17, 2017
- NOAA-GFDL/MOM6@ae22a0f Merge pull request #578 from NCAR/dev/ncar
- NOAA-GFDL/MOM6@f4f882f Merge pull request #23 from gustavo-marques/combine_mct_modules
- NOAA-GFDL/MOM6@a85b728 Merge MCT modules
- NOAA-GFDL/MOM6@ba5b5ba Merge pull request #22 from gustavo-marques/check_fluxes
- NOAA-GFDL/MOM6@f5a8483 Adds option to write restart files
- NOAA-GFDL/MOM6@8745b4b Fills additional IOB fluxes
- NOAA-GFDL/MOM6@f6b22ff Merge branch 'dev/ncar' into check_fluxes
- NOAA-GFDL/MOM6@369d5d6 Merge pull request #21 from alperaltuntas/dev/ncar
- NOAA-GFDL/MOM6@2582e0a Adds run paramaters to control SW decomposition
- NOAA-GFDL/MOM6@58f78b9 Fill IOB, some fluxes still need to be checked
- NOAA-GFDL/MOM6@06a30ab Fixed clock and timing
- NOAA-GFDL/MOM6@1bca79b Merge pull request #20 from gustavo-marques/fix_merge
- NOAA-GFDL/MOM6@fb89b08 Adds code that got lost during merge
- NOAA-GFDL/MOM6@7480492 Merge pull request #19 from gustavo-marques/new_merge
- NOAA-GFDL/MOM6@be1e6cf Merge branch 'dev/master' into dev/ncar
- NOAA-GFDL/MOM6@76565cb Merge pull request #17 from gustavo-marques/fix_ssh_slopes
- NOAA-GFDL/MOM6@c04f081 Fix ssh slope calculation
- NOAA-GFDL/MOM6@17d4586 Merge pull request #16 from adcroft/ncar-cherry-picked-fixes
- NOAA-GFDL/MOM6@be46fee (*)Fixes gprime(1) when no layer coordinates are set
- NOAA-GFDL/MOM6@fccb7ae Avoids a SEGV when OBC are not in use with bi-harmonic friction
- NOAA-GFDL/MOM6@f42c970 Merge pull request #15 from gustavo-marques/small_fixes
- NOAA-GFDL/MOM6@31787c2 Adds reference to set_time that was lost during a conflict handling
- NOAA-GFDL/MOM6@d77936e Fix intent(inout) in ice_ocean_boundary
- NOAA-GFDL/MOM6@b403edd Merge pull request #14 from gustavo-marques/docs
- NOAA-GFDL/MOM6@4d346ca Merge branch 'dev/ncar' into docs
- NOAA-GFDL/MOM6@f7c26a5 Clean the module and start doxygenizing it
- NOAA-GFDL/MOM6@cd58e2a Merge pull request #13 from alperaltuntas/dev/ncar
- NOAA-GFDL/MOM6@37a53bc reorganize file structure
- NOAA-GFDL/MOM6@e6c5ddd Merge pull request #12 from gustavo-marques/fill_ice_ocean_bnd
- NOAA-GFDL/MOM6@6b6289a Remove trailing whitespace
- NOAA-GFDL/MOM6@7ce40e5 Fix undefined reference to fill_ice_ocean_bnd
- NOAA-GFDL/MOM6@d517719 Merge branch 'dev/ncar' into fill_ice_ocean_bnd
- NOAA-GFDL/MOM6@b69ab33 Filling ice_ocean_bnd - Draft
- NOAA-GFDL/MOM6@a306c90 Merge pull request #11 from adcroft/use-ocn-public-for-surface
- NOAA-GFDL/MOM6@c83e238 Correct indexing when using ocean_public_type
- NOAA-GFDL/MOM6@1f39c84 Replaces use of "surface" with "ocean_public_type"
- NOAA-GFDL/MOM6@5cd8d7a Filling ice_ocean_bnd, still needs work
- NOAA-GFDL/MOM6@3ceef26 Merge pull request #10 from adcroft/sketch-out-mct-run
- NOAA-GFDL/MOM6@714e8d6 Adds placeholders for stepping foward MOM
- NOAA-GFDL/MOM6@7f2207c Merge pull request #7 from adcroft/fix-mct-whitespace
- NOAA-GFDL/MOM6@a1db77f Cleans up white space
- NOAA-GFDL/MOM6@5700d67 Merge pull request #6 from adcroft/add-use-only-for-imports
- NOAA-GFDL/MOM6@beac3ed Adds "only" for all use statements
- NOAA-GFDL/MOM6@231d19e Merge pull request #5 from alperaltuntas/dev/ncar
- NOAA-GFDL/MOM6@3a923a2 Got initialization working
- NOAA-GFDL/MOM6@8b38141 Wrapped global data
- NOAA-GFDL/MOM6@970f848 added debugging
- NOAA-GFDL/MOM6@2540ed8 Filled empty subroutines in ocn_comp_mct.F90
- NOAA-GFDL/MOM6@ed3ed30 Added ocn_import_export module
- NOAA-GFDL/MOM6@aba7dc2 Completed ocn_init_mct
- NOAA-GFDL/MOM6@5df3bc3 Added method to point ponters to members of ocean_state_type
- NOAA-GFDL/MOM6@57e6086 Added methods to return domain/grid shape
- NOAA-GFDL/MOM6@37e7356 Added ocn_import_export.F90
- NOAA-GFDL/MOM6@2b794da Merge pull request #4 from alperaltuntas/dev/ncar
- NOAA-GFDL/MOM6@fbd405b Added coupler indices module
- NOAA-GFDL/MOM6@fa86163 Merge pull request #3 from NCAR/dev/gfdl
- NOAA-GFDL/MOM6@e8f2999 Merge pull request #2 from gustavo-marques/temp_salt_z_init_file
- NOAA-GFDL/MOM6@86936ba Adds option to read initial temp and salt from separate files
- NOAA-GFDL/MOM6@54f7976 Most initialization working
- NOAA-GFDL/MOM6@426357c Time and calendar initialization in ocn_comp_mct.F90
- NOAA-GFDL/MOM6@346097d Moved blank ocn_comp_mct.F90
- NOAA-GFDL/MOM6@405fecb Merge pull request #1 from gustavo-marques/ice_shelf
- NOAA-GFDL/MOM6@711a613 Removes frazil's contribution to evaporation
adcroft added a commit that referenced this issue Aug 17, 2017
- Updates MOM_parameter_doc files.

- NOAA-GFDL/MOM6@cde6d3f Merge branch 'dev/master' into dev/gfdl
- NOAA-GFDL/MOM6@ae22a0f Merge pull request #578 from NCAR/dev/ncar
- NOAA-GFDL/MOM6@f4f882f Merge pull request #23 from gustavo-marques/combine_mct_modules
- NOAA-GFDL/MOM6@a85b728 Merge MCT modules
- NOAA-GFDL/MOM6@ba5b5ba Merge pull request #22 from gustavo-marques/check_fluxes
- NOAA-GFDL/MOM6@f5a8483 Adds option to write restart files
- NOAA-GFDL/MOM6@8745b4b Fills additional IOB fluxes
- NOAA-GFDL/MOM6@f6b22ff Merge branch 'dev/ncar' into check_fluxes
- NOAA-GFDL/MOM6@369d5d6 Merge pull request #21 from alperaltuntas/dev/ncar
- NOAA-GFDL/MOM6@2582e0a Adds run paramaters to control SW decomposition
- NOAA-GFDL/MOM6@58f78b9 Fill IOB, some fluxes still need to be checked
- NOAA-GFDL/MOM6@06a30ab Fixed clock and timing
- NOAA-GFDL/MOM6@1bca79b Merge pull request #20 from gustavo-marques/fix_merge
- NOAA-GFDL/MOM6@fb89b08 Adds code that got lost during merge
- NOAA-GFDL/MOM6@7480492 Merge pull request #19 from gustavo-marques/new_merge
- NOAA-GFDL/MOM6@be1e6cf Merge branch 'dev/master' into dev/ncar
- NOAA-GFDL/MOM6@76565cb Merge pull request #17 from gustavo-marques/fix_ssh_slopes
- NOAA-GFDL/MOM6@c04f081 Fix ssh slope calculation
- NOAA-GFDL/MOM6@17d4586 Merge pull request #16 from adcroft/ncar-cherry-picked-fixes
- NOAA-GFDL/MOM6@be46fee (*)Fixes gprime(1) when no layer coordinates are set
- NOAA-GFDL/MOM6@fccb7ae Avoids a SEGV when OBC are not in use with bi-harmonic friction
- NOAA-GFDL/MOM6@f42c970 Merge pull request #15 from gustavo-marques/small_fixes
- NOAA-GFDL/MOM6@31787c2 Adds reference to set_time that was lost during a conflict handling
- NOAA-GFDL/MOM6@d77936e Fix intent(inout) in ice_ocean_boundary
- NOAA-GFDL/MOM6@b403edd Merge pull request #14 from gustavo-marques/docs
- NOAA-GFDL/MOM6@4d346ca Merge branch 'dev/ncar' into docs
- NOAA-GFDL/MOM6@f7c26a5 Clean the module and start doxygenizing it
- NOAA-GFDL/MOM6@cd58e2a Merge pull request #13 from alperaltuntas/dev/ncar
- NOAA-GFDL/MOM6@37a53bc reorganize file structure
- NOAA-GFDL/MOM6@e6c5ddd Merge pull request #12 from gustavo-marques/fill_ice_ocean_bnd
- NOAA-GFDL/MOM6@6b6289a Remove trailing whitespace
- NOAA-GFDL/MOM6@7ce40e5 Fix undefined reference to fill_ice_ocean_bnd
- NOAA-GFDL/MOM6@d517719 Merge branch 'dev/ncar' into fill_ice_ocean_bnd
- NOAA-GFDL/MOM6@b69ab33 Filling ice_ocean_bnd - Draft
- NOAA-GFDL/MOM6@a306c90 Merge pull request #11 from adcroft/use-ocn-public-for-surface
- NOAA-GFDL/MOM6@c83e238 Correct indexing when using ocean_public_type
- NOAA-GFDL/MOM6@1f39c84 Replaces use of "surface" with "ocean_public_type"
- NOAA-GFDL/MOM6@5cd8d7a Filling ice_ocean_bnd, still needs work
- NOAA-GFDL/MOM6@3ceef26 Merge pull request #10 from adcroft/sketch-out-mct-run
- NOAA-GFDL/MOM6@714e8d6 Adds placeholders for stepping foward MOM
- NOAA-GFDL/MOM6@7f2207c Merge pull request #7 from adcroft/fix-mct-whitespace
- NOAA-GFDL/MOM6@a1db77f Cleans up white space
- NOAA-GFDL/MOM6@5700d67 Merge pull request #6 from adcroft/add-use-only-for-imports
- NOAA-GFDL/MOM6@beac3ed Adds "only" for all use statements
- NOAA-GFDL/MOM6@231d19e Merge pull request #5 from alperaltuntas/dev/ncar
- NOAA-GFDL/MOM6@3a923a2 Got initialization working
- NOAA-GFDL/MOM6@8b38141 Wrapped global data
- NOAA-GFDL/MOM6@970f848 added debugging
- NOAA-GFDL/MOM6@2540ed8 Filled empty subroutines in ocn_comp_mct.F90
- NOAA-GFDL/MOM6@ed3ed30 Added ocn_import_export module
- NOAA-GFDL/MOM6@aba7dc2 Completed ocn_init_mct
- NOAA-GFDL/MOM6@5df3bc3 Added method to point ponters to members of ocean_state_type
- NOAA-GFDL/MOM6@57e6086 Added methods to return domain/grid shape
- NOAA-GFDL/MOM6@37e7356 Added ocn_import_export.F90
- NOAA-GFDL/MOM6@2b794da Merge pull request #4 from alperaltuntas/dev/ncar
- NOAA-GFDL/MOM6@fbd405b Added coupler indices module
- NOAA-GFDL/MOM6@fa86163 Merge pull request #3 from NCAR/dev/gfdl
- NOAA-GFDL/MOM6@e8f2999 Merge pull request #2 from gustavo-marques/temp_salt_z_init_file
- NOAA-GFDL/MOM6@86936ba Adds option to read initial temp and salt from separate files
- NOAA-GFDL/MOM6@54f7976 Most initialization working
- NOAA-GFDL/MOM6@426357c Time and calendar initialization in ocn_comp_mct.F90
- NOAA-GFDL/MOM6@346097d Moved blank ocn_comp_mct.F90
- NOAA-GFDL/MOM6@405fecb Merge pull request #1 from gustavo-marques/ice_shelf
- NOAA-GFDL/MOM6@711a613 Removes frazil's contribution to evaporation
adcroft added a commit that referenced this issue Apr 25, 2018
- NOAA-GFDL/MOM6@11f1cb6 Merge branch 'MJHarrison-GFDL-MOM6_DA' into dev/gfdl
- NOAA-GFDL/MOM6@aa5a910 Merge branch 'MOM6_DA' of https://github.com/MJHarrison-GFDL/MOM6 into MJHarrison-GFDL-MOM6_DA
- NOAA-GFDL/MOM6@70e9e25 typo error
- NOAA-GFDL/MOM6@a45a176 new interface apply_oda_tracer_increments
- NOAA-GFDL/MOM6@6a4c369 Updated version of pkg/MOM6_DA_hooks
- NOAA-GFDL/MOM6@066d9ae Merge branch 'dev/gfdl' of https://github.com/NOAA-GFDL/MOM6 into MOM6_DA
- NOAA-GFDL/MOM6@fb8fbef restructuring of DA repositories
- NOAA-GFDL/MOM6@5d446d3 Moved MOM_oda_driver to src/ocean_data_assim
- NOAA-GFDL/MOM6@1c8922a Merge pull request #2 from feiyulu/MOM6_DA
- NOAA-GFDL/MOM6@19209ef Less output from MOM_oda_driver
- NOAA-GFDL/MOM6@3592d9c commentted out eakf_oda_mod
- NOAA-GFDL/MOM6@83e9f79 use ocean instead of global pes in MOM_oda_driver
- NOAA-GFDL/MOM6@59625bd Merge pull request #1 from feiyulu/MOM6_DA
- NOAA-GFDL/MOM6@857d5ff removed copy_profiles, using linked profiles in ensemble_filter
- NOAA-GFDL/MOM6@57102da updated MOM6_DA_hooks driver
- NOAA-GFDL/MOM6@25cc168 spelling correction
- NOAA-GFDL/MOM6@3586910 switching PElist in oda routines
- NOAA-GFDL/MOM6@98e6b3e newer version of DA hooks
- NOAA-GFDL/MOM6@5e1d0bb update MOM6_DA_hooks submodule
- NOAA-GFDL/MOM6@ccf225c Updates for DA interfaces   - Add time argument to set_prior and get_posterior
- NOAA-GFDL/MOM6@c711500 Optional argument to get_MOM_input to append ensemble number suffix
- NOAA-GFDL/MOM6@0260598 updates for DA interfaces
- NOAA-GFDL/MOM6@706b433 Fix stale submodule
- NOAA-GFDL/MOM6@acb8bec DA_hooks
- NOAA-GFDL/MOM6@3ff22ec Fix DA_hooks submodule
- NOAA-GFDL/MOM6@a681809 New flag "ENSEMBLE_OCEAN" enables ensemble DA interfaces
- NOAA-GFDL/MOM6@a3e5395 Locate DA_hooks in pkg directory
- NOAA-GFDL/MOM6@a4d52ca Added MOM_oda_driver module.
- NOAA-GFDL/MOM6@c0640fa Added MOM6_DA submodule.       Lower-level code provides interfaces alone.  Used for implementing       interfaces for ensemble aggregation and for offline MOM6 ensemble driver.
adcroft added a commit that referenced this issue Jul 6, 2018
- Renaming of MOM_KPP changed MOM_parameter_doc files (NOAA-GFDL/MOM6@a7d5b5f)
- New diagnostics added for separate entrainment rates for salinity/temperature
- Updated SCM_idealized_hurricane to retain answers after default for INTERP_TYPE changed.

- NOAA-GFDL/MOM6@f20ad2c Merge branch 'gustavo-marques-update_KPP' into dev/master
- NOAA-GFDL/MOM6@a5c14ae Merge branch 'dev/master' into update_KPP
- NOAA-GFDL/MOM6@41883ee Sets lnoDGat1=.true. when gradient should not be matched
- NOAA-GFDL/MOM6@18b1598 Merge pull request #71 from gustavo-marques/fix_kpp
- NOAA-GFDL/MOM6@62c6f47 Merge branch 'dev/ncar' into fix_kpp
- NOAA-GFDL/MOM6@53e7a87 Fix bugs
- NOAA-GFDL/MOM6@501f85b Improve KPP
- NOAA-GFDL/MOM6@dbe277d Update comments
- NOAA-GFDL/MOM6@a3f37c4 Update Doxygen
- NOAA-GFDL/MOM6@fb49644 Clean comments
- NOAA-GFDL/MOM6@cfb1edd Update diabatic
- NOAA-GFDL/MOM6@e717072 Add FATAL error if USE_KPP=True and ADD_KV_SLOW=True
- NOAA-GFDL/MOM6@4f44314 Update MOM_CVMix_shear
- NOAA-GFDL/MOM6@dd6a625 Merge pull request #68 from alperaltuntas/kpp_changes
- NOAA-GFDL/MOM6@b1f9bb0 remove duplicate CS%N allocation
- NOAA-GFDL/MOM6@d0f4672 rename MOM_KPP.F90 as MOM_CVMix_KPP.F90
- NOAA-GFDL/MOM6@d34678e fix bld limiter after smoothing
- NOAA-GFDL/MOM6@f1d6773 adjust diabatic driver for the new KPP_calculate
- NOAA-GFDL/MOM6@a7d5b5f Rename MOM_KPP.F90 -> MOM_CVMix_KPP.F90
- NOAA-GFDL/MOM6@6e7159a Merge pull request #67 from gustavo-marques/restructure_diabatic_driver
- NOAA-GFDL/MOM6@b3652f8 Merge branch 'dev/ncar' into restructure_diabatic_driver
- NOAA-GFDL/MOM6@f11f6c2 Merge pull request #66 from gustavo-marques/merge-dev-master-candidate-2018-06-03
- NOAA-GFDL/MOM6@df2f537 Merge branch 'dev/ncar' into dev-master-candidate-2018-06-03
- NOAA-GFDL/MOM6@b01dda0 Clean unecessary layer-related code
- NOAA-GFDL/MOM6@c9c4545 Merge branch 'restructure_diabatic_driver' of https://github.com/gustavo-marques/MOM6 into restructure_diabatic_driver
- NOAA-GFDL/MOM6@139f6af Add comments
- NOAA-GFDL/MOM6@1c15d0f Merge branch 'dev/ncar' into restructure_diabatic_driver
- NOAA-GFDL/MOM6@db2f2d8 Merge pull request #65 from alperaltuntas/introduce_cvmix_tidal
- NOAA-GFDL/MOM6@754f4af Merge pull request #2 from NCAR/dev/ncar
- NOAA-GFDL/MOM6@21d1038 Check if Kv is associated before updating it
- NOAA-GFDL/MOM6@b2fac04 add multi-smoothing and deepening-only smoothing options
- NOAA-GFDL/MOM6@5477d8c Merge pull request #64 from NCAR/fix_mct_cap
- NOAA-GFDL/MOM6@e12d952 fix a typo in ocn_comp_mct.F90
- NOAA-GFDL/MOM6@4c36f8f Computes diffusivity for salt and heat separetely
- NOAA-GFDL/MOM6@fcdd55d Add missing code relate to old double-diffusion method
- NOAA-GFDL/MOM6@e15fe54 Add missing code relate to old double-diffusion method
- NOAA-GFDL/MOM6@88886d9 Doxygenize tracer_vertdiff
- NOAA-GFDL/MOM6@8e19b4a Merge branch 'dev/ncar' into restructure_diabatic_driver
- NOAA-GFDL/MOM6@c266f9f First step towards using Kd_heat and Kd_salt
- NOAA-GFDL/MOM6@62ffc0b Merge pull request #63 from gustavo-marques/add_old_double_diffusion
- NOAA-GFDL/MOM6@8c83e21 add viscosities due to tidal mixing
- NOAA-GFDL/MOM6@cfc6742 prevent OBL depths deeper than the bathymetric depth
- NOAA-GFDL/MOM6@4dd0111 add original OBLdepth diag
adcroft pushed a commit that referenced this issue Oct 1, 2018
Merge dev/gfdl from main repository
adcroft added a commit that referenced this issue Oct 12, 2018
Merging in dev/master after PR from NCAR:

- NOAA-GFDL/MOM6@587c9b7ac Merge branch 'dev/master' into dev/gfdl
- NOAA-GFDL/MOM6@c4d6dd011 Merge pull request #857 from wrongkindofdoctor/user/jml/add_mol_wt_to_aof
- NOAA-GFDL/MOM6@c77ad425c Merge branch 'gustavo-marques-dev-ncar-candidate-2018-09-26' into dev/master
- NOAA-GFDL/MOM6@120562440 Merge pull request #858 from MFJansen/patch-1
- NOAA-GFDL/MOM6@7575e39e3 Swapped argument attribute order
- NOAA-GFDL/MOM6@76f80bc95 Removed trailing white space
- NOAA-GFDL/MOM6@940311546 Bug fix to compute Rd_dx whenever MEKE is used
- NOAA-GFDL/MOM6@c09a6611a Merge pull request #4 from alperaltuntas/bkgnd_mixing_fix
- NOAA-GFDL/MOM6@3666d609d read prandtl_bknd for all cases
- NOAA-GFDL/MOM6@ecefa4c7d added mol_wt dummy argument to atmos_ocean_fluxes in solo_driver
- NOAA-GFDL/MOM6@ab7040a0b Merge pull request #4 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@4306feb4b  end if to endif and end do to enddo
- NOAA-GFDL/MOM6@3714a3955 un-indent subroutines
- NOAA-GFDL/MOM6@caec6dd27 read prandtl_bkgnd only for cvmix or horiz_varying_background
- NOAA-GFDL/MOM6@f91944488 fix divide by error if Kd=0.0
- NOAA-GFDL/MOM6@67b041352 Merge pull request #4 from NCAR/dev/ncar
- NOAA-GFDL/MOM6@2701b7a07 Merge pull request #854 from Hallberg-NOAA/correct_ice_shelf_grid
- NOAA-GFDL/MOM6@7effdd26b Merge pull request #3 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@bf44b18b5 Merge branch 'dev/master' into dev-ncar-candidate-2018-09-26
- NOAA-GFDL/MOM6@bcb195a83 Merge pull request #80 from gustavo-marques/pass_OBLD_caps
- NOAA-GFDL/MOM6@180e0ea12 (*)Correct the grid used for allocate_forcing_type
- NOAA-GFDL/MOM6@6f6f92a51 Change melt potential from time accumulated to instantaneous
- NOAA-GFDL/MOM6@9f0676e83 Copy Hml into sfc_state, so that caps can access it
- NOAA-GFDL/MOM6@6ccd94c73 Pass Hml, from ePBL or KPP, via a call to diabatic
- NOAA-GFDL/MOM6@e23fac158 Merge branch 'Hallberg-NOAA-fix_vertex_shearmix' into dev/gfdl
- NOAA-GFDL/MOM6@508bde943 Merge branch 'fix_vertex_shearmix' of https://github.com/Hallberg-NOAA/MOM6 into Hallberg-NOAA-fix_vertex_shearmix
- NOAA-GFDL/MOM6@9ede9b61a +(*)Corrected halo data when VERTEX_SHEAR=True
- NOAA-GFDL/MOM6@1cc8d7202 +Added optional halo_TS arg to set_diffusivity_init
- NOAA-GFDL/MOM6@fd6fb2e8b +Added an optional halo argument to geothermal
- NOAA-GFDL/MOM6@76a87b41d +Added an optional halo argument to make_frazil
- NOAA-GFDL/MOM6@405061779 Add OBLD into MCT cap
- NOAA-GFDL/MOM6@1ced255e0 Merge pull request #78 from gustavo-marques/update_melt_potential
- NOAA-GFDL/MOM6@d32386dc5 Allocates visc%MLD when hfreeze >= 0.0
- NOAA-GFDL/MOM6@ddccc44c9 Copy OBLD to visc%MLD when using KPP
- NOAA-GFDL/MOM6@d3d8215bd Add a new implementation for the melt potential calculation
- NOAA-GFDL/MOM6@f1445de5f Add option to use melt potential in mct and couple_driver
- NOAA-GFDL/MOM6@9c8b3c5da Comment DEBUG message
- NOAA-GFDL/MOM6@b0f123659 Merge pull request #2 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@b7d83affc Merge pull request #73 from alperaltuntas/horiz_varying_background
- NOAA-GFDL/MOM6@4a7de48ad Merge pull request #77 from gustavo-marques/add_melt_potential_mct
- NOAA-GFDL/MOM6@5d6ff165f Merge branch 'dev/ncar' into add_melt_potential_mct
- NOAA-GFDL/MOM6@d0bc3bc2f Fix bug and make sure melt potential is always <= 0
- NOAA-GFDL/MOM6@c6b253400 Pass melt/freeze potential to coupler; reset melt_potential
- NOAA-GFDL/MOM6@eb2c69f1d Replace units (W/m^2 to J/m^2) in the comments
- NOAA-GFDL/MOM6@be0e7a844 Remove dt from extract_surface_state
- NOAA-GFDL/MOM6@12011dec9 Merge pull request #76 from gustavo-marques/merge-candidate-2018-07-16
- NOAA-GFDL/MOM6@05d6c805a Update melt_potential again, but values are still ~ 3 x smaller
- NOAA-GFDL/MOM6@0a55527b0 Merge branch 'dev/ncar' into merge-candidate-2018-07-16
- NOAA-GFDL/MOM6@7347ad973 Update calculation of melt_potential
- NOAA-GFDL/MOM6@4e5bf7494 Change calculation of melt_potential
- NOAA-GFDL/MOM6@60eb7ec30 Add comment about icefrq used in Hycom
- NOAA-GFDL/MOM6@d981745f8 Fix a call to ocn_export
- NOAA-GFDL/MOM6@b52db1ff5 Allocate/deallocate melt_potential
- NOAA-GFDL/MOM6@3cdd97bfa Add option to calculate melt potential
- NOAA-GFDL/MOM6@a840dc0f4 Pass melt potential (o2x_Fioo_q) via mct driver
- NOAA-GFDL/MOM6@4e41df988 Merge pull request #3 from NCAR/dev/ncar
- NOAA-GFDL/MOM6@02d9be2f9 rm temporarily the noupc cap
- NOAA-GFDL/MOM6@04845d4e8 Merge pull request #74 from NCAR/dev/nuopc
- NOAA-GFDL/MOM6@25873994d rename mom_cap
- NOAA-GFDL/MOM6@353f60f07 Merge pull request #75 from NCAR/dev/nuopc_alper
- NOAA-GFDL/MOM6@0cdce0817 Merge branch 'dev-master-candidate-2018-07-16' into merge-candidate-2018-07-16
- NOAA-GFDL/MOM6@116fdfba4 rm trailing spaces
- NOAA-GFDL/MOM6@838de5293 improve mct cap doxumentation
- NOAA-GFDL/MOM6@290d4f5e4 add only keywords
- NOAA-GFDL/MOM6@ad1a2957d limit line widths to 120 chars
- NOAA-GFDL/MOM6@a2c6a7a2f improve tab width consistency
- NOAA-GFDL/MOM6@c2655b3ab fix call to shelf_calc_flux
- NOAA-GFDL/MOM6@8606be9df removed more trailing white space
- NOAA-GFDL/MOM6@d32333e07 fixed trailing white space
- NOAA-GFDL/MOM6@7fb01ffe9 removed trailing whitespace
- NOAA-GFDL/MOM6@f49c205eb more cleanup of cesm cap
- NOAA-GFDL/MOM6@450f87cbc more changes to get the nuopc cap working
- NOAA-GFDL/MOM6@403f59a8c changes needed to get nuopc cap restarting correctly
- NOAA-GFDL/MOM6@6f43605f9 removed use for shr_flds_dom_coord and shr_flds_dom_other by hardwiring names
- NOAA-GFDL/MOM6@2d89fa416 merged to head of dev/ncar
- NOAA-GFDL/MOM6@62dea759f updates for get nuopc working
- NOAA-GFDL/MOM6@bd90705ea Merge pull request #72 from gustavo-marques/update_KPP
- NOAA-GFDL/MOM6@ebceaece5 add horiz_varying_background scheme
- NOAA-GFDL/MOM6@48845179f check whether KD, KV and PRANDTL_BKGND are compatible
- NOAA-GFDL/MOM6@4b2bd2f13 Merge branch 'kpp_changes' into horiz_varying_background
- NOAA-GFDL/MOM6@1516d6a40 add safety checks for MOM_bkgnd_mixing schemes
- NOAA-GFDL/MOM6@7f67a4596 changes to get mom6 working correctly in nuopc mode and addition of debug output
- NOAA-GFDL/MOM6@c4f2a5e7f more updates
- NOAA-GFDL/MOM6@9e2578044 Merge branch 'dev/nuopc' of https://github.com/NCAR/MOM6 into dev/nuopc
- NOAA-GFDL/MOM6@50e4a654a additional changes to have mom cap nuopc working without a lot of diagnostic output
- NOAA-GFDL/MOM6@f3ca0c8df fixes to get mom cap working with cice
- NOAA-GFDL/MOM6@eef4bf2d4 Added global grid nx and ny scalars to MOM6 cap for writing history files
- NOAA-GFDL/MOM6@b7a88a6cc Merge branch 'mvertens/dev_nuopc' into dev/nuopc
- NOAA-GFDL/MOM6@4c1a97fc7 no longer need to scale by mask - since its done in MOM_surface_forcing
- NOAA-GFDL/MOM6@5f1b51c72 more cleanup of ocn_comp_mct
- NOAA-GFDL/MOM6@3d1962c01 changes to MOM6 to get nuopc and mct caps similar
- NOAA-GFDL/MOM6@b10f3434a last set of changes on the mct side to get mct and nuopc caps compatible
- NOAA-GFDL/MOM6@972293480 more updates to get nuopc and mct closer
- NOAA-GFDL/MOM6@f482863b3 more changes to bring in nuopc and mct caps closer together
- NOAA-GFDL/MOM6@8a230737d more udpates to make mct and mom caps similar
- NOAA-GFDL/MOM6@06565ec01 major refactor of mct interface - and addition -f MOM_ocean_model.F90 and MOM_surface_forcing.F90 to mct and nuopc cap codes
- NOAA-GFDL/MOM6@9fae628cd fixes for having mom6 work with nuopc-cmeps-v0.4
- NOAA-GFDL/MOM6@0a494857f Merge branch 'dev/ncar_nuopc' of https://github.com/mvertens/MOM6 into dev/nuopc
- NOAA-GFDL/MOM6@93d7a07bc changes to mom cap to be compatible with nuopcB_180413
- NOAA-GFDL/MOM6@fdc7962b5 updates for cesm-nuopc-cmeps-mom6-nems_cap configuration
- NOAA-GFDL/MOM6@d30900b26 update mom6 nuopc cap
- NOAA-GFDL/MOM6@2cfa6314a update mom_cap for cesm
- NOAA-GFDL/MOM6@5374582b3 update mom cap from NEMS
- NOAA-GFDL/MOM6@7bf531bf3 placed the GFDL MOM6 cap as a starting point in the new nuopc_driver/ directory
adcroft added a commit that referenced this issue Dec 3, 2019
- Last merge updates MOM_parameter_doc files

- NOAA-GFDL/MOM6@c9a7f98 Merge branch 'Hallberg-NOAA-ALE_remap_fix' into dev/gfdl
- NOAA-GFDL/MOM6@4158a7e Merge branch 'dev/gfdl' into ALE_remap_fix
- NOAA-GFDL/MOM6@bfa303d Merge pull request #1039 from adcroft/fix-units-for-meke-advection
- NOAA-GFDL/MOM6@7a404fe Added more converted MKS units in comments
- NOAA-GFDL/MOM6@285273a Corrected/added converted MKS units in comments
- NOAA-GFDL/MOM6@7dca672 Corrected the formatting of a doxygen comment
- NOAA-GFDL/MOM6@9c4d22d Updated/added comments for units of variables in MOM_MEKE.F90
- NOAA-GFDL/MOM6@b7b7fbc Removed out-of-date commented code
- NOAA-GFDL/MOM6@aac71f5 Fix units for terms used in advection of MEKE
- NOAA-GFDL/MOM6@e9ee86a +Added REMAPPING_2018 runtime option
- NOAA-GFDL/MOM6@4edc165 (*)Fixed dimensional inconsistency in P3M_functions
- NOAA-GFDL/MOM6@0e0f6e9 Merge pull request #1037 from Hallberg-NOAA/revise_OBCs
- NOAA-GFDL/MOM6@1c17bc4 Merge branch 'dev/gfdl' into revise_OBCs
- NOAA-GFDL/MOM6@3ea8609 Merge pull request #1031 from marshallward/tc4_fix
- NOAA-GFDL/MOM6@279fd7b Merge branch 'dev/gfdl' into tc4_fix
- NOAA-GFDL/MOM6@98e1450 (*)Fixed invariance bugs in MOM_open_boundary.F90
- NOAA-GFDL/MOM6@aaa58ca Dimensional rescaling in MOM_open_boundary.F90
- NOAA-GFDL/MOM6@ba45244 Merge pull request #1034 from marshallward/adiabatic_clock_id_fix
- NOAA-GFDL/MOM6@686302e Update MOM.F90
- NOAA-GFDL/MOM6@4b241f6 Merge branch 'dev/gfdl' into adiabatic_clock_id_fix
- NOAA-GFDL/MOM6@be50409 Merge pull request #1032 from Hallberg-NOAA/rescale_cleanup
- NOAA-GFDL/MOM6@2ae0a68 Corrected an OMP declaration
- NOAA-GFDL/MOM6@f8f106a Adiabatic clock ID bugfix
- NOAA-GFDL/MOM6@8b7a692 Merge branch 'dev/gfdl' into rescale_cleanup
- NOAA-GFDL/MOM6@c741390 Correction of documented units in comments
- NOAA-GFDL/MOM6@6e115b7 +Changed the units of minimum_forcing_depth to [H]
- NOAA-GFDL/MOM6@05b136b Rescaled internal variables in wave_speed
- NOAA-GFDL/MOM6@4053e7d Merge branch 'dev/gfdl' into tc4_fix
- NOAA-GFDL/MOM6@8791de3 Merge pull request #1030 from marshallward/travis_regression_fix
- NOAA-GFDL/MOM6@558b5e0 Testing: Makefile typo
- NOAA-GFDL/MOM6@f8b7564 Travis: Move regression tests to separate build
- NOAA-GFDL/MOM6@44cfd27 Revised wave_speed to return speed in [L T-1]
- NOAA-GFDL/MOM6@b48b594 Simplified expressions in MOM_offline_aux
- NOAA-GFDL/MOM6@2b0fea2 Corrected dimensional epsilons in downscaling
- NOAA-GFDL/MOM6@a3b7adc Simplified expressions in MOM_PointAccel
- NOAA-GFDL/MOM6@b80d82e +Pass timesteps to applyTracerBoundaryFluxesInOut in [T]
- NOAA-GFDL/MOM6@0281e21 +Pass timesteps to tracer column_physics in [T]
- NOAA-GFDL/MOM6@00da24e +Pass timesteps to ALE_main in [T]
- NOAA-GFDL/MOM6@08dbb59 +Rescaled tracer advective flux diagnostics
- NOAA-GFDL/MOM6@605d1bc +Pass timeesteps to tracer diagnostics in [T]
- NOAA-GFDL/MOM6@18e5894 Enable tc4.restart test
- NOAA-GFDL/MOM6@096761e Merge branch 'dev/gfdl' into tc4_fix
- NOAA-GFDL/MOM6@77e7342 Merge pull request #2 from MJHarrison-GFDL/gcc_7_4_0_patch
- NOAA-GFDL/MOM6@251b0d9 remove trailiny ws
- NOAA-GFDL/MOM6@8a52f40 Merge branch 'gcc_7_4_0_patch' of github.com:MJHarrison-GFDL/MOM6 into gcc_7_4_0_patch
- NOAA-GFDL/MOM6@c4606e1 fix restart fail for tc4 and some cleanup
- NOAA-GFDL/MOM6@231f120 add unit scaling
- NOAA-GFDL/MOM6@1b96028 Merge pull request #1 from MJHarrison-GFDL/gcc_7_4_0_patch
- NOAA-GFDL/MOM6@817bdde remove trailing whitespace
- NOAA-GFDL/MOM6@3c0d52a Make tc4 faster
- NOAA-GFDL/MOM6@9fdbe98 Merge branch 'tc4_fix' of github.com:marshallward/MOM6 into gcc_7_4_0_patch
- NOAA-GFDL/MOM6@defb0c5 Verify ENABLE_THERMODYNAMICS is True before posting C_p diagnostic
- NOAA-GFDL/MOM6@a5082d5 Travis python support; tc4 Makefile
- NOAA-GFDL/MOM6@1f9144f TC4 integration into test suite
marshallward added a commit that referenced this issue Mar 26, 2021
- NOAA-GFDL/MOM6@b92d763ec Merge pull request #1357 from marshallward/emc_update_20210322
- NOAA-GFDL/MOM6@8cc501820 Style: Line length fix in MCT_cap
- NOAA-GFDL/MOM6@a1206ede8 Merge branch 'dev/gfdl' into emc_update_20210322
- NOAA-GFDL/MOM6@4fd897da2 Merge pull request #1355 from marshallward/test_submod_update
- NOAA-GFDL/MOM6@b33b3af7f Testing: Recurse target submodules, LDFLAGS hook
- NOAA-GFDL/MOM6@3193ab081 Merge pull request #1338 from OlgaSergienko/ice_dynamics
- NOAA-GFDL/MOM6@edc15f61c Merge branch 'dev/gfdl' into ice_dynamics
- NOAA-GFDL/MOM6@b89152c41 Merge branch 'dev/emc' into feature/allowmaskchanges
- NOAA-GFDL/MOM6@e5a40353f Merge pull request #61 from jiandewang/feature/update-to-GFDL-20210308
- NOAA-GFDL/MOM6@8dd907275 Merge pull request #1346 from marshallward/fgnv_bound_fix
- NOAA-GFDL/MOM6@33d28f138 Merge branch 'dev/gfdl' into fgnv_bound_fix
- NOAA-GFDL/MOM6@a6f680cc2 Merge pull request #1351 from adcroft/units-for-slope
- NOAA-GFDL/MOM6@ab241b642 Merge branch 'dev/gfdl' into units-for-slope
- NOAA-GFDL/MOM6@4255adad0 Merge pull request #1344 from adcroft/cvmix-update
- NOAA-GFDL/MOM6@5839494ce Merge branch 'dev/gfdl' into ice_dynamics
- NOAA-GFDL/MOM6@b911a3928 Merge branch 'dev/gfdl' into cvmix-update
- NOAA-GFDL/MOM6@0d60fd026 Change units of slope returned from calc_isoneutral_slopes() to "Z L-1"
- NOAA-GFDL/MOM6@250f00700 Merge pull request #1350 from Hallberg-NOAA/set_io_domain
- NOAA-GFDL/MOM6@abc8fe463 Removed blocks of commented text and multiplications by 0
- NOAA-GFDL/MOM6@8494ba8d6 change logical from "topog_..." to "topo_..."
- NOAA-GFDL/MOM6@5b686c838 add parameter for allowing land mask changes
- NOAA-GFDL/MOM6@bb5eb2527 Explicitly set (1x1) io_domain as a default
- NOAA-GFDL/MOM6@b47e493d3 Removed blocks of commented code. Added parentheses in calc_shelf_visc
- NOAA-GFDL/MOM6@3703ca7dd Merge remote-tracking branch 'GFDL/main' into feature/update-to-GFDL-20210308 this is corresponding to GFDL 20210308 main branch commit (hash # a4049e7)
- NOAA-GFDL/MOM6@a4049e784 Merge branch 'dev/gfdl' into main
- NOAA-GFDL/MOM6@651b4673f Bugfix: FGNV streamfunction vertical bounds
- NOAA-GFDL/MOM6@00cb11ce5 Merge pull request #56 from jiandewang/feature/update-to-GFDL-20210224
- NOAA-GFDL/MOM6@43dadc16a Defined variables in ice_shelf_solve_outer
- NOAA-GFDL/MOM6@aed4f0ee7 More style errors
- NOAA-GFDL/MOM6@2232fa288 corrected style errors in MOM_ice_shelf.F90; MOM_ice_shelf_dynamics.F90; MOM_ice_shelf_initialize.F90
- NOAA-GFDL/MOM6@9aa75c869 Modified MOM_ice_shelf_initialize.F90
- NOAA-GFDL/MOM6@5483bfed1 Cleaned initialize_ice_shelf_boundary_channel
- NOAA-GFDL/MOM6@e56d45335 Update CVMix to v0.98-beta
- NOAA-GFDL/MOM6@34dc0c848 Update CVMix to v0.94b-beta with API change
- NOAA-GFDL/MOM6@28b1ac922 Update CVMix to v0.93-beta (no API change)
- NOAA-GFDL/MOM6@a729a7fb4 Merge commit '00c2819457ab6d2497c871ce9a02d5e67e7f741c' into feature/update-to-GFDL-20210224 this is corresponding to GFDL 20210224 main branch commit (hash # 00c2819)
- NOAA-GFDL/MOM6@32cfe35a4 modified MOM_ice_shelf_initialize for testing with viscosity from a file
- NOAA-GFDL/MOM6@fdd83e658 dynamic ice shelf with non-linear viscosity and evolving ice thickness due to sub-ice-shelf melting
- NOAA-GFDL/MOM6@271bfce94 corrected boundary mask in init_boundary_channel and updated u_ and v_bdry_val through halo
- NOAA-GFDL/MOM6@89f4386eb corrected initialize_boundary_channel call
- NOAA-GFDL/MOM6@f0ae41c0c modified viscosity computations
- NOAA-GFDL/MOM6@cdc7690f4 Merge pull request #54 from DeniseWorthen/feature/optmesh
- NOAA-GFDL/MOM6@775205208 fixed ice-shelf advection
- NOAA-GFDL/MOM6@f30f636b2 corrected indecises in computation of driving stresses
- NOAA-GFDL/MOM6@a34ebb141 remove tempory bypass of mesh abort code
- NOAA-GFDL/MOM6@12b389520 Merge branch 'dev/emc' into feature/optmesh
- NOAA-GFDL/MOM6@13a5a2e0f comment out mask check which fails for mx100
- NOAA-GFDL/MOM6@7db2cc7a4 make mom mesh optional
- NOAA-GFDL/MOM6@d531a324a Merge pull request #51 from jiandewang/feature/update-to-GFDL-20210120
- NOAA-GFDL/MOM6@faeb13972 Merge pull request #1 from DeniseWorthen/bugfix/li2016fix
- NOAA-GFDL/MOM6@e7d0976de Fixes latent heat from fprec and frunoff
- NOAA-GFDL/MOM6@66ec49b2e Merge remote-tracking branch 'JiandeWang/feature/update-to-GFDL-20210120' into bugfix/li2016fix
- NOAA-GFDL/MOM6@e928fe22a Merge branch 'dev/emc' into bugfix/li2016fix
- NOAA-GFDL/MOM6@b544dad71 Merge remote-tracking branch 'upstream/dev/emc' into dev/emc
- NOAA-GFDL/MOM6@d63c2de85 Merge remote-tracking branch 'GFDL/main' into feature/update-to-GFDL-20210120 This is corresponding GFDL 20210120 main branch commit (hash # fe5e605)
- NOAA-GFDL/MOM6@cec1ad3b2 Merge pull request #49 from breichl/user/bgr/Tau_halo_updates_in_nupoc
- NOAA-GFDL/MOM6@91282c106 add brandon's halo update fix for LI_2016
- NOAA-GFDL/MOM6@29d768065 Add two halo updates for taux and tauy in mom_surface_forcing_nupoc - In A and B grid configuration halos were never updated after taux/tauy were populated. - This propogated through to the ustar_gustless field, hence caused a restart issue when using ustar_gustless in parameterizations. - This appears to correct the restart issue by updating the halos at the end of the A and B grid taux/tauy loops.
- NOAA-GFDL/MOM6@69b2a2354 Merge remote-tracking branch 'upstream/dev/emc' into dev/emc
- NOAA-GFDL/MOM6@ebac0adb8 Modifications to register_diag_field in MOM_ice_shelf_dynamics to make ice-shelf_fields consistent with diag_table Modifications to MOM_ice_shelf.F90 to apply melting to the case of a dynamic ice shelf.
- NOAA-GFDL/MOM6@d27bcbdba Matt's changes to drivers Merge branch 'revert_drivers' of https://github.com/MJHarrison-GFDL/MOM6 into matts-revert-drivers
- NOAA-GFDL/MOM6@39dd3e322 Modified MOM_ice_shelf_dynamics.F90
- NOAA-GFDL/MOM6@f1041d1f9 Fixed bugs in CG_action, matrix_diagonal and calc_shelf_visc in MOM_ice_shelf_dynamics.F90  modified initialize_ice_shelf_boundary_channel in MOM_ice_shelf_initialze.F90
- NOAA-GFDL/MOM6@a98f7db5e Merge remote-tracking branch 'upstream/dev/emc' into dev/emc
- NOAA-GFDL/MOM6@f3bb72834 Merge remote-tracking branch 'upstream/dev/emc' into dev/emc
- NOAA-GFDL/MOM6@16ade2fe8 Merge remote-tracking branch 'upstream/dev/emc' into dev/emc
- NOAA-GFDL/MOM6@bfbd95aac white space changes
- NOAA-GFDL/MOM6@6164f63a9 manual add of dev/emc changes (statediagnose)
- NOAA-GFDL/MOM6@4e51baea1 Revert "Merge remote-tracking branch 'upstream/dev/emc' into dev/emc"
- NOAA-GFDL/MOM6@e4ca1dcb0 Merge remote-tracking branch 'upstream/dev/emc' into dev/emc
- NOAA-GFDL/MOM6@40bfb4bfe Merge remote-tracking branch 'upstream/dev/emc' into dev/emc
- NOAA-GFDL/MOM6@6371e4892 Merge remote-tracking branch 'upstream/dev/emc' into dev/emc
- NOAA-GFDL/MOM6@58a69fcb6 Merge pull request #10 from NOAA-EMC/dev/emc
- NOAA-GFDL/MOM6@d53791175 Merge pull request #9 from NOAA-EMC/dev/emc
- NOAA-GFDL/MOM6@1be1217b2 Merge pull request #7 from NOAA-EMC/dev/emc
- NOAA-GFDL/MOM6@59270484c Merge pull request #6 from NOAA-EMC/dev/emc
- NOAA-GFDL/MOM6@fb02b3a4b Merge pull request #5 from NOAA-EMC/dev/emc
- NOAA-GFDL/MOM6@74f8d112c Merge pull request #4 from NOAA-EMC/dev/emc
- NOAA-GFDL/MOM6@2b7abecdc Merge pull request #2 from NOAA-EMC/dev/emc
Hallberg-NOAA added a commit that referenced this issue Sep 15, 2021
  This commit updates the MOM_parameter_doc files to reflect recently added
runtime parameters, especially from dev-ncar-main-candidate-2021-08-30. This
commit also includes some updates to the MOM_parameter_doc.all files for some
less commonly exercised test cases that had been overlooked in another recent
update.

  Submodule updates in this PR include:

- NOAA-GFDL/MOM6@233f982c2 Merge pull request #1497 from marshallward/main_to_dev_gfdl
- NOAA-GFDL/MOM6@72aabe5a4 Merge branch 'dev/gfdl' into main_to_dev_gfdl
- NOAA-GFDL/MOM6@c09e19957 Merge pull request #1491 from gustavo-marques/dev-ncar-main-candidate-2021-08-30
- NOAA-GFDL/MOM6@cabe0d1c9 Merge pull request #1492 from marshallward/malloc_perturb_update
- NOAA-GFDL/MOM6@47493085d Merge branch 'dev/gfdl' into malloc_perturb_update
- NOAA-GFDL/MOM6@87aad2621 Merge pull request #1495 from marshallward/ale_sponge_halo_fix
- NOAA-GFDL/MOM6@e05ceb238 Merge branch 'dev/gfdl' into ale_sponge_halo_fix
- NOAA-GFDL/MOM6@16230850a Merge pull request #1490 from Hallberg-NOAA/offset_bathyT_by_Z_ref
- NOAA-GFDL/MOM6@f44b9c46b Merge branch 'dev/gfdl' into offset_bathyT_by_Z_ref
- NOAA-GFDL/MOM6@a31641682 Merge pull request #1488 from marshallward/rotate_read_data
- NOAA-GFDL/MOM6@e5a522b6e Infra: MOM_read_data rename to read_field
- NOAA-GFDL/MOM6@6a7216b79 Merge branch 'dev/gfdl' into rotate_read_data
- NOAA-GFDL/MOM6@b47b44635 ALE sponge: Only update fields on uv over masks
- NOAA-GFDL/MOM6@b560b2ccb Merge branch 'pr/1494' into dev/gfdl
- NOAA-GFDL/MOM6@54b4a2302 Merge pull request #1493 from Hallberg-NOAA/find_interfaces_fix
- NOAA-GFDL/MOM6@41c96ccdd Merge branch 'dev/gfdl' into find_interfaces_fix
- NOAA-GFDL/MOM6@dc6f129cb Merge pull request #7 from alperaltuntas/pr1491_fixes
- NOAA-GFDL/MOM6@127a22163 Merge branch 'dev/gfdl' into rotate_read_data
- NOAA-GFDL/MOM6@67707e47e Merge branch 'dev/gfdl' into ale_sponge_halo_fix
- NOAA-GFDL/MOM6@456d4a900 ALE sponge mask_z halo fixes
- NOAA-GFDL/MOM6@6d13b1890 Still more syntax issues
- NOAA-GFDL/MOM6@9c2b4e4b5 Fixing a citation
- NOAA-GFDL/MOM6@db3fd1cdf Fixed forgotten \f$
- NOAA-GFDL/MOM6@9ee07718a More on background mixing.
- NOAA-GFDL/MOM6@5f8c446d9 update all calls of KPP_compute_BLD and KPP_calculate to support the passage of lamult enhancement factor
- NOAA-GFDL/MOM6@11c550f55 add references to KPP enhancements methods
- NOAA-GFDL/MOM6@d1c0835cb Merge pull request #1487 from raphaeldussin/fix_diags_intwaves
- NOAA-GFDL/MOM6@4f707ce54 Some background diffusivity text
- NOAA-GFDL/MOM6@b039e62c3 More documentation - Jackson start.
- NOAA-GFDL/MOM6@ca1c42682 (*)Avoid uninitialized data use in find_interfaces
- NOAA-GFDL/MOM6@5bea5868c Merge branch 'dev/gfdl' into fix_diags_intwaves
- NOAA-GFDL/MOM6@a7d8e3a65 Merge pull request #1479 from OlgaSergienko/ice_dynamics
- NOAA-GFDL/MOM6@d234258c4 Merge branch 'dev/gfdl' into ice_dynamics
- NOAA-GFDL/MOM6@f98b76d13 Merge pull request #1453 from MJHarrison-GFDL/SPEAR_ECDA
- NOAA-GFDL/MOM6@f46c4bcad Changed identation in MOM6_ice_shelf_initialize.F90 to follow MOM6 convention
- NOAA-GFDL/MOM6@88da4c9a5 clearer documentation for correct_leap_year_inconsistency flag
- NOAA-GFDL/MOM6@d37f1cfd5 Add documentation for correct_leap_year_inconsistency argument
- NOAA-GFDL/MOM6@ccaddf108 Merge branch 'dev/gfdl' into SPEAR_ECDA
- NOAA-GFDL/MOM6@14aebaaa1 Merge branch 'dev/gfdl' into fix_diags_intwaves
- NOAA-GFDL/MOM6@91383e332 Testing: Set MALLOC_PERTURB_ to 1
- NOAA-GFDL/MOM6@e2c565c09 changed identation MOM_ice_shelf_initialize.F90 to follow MOM6 convention
- NOAA-GFDL/MOM6@442ae8ff5 changed the block idetentation for consistency with MOM6 code style
- NOAA-GFDL/MOM6@060c41290 (*)Offset G%bathyT by -G%Z_ref
- NOAA-GFDL/MOM6@a253d3797 init local arrays, fix to axes and logging
- NOAA-GFDL/MOM6@91ab1e586 Merge branch 'main' into dev-ncar-main-candidate-2021-08-30
- NOAA-GFDL/MOM6@ddec6f9ca Testing: Rotation support for MOM_read_data
- NOAA-GFDL/MOM6@bdba2d222 Merge pull request #195 from klindsay28/dimension_rescaling_fixes
- NOAA-GFDL/MOM6@380615dde Merge pull request #194 from NCAR/merge_ww3_coupling_vr12ma
- NOAA-GFDL/MOM6@60ad2ed2e Merge branch 'dev/gfdl' into SPEAR_ECDA
- NOAA-GFDL/MOM6@88b36422f Restore Vt2 diagnostic calculation when requested and retain the functionality of prescribed constant enhancement.
- NOAA-GFDL/MOM6@a5caf2e8b removed tab from MOM_ice_shelf_initialize.F90
- NOAA-GFDL/MOM6@3ce2efe29 changes to ice_velocity_mask_update, initialization of ice velocity and ice thickness for new and restart simulations
- NOAA-GFDL/MOM6@197cd1870 MOM_CFC_cap cleanup
- NOAA-GFDL/MOM6@f6524adee Add run-time parameters CFC11_IC_VAL and CFC12_IC_VAL.
- NOAA-GFDL/MOM6@fa96ae332 correct prepending inputdir to CFC_BC_file
- NOAA-GFDL/MOM6@bc198197c let register_tracer handle flux_units for MOM_CFC_cap tracers
- NOAA-GFDL/MOM6@e87adb88a dimension rescaling fixes for MOM_CFC_cap tracers
- NOAA-GFDL/MOM6@9011801b6 Various dimension rescaling fixes
- NOAA-GFDL/MOM6@d734536c0 Refactor the way Langmuir entrainment and enhancement factor are computed and applied: (1) When available, pass the enhancement factor received from WW3. Otherwise, let CVmix compute the enhancement factor. (2) Instead of explicitly multiplying diffusivities and viscosities with the enhancement factor, let CVMix handle enhancement internally.
- NOAA-GFDL/MOM6@734e53782 change VR12-MA wave_method string to EFACTOR
- NOAA-GFDL/MOM6@5ba918aae Merge branch 'dev/gfdl' of github.com:NOAA-GFDL/MOM6 into SPEAR_ECDA
- NOAA-GFDL/MOM6@66a758415 Fix pointer initialization and other cleanup
- NOAA-GFDL/MOM6@80e1e2e88 fix omp error in KPP module: add lamult to shared clauses
- NOAA-GFDL/MOM6@9fe68ac66 fix doxygen error: add comments for wave method strings
- NOAA-GFDL/MOM6@2d385a061 Introduce changes needed for CVMix KPP module for the VR12-MA wave coupling option
- NOAA-GFDL/MOM6@141277181 Minor fixes for the WW3 coupling option VR12-MA
- NOAA-GFDL/MOM6@7ebf3b07e bringing in vr12ma ww3 coupling changes to the latest dev/ncar and resolving conflicts
- NOAA-GFDL/MOM6@3e1b0cdf5 Merge pull request #191 from gustavo-marques/recover_answer_change_in_CFC_PR
- NOAA-GFDL/MOM6@69f653a53 Merge pull request #193 from NCAR/merge_main_210802
- NOAA-GFDL/MOM6@3117b9830 merge dev/ncar with main 210723
- NOAA-GFDL/MOM6@090fa83fe Add optional argument to FMS2 interface to init_extern_field
- NOAA-GFDL/MOM6@8ef959637 Merge https://github.com/OlgaSergienko/MOM6 into ice_dynamics
- NOAA-GFDL/MOM6@016beb6c2 Merge branch 'NOAA-GFDL:dev/gfdl' into dev/gfdl
- NOAA-GFDL/MOM6@9c0a73505 add dimensional rescaling for thickness initialization
- NOAA-GFDL/MOM6@eacf3e25d comments
- NOAA-GFDL/MOM6@2169f6dae Merge branch 'dev/gfdl' of github.com:NOAA-GFDL/MOM6 into SPEAR_ECDA
- NOAA-GFDL/MOM6@762291114 Changes the order of calculation
- NOAA-GFDL/MOM6@997636e3c move lamult from forces to fluxes
- NOAA-GFDL/MOM6@7d85ab291 set lamult to 1 below ice
- NOAA-GFDL/MOM6@5f756ab7e Enable the export of ice fraction when wave coupling is on. The export of ice fraction was previously added for the newly added CFC module.
- NOAA-GFDL/MOM6@bc65e4f46 merge latest dev/ncar into ww3_coupling_vr12ma
- NOAA-GFDL/MOM6@230a8b83e Merge pull request #190 from NCAR/fix_cfc_import
- NOAA-GFDL/MOM6@b767a1343 import ifrac and u10_sqr only when CFC module is active
- NOAA-GFDL/MOM6@b7e0fda76 Merge pull request #189 from gustavo-marques/ncar_cfcs_implementation
- NOAA-GFDL/MOM6@5c0e8db43 Merge remote-tracking branch 'origin' into SPEAR_ECDA
- NOAA-GFDL/MOM6@347e1470f Merge branch 'NOAA-GFDL:dev/gfdl' into dev/gfdl
- NOAA-GFDL/MOM6@0267d0829 Merge branch 'ice_dynamics' of https://github.com/OlgaSergienko/MOM6 into ice_dynamics
- NOAA-GFDL/MOM6@457c4991d increased a number of iterations in solver for non-linear viscosity
- NOAA-GFDL/MOM6@13f5e12c5 Merge https://github.com/OlgaSergienko/MOM6 into ice_dynamics
- NOAA-GFDL/MOM6@f45659d47 introduce the lamult import from ww3 in nuopc cap and add a diag
- NOAA-GFDL/MOM6@3aade32dd CFCs implementation via NUOPC cap
- NOAA-GFDL/MOM6@276954f3c Fixed a misplaced parentheses
- NOAA-GFDL/MOM6@0d5915608  introduce a new wave coupling method: VR12-MA (not fully implemented yet)
- NOAA-GFDL/MOM6@d1de7c852 Merge pull request #188 from gustavo-marques/fix_mem_leak_bkgnd
- NOAA-GFDL/MOM6@14e233438 Deallocate Kd_bkgnd and Kv_bkgnd
- NOAA-GFDL/MOM6@3812cf64c Merge pull request #187 from gustavo-marques/fix_retrieving_nthreads_nuopc
- NOAA-GFDL/MOM6@d3f4f0f12 Merge pull request #186 from gustavo-marques/main-candidate-ncar-2021-04-21
- NOAA-GFDL/MOM6@eca5fd53e Merge remote-tracking branch 'origin' into SPEAR_ECDA
- NOAA-GFDL/MOM6@7eb92f643 Merge pull request #2 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@165176b6e debug checksums pre/post oda
- NOAA-GFDL/MOM6@dac7180c3 Use local indexing for MOM6 DA grid
- NOAA-GFDL/MOM6@a21ee337e squash this commit.Fix some issues with basin mask
- NOAA-GFDL/MOM6@2e60468b1 squash this commit. Revert US argument in call to init_oda.
- NOAA-GFDL/MOM6@6e00221bd doxygen. squash this commit
- NOAA-GFDL/MOM6@20306e910 squash this commit
- NOAA-GFDL/MOM6@568188292 squash this commit
- NOAA-GFDL/MOM6@4d411ba22 optionally apply data assimilation increments or a time-varying tendency adjustment to tracers
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