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

Global_ALE configurations do not reproduce across PE count #54

Closed
Hallberg-NOAA opened this issue Oct 22, 2015 · 1 comment
Closed

Global_ALE configurations do not reproduce across PE count #54

Hallberg-NOAA opened this issue Oct 22, 2015 · 1 comment

Comments

@Hallberg-NOAA
Copy link
Member

Some time since about October 10th, changes were made to the MOM6 or MOM6_examples code that are now causing the Global_ALE/z and Global_ALE/layer not to reproduce across processor count (e.g. 8x8=64 PEs and 10x6=60 PEs give different answers).

Hallberg-NOAA added a commit to mom-ocean/MOM6 that referenced this issue Oct 22, 2015
  Added a halo update for temperature and salinity when DIABATIC_FIRST is true.
This corrects the non-reproducing issue NOAA-GFDL/MOM6-examples#54.  Also,
added debugging chksum calls before set_viscous_BBL.  This changes answers in
the global_ALE test cases, and new reference solutions have been checked in.
Hallberg-NOAA added a commit that referenced this issue Oct 22, 2015
  Added a halo update for temperature and salinity when DIABATIC_FIRST is true.
This corrects the non-reproducing issue #54.  Also,
added debugging chksum calls before set_viscous_BBL.  This changes answers in
the global_ALE test cases, and new reference solutions have been checked in.
MOM6 commit NOAA-GFDL/MOM6@35b8ab6
@Hallberg-NOAA
Copy link
Member Author

This was corrected by adding a halo update for T & S under certain conditions.

Hallberg-NOAA added a commit that referenced this issue Apr 24, 2018
  Merged an extensive set of changes from dev/ncar onto dev/master.  The list of
commits include:
 - NOAA-GFDL/MOM6@77a97ba Merge branch 'NCAR-dev/ncar' into dev/master
 - NOAA-GFDL/MOM6@8050958 Merge pull request #55 from gustavo-marques/deallocate_diabatic
 - NOAA-GFDL/MOM6@648f31b Replace cvmix with CVMix
 - NOAA-GFDL/MOM6@4b21263 Merge pull request #54 from gustavo-marques/deallocate_diabatic
 - NOAA-GFDL/MOM6@165a5eb Comment call diabatic_driver_end
 - NOAA-GFDL/MOM6@9f4ce3a Un-comment call diabatic_driver_end
 - NOAA-GFDL/MOM6@4671c07 Comment call diabatic_driver_end to check if Travis still fails
 - NOAA-GFDL/MOM6@e90fbe9 Return if CS is not associated
 - NOAA-GFDL/MOM6@65527d6 Set useKPP = .false. (default) and comment call to diag_grid_storage_end
 - NOAA-GFDL/MOM6@2800524 Uncomment calls to deallocate KPP related arrays
 - NOAA-GFDL/MOM6@dab30b6 Merge pull request #52 from alperaltuntas/initialize_tidal_ctrl_vars
 - NOAA-GFDL/MOM6@334f124 Merge remote-tracking branch 'gmarques/fix_travis_deallocation' into initialize_tidal_ctrl_vars
 - NOAA-GFDL/MOM6@5153869 initialize boolean control vars in tidal mixing mod
 - NOAA-GFDL/MOM6@43b7968 Commenting out call to diabatic_driver_end in MOM.F90
 - NOAA-GFDL/MOM6@dde5a59 Commenting out deallocation of KPP related arrays
 - NOAA-GFDL/MOM6@dc82c48 Return call if CS is not allocated
 - NOAA-GFDL/MOM6@dabe31b Update CVMix
 - NOAA-GFDL/MOM6@5640daf Attempt to fix deallocating unallocated arrays
 - NOAA-GFDL/MOM6@93eee52 Merge pull request #49 from gustavo-marques/update_cvmix
 - NOAA-GFDL/MOM6@d07120c Remove trailing space
 - NOAA-GFDL/MOM6@69bf4fa Updates CVMix
 - NOAA-GFDL/MOM6@5f19507 Merge pull request #48 from gustavo-marques/fix_cvmix_convection
 - NOAA-GFDL/MOM6@caf1d1e Fixes bug and renames variables
 - NOAA-GFDL/MOM6@869d32f Merge pull request #47 from alperaltuntas/introduce_cvmix_tidal
 - NOAA-GFDL/MOM6@01578c5 fix tidal_mixing_init return
 - NOAA-GFDL/MOM6@86e7074 Merge pull request #46 from alperaltuntas/introduce_cvmix_tidal
 - NOAA-GFDL/MOM6@bf322c8 add tidal mixing-specific prandtl number
 - NOAA-GFDL/MOM6@81a5ef8 Merged with latest master
 - NOAA-GFDL/MOM6@696462c MOM_tidal_mixing. cleaanup
 - NOAA-GFDL/MOM6@3e7cab8 debug calculate_cvmix_tidal
 - NOAA-GFDL/MOM6@78bb40c Merge pull request #44 from NCAR/adding_cvmix
 - NOAA-GFDL/MOM6@4dde603 Avoided a possible seg. fault in set_diffusivity_end
 - NOAA-GFDL/MOM6@36f7a06 Changed kv to a pointer since it might not always be associated
 - NOAA-GFDL/MOM6@0ce9980 By pass reading BULKMIXEDLAYER via get_param
 - NOAA-GFDL/MOM6@1218973 Raname variables Kd -> kd_lay; visc%Kv_slow - > kv
 - NOAA-GFDL/MOM6@ea813b8 add tidal diagnostics for cvmix
 - NOAA-GFDL/MOM6@648018e Rename kv_conv -> kv_conv_const; kd_conv -> kd_conv_const
 - NOAA-GFDL/MOM6@c1acec8 Add vertical background viscosity into visc%Kv_slow
 - NOAA-GFDL/MOM6@a2498a1 Changed name in register_diag_field kd_shear -> kd_shear_cvmix; kv_shear -> kv_shear_cvmix
 - NOAA-GFDL/MOM6@37ca38f Renamed kd_bkgnd_3d -> kd_bkgnd; kv_bkgnd_3d -> kv_bkgnd
 - NOAA-GFDL/MOM6@105094f Add viscosities due to convection into visc%Kv_slow
 - NOAA-GFDL/MOM6@e544290 Allocated/deallocate visc%Kv_slow
 - NOAA-GFDL/MOM6@801a86a Added variable Kv_slow in visc type
 - NOAA-GFDL/MOM6@8977888 Move tidal diagnostics to MOM_tidal_mixing module
 - NOAA-GFDL/MOM6@2430f6e correct tidal energy file dir
 - NOAA-GFDL/MOM6@a3155d6 Add tidal parameter consistency checks.
 - NOAA-GFDL/MOM6@80c33a4 Replaced Kv_turb -> Kv_shear
 - NOAA-GFDL/MOM6@644f200 Replaced Kv_turb -> Kv_shear
 - NOAA-GFDL/MOM6@6a2e864 Replaced Kd_turb -> Kd_shear and Kv_turb -> Kv_shear
 - NOAA-GFDL/MOM6@7376f49 update Kd
 - NOAA-GFDL/MOM6@69ab998 Added a unique Prandtl # for convection and background
 - NOAA-GFDL/MOM6@4cac1e1 Renamed variables (KH to kd; KM to kv) and added diagnostics
 - NOAA-GFDL/MOM6@e992292 Added calculate_cvmix_tidal interface
 - NOAA-GFDL/MOM6@2c451c8 Merge pull request #43 from alperaltuntas/dev/ncar
 - NOAA-GFDL/MOM6@d1cee89 Add timestep initializations to calculate_cvmix_tidal
 - NOAA-GFDL/MOM6@7a81871 Re-structured MOM_bkgnd_mixing
 - NOAA-GFDL/MOM6@3fcdb4c Update to new CVMix tag with tidal mixing changes
 - NOAA-GFDL/MOM6@f361002 Read in tidal energy dissipation
 - NOAA-GFDL/MOM6@4e8dd5a Added a if statement to check if Int_tide_dissipation and Bryan_Lewis are used at the same time.
 - NOAA-GFDL/MOM6@8ef5a1b Renamed Bryan&Lewis coeffs and added a 3D array for depth
 - NOAA-GFDL/MOM6@08db85c Deleted code that has been moved to MOM_bkgnd_mixing.F90
 - NOAA-GFDL/MOM6@1be0248 Added first version of MOM_bkgnd_mixing
 - NOAA-GFDL/MOM6@1116f49 Fixed a problem in cvmix_init_bkgnd_BryanLewis_low
 - NOAA-GFDL/MOM6@83089ff Updated CVMix
 - NOAA-GFDL/MOM6@a101e49 Reduced the numbers of characters in a line
 - NOAA-GFDL/MOM6@53004ec Deleted module MOM_diffConvection
 - NOAA-GFDL/MOM6@0bb899a uncomment cvmix_init_tidal
 - NOAA-GFDL/MOM6@22902de Mv add_int_tide_diffusivity to tidal_mixing module
 - NOAA-GFDL/MOM6@c34ab63 Move diags back from MOM_tidal_mixing to MOM_set_diffusivity (for now)
 - NOAA-GFDL/MOM6@76546aa Move tidal mixing initialization to MOM_tidal_mixing
 - NOAA-GFDL/MOM6@95406ff Rename MOM_cvmix_tidal module as MOM_tidal_mixing (for now)
 - NOAA-GFDL/MOM6@c2dea88 update diabatic driver for MOM_cvmix_tidal module
 - NOAA-GFDL/MOM6@bb7917a comment out call ocn_domain_mct to avoid uninitialized vars for now. more comprehensive cleanup is to come.
 - NOAA-GFDL/MOM6@941bfb6 Updated mixing coeff. due to convection
 - NOAA-GFDL/MOM6@ba2a0a4 Added function cvmix_conv_is_used and register restart fields.
 - NOAA-GFDL/MOM6@c78ac9a Add the new module MOM_cvmix_tidal
 - NOAA-GFDL/MOM6@1d850a6 Changed hbl to an optional pointer; do not apply mixing due to convection within the boundary layer
 - NOAA-GFDL/MOM6@afd8f59 Fixed a bug in the deallocate call
 - NOAA-GFDL/MOM6@a77d114 Fixed a bug in the deallocate call
 - NOAA-GFDL/MOM6@f12702c Dealocate memory via cvmix_shear_end and changed some var names to snake_case convention
 - NOAA-GFDL/MOM6@a209b7a Added a call to diabatic_driver_end
 - NOAA-GFDL/MOM6@e84f706 Fix array allocattion/dealocation
 - NOAA-GFDL/MOM6@7f6d8f1 Added call to KPP_get_BLD
 - NOAA-GFDL/MOM6@fc00e77 Added function to copy KPP surface boundary layer depth into BLD
 - NOAA-GFDL/MOM6@c99e94b Updates visc%Kd_turb and visc%Kv_turb after convection is applied
 - NOAA-GFDL/MOM6@97152b1 Adding first version of convection calls via CVMix
 - NOAA-GFDL/MOM6@dca5736 Add comments for adding additonal CVMix components and clean module
 - NOAA-GFDL/MOM6@c6327d6 Copy OBLdepth from KPP into visc%MLD and Hml
 - NOAA-GFDL/MOM6@71ff26b Changed multi-word names from camelCase to snake_case
 - NOAA-GFDL/MOM6@8095e8f Merge pull request #42 from gustavo-marques/merge-dev-master-2018-02-28
 - NOAA-GFDL/MOM6@bd80a20 Merge branch 'dev/master' into merge-dev-master-2018-02-28
 - NOAA-GFDL/MOM6@2f79ffc Merge pull request #41 from gustavo-marques/merge_dev_master_20feb2018
Hallberg-NOAA added a commit that referenced this issue Apr 25, 2018
  Merged an extensive set of changes from dev/ncar onto dev/master, and then
from dev/master into dev/gfdl.  The list of commits include:
 - NOAA-GFDL/MOM6@3c70582 Merge branch 'dev/master' into dev/gfdl
 - NOAA-GFDL/MOM6@77a97ba Merge branch 'NCAR-dev/ncar' into dev/master
 - NOAA-GFDL/MOM6@8050958 Merge pull request #55 from gustavo-marques/deallocate_diabatic
 - NOAA-GFDL/MOM6@648f31b Replace cvmix with CVMix
 - NOAA-GFDL/MOM6@4b21263 Merge pull request #54 from gustavo-marques/deallocate_diabatic
 - NOAA-GFDL/MOM6@165a5eb Comment call diabatic_driver_end
 - NOAA-GFDL/MOM6@9f4ce3a Un-comment call diabatic_driver_end
 - NOAA-GFDL/MOM6@4671c07 Comment call diabatic_driver_end to check if Travis still fails
 - NOAA-GFDL/MOM6@e90fbe9 Return if CS is not associated
 - NOAA-GFDL/MOM6@65527d6 Set useKPP = .false. (default) and comment call to diag_grid_storage_end
 - NOAA-GFDL/MOM6@2800524 Uncomment calls to deallocate KPP related arrays
 - NOAA-GFDL/MOM6@dab30b6 Merge pull request #52 from alperaltuntas/initialize_tidal_ctrl_vars
 - NOAA-GFDL/MOM6@334f124 Merge remote-tracking branch 'gmarques/fix_travis_deallocation' into initialize_tidal_ctrl_vars
 - NOAA-GFDL/MOM6@5153869 initialize boolean control vars in tidal mixing mod
 - NOAA-GFDL/MOM6@43b7968 Commenting out call to diabatic_driver_end in MOM.F90
 - NOAA-GFDL/MOM6@dde5a59 Commenting out deallocation of KPP related arrays
 - NOAA-GFDL/MOM6@dc82c48 Return call if CS is not allocated
 - NOAA-GFDL/MOM6@dabe31b Update CVMix
 - NOAA-GFDL/MOM6@5640daf Attempt to fix deallocating unallocated arrays
 - NOAA-GFDL/MOM6@93eee52 Merge pull request #49 from gustavo-marques/update_cvmix
 - NOAA-GFDL/MOM6@d07120c Remove trailing space
 - NOAA-GFDL/MOM6@69bf4fa Updates CVMix
 - NOAA-GFDL/MOM6@5f19507 Merge pull request #48 from gustavo-marques/fix_cvmix_convection
 - NOAA-GFDL/MOM6@caf1d1e Fixes bug and renames variables
 - NOAA-GFDL/MOM6@869d32f Merge pull request #47 from alperaltuntas/introduce_cvmix_tidal
 - NOAA-GFDL/MOM6@01578c5 fix tidal_mixing_init return
 - NOAA-GFDL/MOM6@86e7074 Merge pull request #46 from alperaltuntas/introduce_cvmix_tidal
 - NOAA-GFDL/MOM6@bf322c8 add tidal mixing-specific prandtl number
 - NOAA-GFDL/MOM6@81a5ef8 Merged with latest master
 - NOAA-GFDL/MOM6@696462c MOM_tidal_mixing. cleaanup
 - NOAA-GFDL/MOM6@3e7cab8 debug calculate_cvmix_tidal
 - NOAA-GFDL/MOM6@78bb40c Merge pull request #44 from NCAR/adding_cvmix
 - NOAA-GFDL/MOM6@4dde603 Avoided a possible seg. fault in set_diffusivity_end
 - NOAA-GFDL/MOM6@36f7a06 Changed kv to a pointer since it might not always be associated
 - NOAA-GFDL/MOM6@0ce9980 By pass reading BULKMIXEDLAYER via get_param
 - NOAA-GFDL/MOM6@1218973 Raname variables Kd -> kd_lay; visc%Kv_slow - > kv
 - NOAA-GFDL/MOM6@ea813b8 add tidal diagnostics for cvmix
 - NOAA-GFDL/MOM6@648018e Rename kv_conv -> kv_conv_const; kd_conv -> kd_conv_const
 - NOAA-GFDL/MOM6@c1acec8 Add vertical background viscosity into visc%Kv_slow
 - NOAA-GFDL/MOM6@a2498a1 Changed name in register_diag_field kd_shear -> kd_shear_cvmix; kv_shear -> kv_shear_cvmix
 - NOAA-GFDL/MOM6@37ca38f Renamed kd_bkgnd_3d -> kd_bkgnd; kv_bkgnd_3d -> kv_bkgnd
 - NOAA-GFDL/MOM6@105094f Add viscosities due to convection into visc%Kv_slow
 - NOAA-GFDL/MOM6@e544290 Allocated/deallocate visc%Kv_slow
 - NOAA-GFDL/MOM6@801a86a Added variable Kv_slow in visc type
 - NOAA-GFDL/MOM6@8977888 Move tidal diagnostics to MOM_tidal_mixing module
 - NOAA-GFDL/MOM6@2430f6e correct tidal energy file dir
 - NOAA-GFDL/MOM6@a3155d6 Add tidal parameter consistency checks.
 - NOAA-GFDL/MOM6@80c33a4 Replaced Kv_turb -> Kv_shear
 - NOAA-GFDL/MOM6@644f200 Replaced Kv_turb -> Kv_shear
 - NOAA-GFDL/MOM6@6a2e864 Replaced Kd_turb -> Kd_shear and Kv_turb -> Kv_shear
 - NOAA-GFDL/MOM6@7376f49 update Kd
 - NOAA-GFDL/MOM6@69ab998 Added a unique Prandtl # for convection and background
 - NOAA-GFDL/MOM6@4cac1e1 Renamed variables (KH to kd; KM to kv) and added diagnostics
 - NOAA-GFDL/MOM6@e992292 Added calculate_cvmix_tidal interface
 - NOAA-GFDL/MOM6@2c451c8 Merge pull request #43 from alperaltuntas/dev/ncar
 - NOAA-GFDL/MOM6@d1cee89 Add timestep initializations to calculate_cvmix_tidal
 - NOAA-GFDL/MOM6@7a81871 Re-structured MOM_bkgnd_mixing
 - NOAA-GFDL/MOM6@3fcdb4c Update to new CVMix tag with tidal mixing changes
 - NOAA-GFDL/MOM6@f361002 Read in tidal energy dissipation
 - NOAA-GFDL/MOM6@4e8dd5a Added a if statement to check if Int_tide_dissipation and Bryan_Lewis are used at the same time.
 - NOAA-GFDL/MOM6@8ef5a1b Renamed Bryan&Lewis coeffs and added a 3D array for depth
 - NOAA-GFDL/MOM6@08db85c Deleted code that has been moved to MOM_bkgnd_mixing.F90
 - NOAA-GFDL/MOM6@1be0248 Added first version of MOM_bkgnd_mixing
 - NOAA-GFDL/MOM6@1116f49 Fixed a problem in cvmix_init_bkgnd_BryanLewis_low
 - NOAA-GFDL/MOM6@83089ff Updated CVMix
 - NOAA-GFDL/MOM6@a101e49 Reduced the numbers of characters in a line
 - NOAA-GFDL/MOM6@53004ec Deleted module MOM_diffConvection
 - NOAA-GFDL/MOM6@0bb899a uncomment cvmix_init_tidal
 - NOAA-GFDL/MOM6@22902de Mv add_int_tide_diffusivity to tidal_mixing module
 - NOAA-GFDL/MOM6@c34ab63 Move diags back from MOM_tidal_mixing to MOM_set_diffusivity (for now)
 - NOAA-GFDL/MOM6@76546aa Move tidal mixing initialization to MOM_tidal_mixing
 - NOAA-GFDL/MOM6@95406ff Rename MOM_cvmix_tidal module as MOM_tidal_mixing (for now)
 - NOAA-GFDL/MOM6@c2dea88 update diabatic driver for MOM_cvmix_tidal module
 - NOAA-GFDL/MOM6@bb7917a comment out call ocn_domain_mct to avoid uninitialized vars for now. more comprehensive cleanup is to come.
 - NOAA-GFDL/MOM6@941bfb6 Updated mixing coeff. due to convection
 - NOAA-GFDL/MOM6@ba2a0a4 Added function cvmix_conv_is_used and register restart fields.
 - NOAA-GFDL/MOM6@c78ac9a Add the new module MOM_cvmix_tidal
 - NOAA-GFDL/MOM6@1d850a6 Changed hbl to an optional pointer; do not apply mixing due to convection within the boundary layer
 - NOAA-GFDL/MOM6@afd8f59 Fixed a bug in the deallocate call
 - NOAA-GFDL/MOM6@a77d114 Fixed a bug in the deallocate call
 - NOAA-GFDL/MOM6@f12702c Dealocate memory via cvmix_shear_end and changed some var names to snake_case convention
 - NOAA-GFDL/MOM6@a209b7a Added a call to diabatic_driver_end
 - NOAA-GFDL/MOM6@e84f706 Fix array allocattion/dealocation
 - NOAA-GFDL/MOM6@7f6d8f1 Added call to KPP_get_BLD
 - NOAA-GFDL/MOM6@fc00e77 Added function to copy KPP surface boundary layer depth into BLD
 - NOAA-GFDL/MOM6@c99e94b Updates visc%Kd_turb and visc%Kv_turb after convection is applied
 - NOAA-GFDL/MOM6@97152b1 Adding first version of convection calls via CVMix
 - NOAA-GFDL/MOM6@dca5736 Add comments for adding additonal CVMix components and clean module
 - NOAA-GFDL/MOM6@c6327d6 Copy OBLdepth from KPP into visc%MLD and Hml
 - NOAA-GFDL/MOM6@71ff26b Changed multi-word names from camelCase to snake_case
 - NOAA-GFDL/MOM6@8095e8f Merge pull request #42 from gustavo-marques/merge-dev-master-2018-02-28
 - NOAA-GFDL/MOM6@bd80a20 Merge branch 'dev/master' into merge-dev-master-2018-02-28
 - NOAA-GFDL/MOM6@2f79ffc Merge pull request #41 from gustavo-marques/merge_dev_master_20feb2018
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
marshallward added a commit that referenced this issue Apr 14, 2021
- NOAA-GFDL/MOM6@fc75e0fa4 Merge pull request #1370 from Hallberg-NOAA/F_case_file_output
- NOAA-GFDL/MOM6@e8e8abab9 Merge remote-tracking branch 'hallberg/F_case_file_output' into F_case_file_output
- NOAA-GFDL/MOM6@96f1d1e89 Use allocatable types in write_ocean_geometry_files
- NOAA-GFDL/MOM6@983824a69 Merge branch 'dev/gfdl' into F_case_file_output
- NOAA-GFDL/MOM6@5fe51b18e Merge pull request #1369 from Hallberg-NOAA/SIS2_IO_upgrades
- NOAA-GFDL/MOM6@0eb47b25a +More consistent treatment of input_filename = 'F'
- NOAA-GFDL/MOM6@03b997b88 +Enhanced support for novel axes in MOM_io
- NOAA-GFDL/MOM6@7ec08cd9b Merge pull request #1365 from marshallward/corad_vec_v2
- NOAA-GFDL/MOM6@dc66dd8a7 Merge branch 'dev/gfdl' into corad_vec_v2
- NOAA-GFDL/MOM6@c5c74419d Merge pull request #1364 from jkrasting/downsampled_diag_fix
- NOAA-GFDL/MOM6@a5fb36503 Merge branch 'dev/gfdl' into downsampled_diag_fix
- NOAA-GFDL/MOM6@d485a5123 Merge pull request #1363 from Hallberg-NOAA/SIS2_infra_support
- NOAA-GFDL/MOM6@b413f25c5 Merge branch 'SIS2_infra_support' of github.com:Hallberg-NOAA/MOM6 into SIS2_infra_support
- NOAA-GFDL/MOM6@358da7cc4 Corrected comments describing CT_copy_data
- NOAA-GFDL/MOM6@ad0bc3c41 Merge branch 'dev/gfdl' into SIS2_infra_support
- NOAA-GFDL/MOM6@fae570d0a Merge branch 'main' into main_to_gfdl
- NOAA-GFDL/MOM6@5f063044c Fixed downsampling summation for more diag types
- NOAA-GFDL/MOM6@c549ae9d9 Merge pull request #1358 from NOAA-GFDL/dev-gfdl-main-candidate-2021-03-26
- NOAA-GFDL/MOM6@ad372fdc2 Merge branch 'dev/gfdl' into SIS2_infra_support
- NOAA-GFDL/MOM6@d1dc6b5ba Coriolis: Improved coradcalc vectorization
- NOAA-GFDL/MOM6@2b6d3e115 Merge pull request #1362 from marshallward/horvisc_diag_to_stack
- NOAA-GFDL/MOM6@9792b2346 Fixed downsampling for x:sum y:point z:point diags
- NOAA-GFDL/MOM6@665cd9a3b Merge branch 'dev/gfdl' into horvisc_diag_to_stack
- NOAA-GFDL/MOM6@b6c7fdb02 change default value of use_mommesh as true
- NOAA-GFDL/MOM6@6d4a48390 Merge pull request #1360 from Hallberg-NOAA/fewer_timelevels
- NOAA-GFDL/MOM6@3c1cb2efd +Add MOM_domains interfaces needed by SIS2
- NOAA-GFDL/MOM6@cfa59aab1 +Add coupler_types interfaces needed by SIS2
- NOAA-GFDL/MOM6@97f111779 Merge branch 'dev/gfdl' into fewer_timelevels
- NOAA-GFDL/MOM6@813fc7975 Merge pull request #1359 from Hallberg-NOAA/FMS2_io_writes
- NOAA-GFDL/MOM6@2ffea27be MOM_hor_visc: Variables moved to stack
- NOAA-GFDL/MOM6@4fd380747 Merge branch 'dev/gfdl' into FMS2_io_writes
- NOAA-GFDL/MOM6@c62d51f9d Remove inappropriate timelevel arguments
- NOAA-GFDL/MOM6@13f1e70f5 Merge pull request #1356 from GEOS-ESM/bugfix/sanAkel/output-b-grid-currents
- NOAA-GFDL/MOM6@6c2b944e2 Merge branch 'dev/gfdl' into bugfix/sanAkel/output-b-grid-currents
- NOAA-GFDL/MOM6@67b03e324 Merge pull request #1353 from Hallberg-NOAA/less_checksums
- NOAA-GFDL/MOM6@5669d4360 Merge branch 'dev/gfdl' into less_checksums
- NOAA-GFDL/MOM6@b044be8ee Merge branch 'dev/gfdl' into FMS2_io_writes
- NOAA-GFDL/MOM6@fe9b2a106 Merge pull request #1352 from Hallberg-NOAA/FMS2_io
- NOAA-GFDL/MOM6@f6105cb22 Merge branch 'dev/gfdl' into FMS2_io
- NOAA-GFDL/MOM6@95ad9372b Fix distributed reads of checksums using FMS2_io
- NOAA-GFDL/MOM6@81c48cbf6 Merge pull request #5 from marshallward/FMS2_io_writes
- NOAA-GFDL/MOM6@ba643bde2 Explicit domain decomposition of horizontal axes
- NOAA-GFDL/MOM6@7bdecbc62 Add missing ".nc" to FMS2 output filenames
- NOAA-GFDL/MOM6@fad7e0d4a Merge branch 'dev/gfdl' into bugfix/sanAkel/output-b-grid-currents
- NOAA-GFDL/MOM6@17afc2b5e A call to pass_vector(...) is needed to correctly do a halo exchange before getting currents in A- or B-grid staggering. Now added.
- NOAA-GFDL/MOM6@3fe07d4c6 +Move FMS2 read helper routines into MOM_io_infra
- NOAA-GFDL/MOM6@2579d0771 Merge pull request #4 from gustavo-marques/less_checksums_mct_nuopc
- NOAA-GFDL/MOM6@66ac81057 Only write checksums from root PE MCT/NUOPC caps
- NOAA-GFDL/MOM6@84d5e2176 +FMS2 reads for ints & MOM_read_data_fms2 cleanup
- NOAA-GFDL/MOM6@4843c6c4d Merge branch 'dev/gfdl' into FMS2_io
- NOAA-GFDL/MOM6@03e174e14 Removed FMS2 MOM_axis and MOM_write_field_fms2
- NOAA-GFDL/MOM6@255233ba3 Added code to write via FMS2 interfaces
- NOAA-GFDL/MOM6@0fdc5c438 Correct warnings from categorize_axis
- NOAA-GFDL/MOM6@f89ddeaa8 +Add edge_axis argument to write_metadata_axis
- NOAA-GFDL/MOM6@ee0152f26 +Separate MOM_interp_infra axistype from MOM_io
- NOAA-GFDL/MOM6@09173f7dc Only write checksums from root PE for FMS_cap
- NOAA-GFDL/MOM6@30b057116 Merge branch 'dev/gfdl' into FMS2_io
- NOAA-GFDL/MOM6@91232095d Merge branch 'dev/gfdl' into FMS2_io
- NOAA-GFDL/MOM6@aab2ad645 +Add ability to read fields via FMS2 interfaces
- NOAA-GFDL/MOM6@23a78d2f6 Clean up in MOM_restart.F90
- NOAA-GFDL/MOM6@c68fedfea +Change arguments to MOM_register_variable_axes
- NOAA-GFDL/MOM6@0ba1aa53e +Simplified read_data_fms2 and write_field_fms2
- NOAA-GFDL/MOM6@f2459ec21 Merge branch 'user/jml/add_fms2io_to_MOM_restart' of https://github.com/wrongkindofdoctor/MOM6 into FMS2_io
- NOAA-GFDL/MOM6@a07757314 Explicitly set (1x1) io_domain as a default
- NOAA-GFDL/MOM6@d4531ca37 Duplicated infra/FMS1 into infra/FMS2
- NOAA-GFDL/MOM6@f806579bc Correct module use statements in infra/FMS1
- NOAA-GFDL/MOM6@2e46ea6d7 removed errant .true. in save_restart call
- NOAA-GFDL/MOM6@809b3ac52 added local logical variables to save restart wrapper that are set using the use_fms2 and write_ic flags if present to avoid invalid memory reference error added str_len argument to register_variable_attribute calls
- NOAA-GFDL/MOM6@a74c7eaba changed FMS release to 2020.03-beta1
- NOAA-GFDL/MOM6@5c2daa5da converted save_restart and restore_state to interface that call versions of the routines with the fms-io or fms2-io interfaces added module use statments for fms2_io and MOM_io helper routines to MOM_restart added use_fms2=.true. arguments to save_restart and restore_state calls added write_ic=.true. to the save_restart call in MOM.F90
- NOAA-GFDL/MOM6@40047fa50 Merge pull request #66 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@c8695c621 Merge pull request #65 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@0cf3cb9c9 Merge pull request #64 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@de7f95a57 Merge pull request #63 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@50c353935 Merge pull request #62 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@cbdcf8a52 Create hola_tierra.yml
- NOAA-GFDL/MOM6@763b17650 Merge pull request #61 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@ff3412651 Merge pull request #60 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@cea55fec4 Merge pull request #59 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@b8eee455f Merge branch 'dev/gfdl' of github.com:NOAA-GFDL/MOM6 into dev/gfdl
- NOAA-GFDL/MOM6@46b8f0fd5 Merge pull request #58 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@ff1a27f59 Merge pull request #57 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@496617cb1 Merge pull request #56 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@e9281f40e Merge pull request #55 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@4a5613400 Merge pull request #54 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@86c2a7dfa Merge pull request #53 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@c24535733 Merge pull request #52 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@8d7be6866 Merge pull request #51 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@7adcc9037 Merge pull request #50 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@aff2a13ab Merge pull request #49 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@477d9f85d Merge pull request #48 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@cee0a2166 Merge pull request #47 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@12dccaf8a Merge pull request #46 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@7dbca83ff Merge pull request #44 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@162ca970b Merge pull request #43 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@abaf004cb Merge pull request #42 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@075ab81e5 Merge pull request #41 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@e072bc7cc Merge in latest dev/gfdl updates (#40)
- NOAA-GFDL/MOM6@cae4cfd05 Merge branch 'dev/gfdl' of github.com:wrongkindofdoctor/MOM6 into dev/gfdl
- NOAA-GFDL/MOM6@ece60c11e Merge branch 'NOAA-GFDL-dev/gfdl' into dev/gfdl
- NOAA-GFDL/MOM6@3e27e4793 Merge branch 'dev/gfdl' of git://github.com/NOAA-GFDL/MOM6 into NOAA-GFDL-dev/gfdl
- NOAA-GFDL/MOM6@59109032e Merge pull request #38 from wrongkindofdoctor/revert-37-dev/gfdl
- NOAA-GFDL/MOM6@3c15a0c11 Revert "Merge in dev/gfdl updates (#37)"
- NOAA-GFDL/MOM6@855d7069d Merge in dev/gfdl updates (#37)
- NOAA-GFDL/MOM6@2c32568b7 merge in latest dev/gfdl updates (#36)
- NOAA-GFDL/MOM6@09bcebcfe Merge pull request #35 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@124a071e4 Merge pull request #33 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@a427676bd Merge pull request #32 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@0b874f32c Merge pull request #31 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@a5386da98 Merge pull request #30 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@5b2852cde Merge pull request #28 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@22c586562 Merge pull request #27 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@f9b5a7fca Merge pull request #26 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@577208343 Merge pull request #25 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@5589d8cc3 Merge pull request #24 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@aa11e1f66 Merge pull request #23 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@b5e5c48a6 Merge pull request #22 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@911d0a240 Merge pull request #21 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@601eb679c Merge pull request #20 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@b4fd53be9 Merge pull request #19 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@f6879f425 Merge pull request #18 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@139ab1fc0 Merge pull request #17 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@a0c80dcf3 Merge pull request #16 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@42cca4f46 Merge pull request #15 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@a1c556b7f Merge pull request #14 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@f5bc54b67 Merge pull request #13 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@6ffc8976f Merge pull request #12 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@30d35a3c6 Merge pull request #11 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@1304880fb Merge pull request #10 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@522069b31 Merge pull request #9 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@1bbc8de13 Merge pull request #8 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@9aa2aaeb1 Merge pull request #7 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@b7f50fcbf Merge remote-tracking branch 'GFDL_MOM6/dev/gfdl' into dev/gfdl merge in latest MOM updates * GFDL_MOM6/dev/gfdl: (220 commits)   Update cache dir for /lustre/f2   Update cache dir for /lustre/f2   Calculate height-related diagnostics in Z   Set coord_adapt and coord_slight parameters in H   Corrected comments in build_zlike_column   +Pass max_depth to initialize_regridding in Z   Corrected comments in build_sigma_column   Combined scaling factors in build_adapt_column   Clarified comments in Idealized_Hurricane   +Recast MOM_diag_to_Z to work in units of Z   +Recast MOM_ALE_sponge to work in units of Z   +Added m_to_Z arg to horiz_interp_and_extrap_tracer   Find energetic_PBL column height changes in Z   +Find diapyc_energy_req column height changes in Z   Use local variables to rescale in MOM_Point_Accel   Recast MOM_sum_output to work in units of Z   Simplify MOM_diagnostics code   +Rescale depth inside of MEKE_lengthScales_0d   +Add conversion argument to register_static_field   Rescale values reported by PointAccel   ...
- NOAA-GFDL/MOM6@975262dc9 Merge pull request #5 from NOAA-GFDL/dev/gfdl
marshallward added a commit that referenced this issue May 23, 2022
(Note that the size of this commit log is due to a resync across
previously squashed pull requests.)

- NOAA-GFDL/MOM6@0b056864e Fix bugs in output files with rescaled heights
- NOAA-GFDL/MOM6@cf448a1ec MOM_file_parser unit test implementation
- NOAA-GFDL/MOM6@1c6696427 Rescaled dumbbell_initialize_thickness salinities
- NOAA-GFDL/MOM6@079fd3e44 +Add cons_temp_to_pot_temp & abs_saln_to_prac_saln
- NOAA-GFDL/MOM6@b3c41b105 +Rescale vars in MOM_temp_salt_initialize_from_Z
- NOAA-GFDL/MOM6@0e8acd90b +(*)Fix a scaling bug in MOM_horizontal_regridding
- NOAA-GFDL/MOM6@005c46066 Impose standard indentation in nuopc_cap code
- NOAA-GFDL/MOM6@3b05cdfdb Impose standard indentation in most driver code
- NOAA-GFDL/MOM6@9b1d382ae Style compliance in external/ODA_hooks code
- NOAA-GFDL/MOM6@1d8fb5091 +Style compliance in external/drifters code
- NOAA-GFDL/MOM6@84d78a661 +Revised stochastics code for style compliance
- NOAA-GFDL/MOM6@31d411776 Correct a few more temperature and salin units
- NOAA-GFDL/MOM6@6d78d2b0a +Add rescaling for temperature and salinity (2)
- NOAA-GFDL/MOM6@41a278b81 Candidate branch main->dev/gfdl
- NOAA-GFDL/MOM6@5a89a9d0c +Add rescaling for temperature and salinity (1)
- NOAA-GFDL/MOM6@44a786178 +Add scale argument to set_up_ALE_sponge
- NOAA-GFDL/MOM6@47f13924c Modify more units in temperature and saln comments
- NOAA-GFDL/MOM6@14a222ea3 Use simpler calculate_TFreeze interfaces
- NOAA-GFDL/MOM6@b8e599034 +Temperature and salinity rescaling in MOM_EOS.F90
- NOAA-GFDL/MOM6@5d88f2e47 Modify units in temperature and salinity comments
- NOAA-GFDL/MOM6@f52c40aec Fix a bug in the rescaling of drho_dT_dP
- NOAA-GFDL/MOM6@0903609a6 +Make equation of state interfaces more consistent
- NOAA-GFDL/MOM6@f51355476 Clarify argument units for int_density_dz_wright
- NOAA-GFDL/MOM6@75ebb4090 +Refactored MOM_density_integrals
- NOAA-GFDL/MOM6@3a9d51163 Revise how the drho_dT diagnostic is calculated
- NOAA-GFDL/MOM6@07df0bfd7 Clarify units for equation of state arguments
- NOAA-GFDL/MOM6@9c2e57310 Document variables in diagnoseMLDbyEnergy
- NOAA-GFDL/MOM6@548be25b5 Remove unused module use for calculate_density
- NOAA-GFDL/MOM6@861a8f14d Use ODA_2018_ANSWERS to specify ODA remapping
- NOAA-GFDL/MOM6@138396107 It would be good to initialize CS%answers_2018.
- NOAA-GFDL/MOM6@8d92579b2 Deleted an unused function, made public OBC funcs.
- NOAA-GFDL/MOM6@9c22ff272 Taking out some unused OBC constants.
- NOAA-GFDL/MOM6@3c7bd19ee More cleaning up for issue #54
- NOAA-GFDL/MOM6@4b218c07a Tweaks in response to Hallberg's comments.
- NOAA-GFDL/MOM6@57a1a8ae2 Rest of fix for issue #54.
- NOAA-GFDL/MOM6@41757c7a5 Fix the rebase
- NOAA-GFDL/MOM6@f50551ce4 Fix to Z_RESCALE bug in ePBL.
- NOAA-GFDL/MOM6@1e6924e03 More fixes for issue #54.
- NOAA-GFDL/MOM6@24f412d77 Part of the fix for issue #54.
- NOAA-GFDL/MOM6@6f48b9d1d Oops, more cleanup.
- NOAA-GFDL/MOM6@1853352a6 correction on type in directory name
- NOAA-GFDL/MOM6@28003a8f7 Adding in that SAL commit again.
- NOAA-GFDL/MOM6@4a9162839 Undoing some patches from others
- NOAA-GFDL/MOM6@11fa11406 Done with EPBL docs?
- NOAA-GFDL/MOM6@918742bbb Working on boundary layer docs.
- NOAA-GFDL/MOM6@a180d3316 return a more accurate error message in MOM_stochasics
- NOAA-GFDL/MOM6@1428a36ac Several little things, one is making sponge less verbose.
- NOAA-GFDL/MOM6@aac6b75dd update to gfdl 20210806 (#74)
- NOAA-GFDL/MOM6@71f7354d9 add comments
- NOAA-GFDL/MOM6@8775c6d41 revert logic wrt increments
- NOAA-GFDL/MOM6@64e83b7aa add logic to remove incrments from restart if outside IAU window
- NOAA-GFDL/MOM6@3e573eb11 add write_stoch_restart_ocn to MOM_stochastics
- NOAA-GFDL/MOM6@8382652d5 doxygen cleanup
- NOAA-GFDL/MOM6@97bbdbf6f move stochastics to external directory
- NOAA-GFDL/MOM6@199126eb7 stochastic physics re-write
- NOAA-GFDL/MOM6@0932b9ec1 remove debug statements
- NOAA-GFDL/MOM6@ebe9d1f6f remove PE_here from mom_ocean_model_nuopc.F90
- NOAA-GFDL/MOM6@077413af9 clean up of mom_ocean_model_nuopc.F90
- NOAA-GFDL/MOM6@b12c09cbb revert MOM_domains.F90
- NOAA-GFDL/MOM6@80fdfb4e8 remove stochastics container
- NOAA-GFDL/MOM6@65e0e71bb clean up of code for MOM6 coding standards
- NOAA-GFDL/MOM6@121ce71b3 correct coupled_driver/ocean_model_MOM.F90 and other cleanup
- NOAA-GFDL/MOM6@045d5c2db make stochastics optional
- NOAA-GFDL/MOM6@f874d1113 clean up MOM_domains
- NOAA-GFDL/MOM6@390fee8d0 re-write of stochastic code to remove CPP directives
- NOAA-GFDL/MOM6@48354da37 fix non stochastic ePBL calculation
- NOAA-GFDL/MOM6@583c6ae1e clean up code
- NOAA-GFDL/MOM6@878543d22 clean up debug statements
- NOAA-GFDL/MOM6@095c36ca4 additions for stochy restarts
- NOAA-GFDL/MOM6@6ff36ec6d add stochy_restart writing to mom_cap
- NOAA-GFDL/MOM6@cefdb81ed Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@2f5d83d3c Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@b6ac287b6 Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@45acf37f1 cleanup of code and enhancement of ePBL perts
- NOAA-GFDL/MOM6@e853f839b additions for stochastic physics and ePBL perts
- NOAA-GFDL/MOM6@d380f1dac An alternate fix to class(*) issues with FMS 2022-01
- NOAA-GFDL/MOM6@ba37f94ac Merge remote-tracking branch 'FSU/main' into feature/update-to-main-20220317 this is corresponding to MOM6 main 20220317 commit (hash # 399a7db1)
- NOAA-GFDL/MOM6@406bc59cd Merge remote-tracking branch 'alexandra/main' into dev/esmg
- NOAA-GFDL/MOM6@9c341f06e Merge remote-tracking branch 'gfdl/dev/gfdl' into dev/esmg
- NOAA-GFDL/MOM6@b4a67c1ad Merge remote-tracking branch 'gfdl/dev/gfdl' into dev/esmg
- NOAA-GFDL/MOM6@65b2c8249 Merge remote-tracking branch 'gfdl/dev/gfdl' into dev/esmg
- NOAA-GFDL/MOM6@966707f36 Merge remote-tracking branch 'GFDL/main' into feature/update-to-main-20220217 this is corresponding to MOM6 main branch 20220217 commit (hash # 6f6d4d6), which originally based on GFDL-candidate-20220129
- NOAA-GFDL/MOM6@ebb643af9 Oops, more cleanup.
- NOAA-GFDL/MOM6@65cccb7a0 correction on type in directory name
- NOAA-GFDL/MOM6@45d615191 Adding in that SAL commit again.
- NOAA-GFDL/MOM6@3dbf2f58d Undoing some patches from others
- NOAA-GFDL/MOM6@71908c8fd Done with EPBL docs?
- NOAA-GFDL/MOM6@b7b4141a6 Working on boundary layer docs.
- NOAA-GFDL/MOM6@c3ff425ce return a more accurate error message in MOM_stochasics
- NOAA-GFDL/MOM6@348a81b63 Several little things, one is making sponge less verbose.
- NOAA-GFDL/MOM6@9221b5d50 update to gfdl 20210806 (#74)
- NOAA-GFDL/MOM6@59e733f3e add comments
- NOAA-GFDL/MOM6@15e402940 revert logic wrt increments
- NOAA-GFDL/MOM6@78b8d7919 add logic to remove incrments from restart if outside IAU window
- NOAA-GFDL/MOM6@a5d90655d add write_stoch_restart_ocn to MOM_stochastics
- NOAA-GFDL/MOM6@e91c96609 doxygen cleanup
- NOAA-GFDL/MOM6@cf1d29628 move stochastics to external directory
- NOAA-GFDL/MOM6@493717a35 stochastic physics re-write
- NOAA-GFDL/MOM6@a67bc78a2 remove debug statements
- NOAA-GFDL/MOM6@e2431bc81 remove PE_here from mom_ocean_model_nuopc.F90
- NOAA-GFDL/MOM6@ea36db238 clean up of mom_ocean_model_nuopc.F90
- NOAA-GFDL/MOM6@4c931094f revert MOM_domains.F90
- NOAA-GFDL/MOM6@c7531a75f remove stochastics container
- NOAA-GFDL/MOM6@08dc1a44b clean up of code for MOM6 coding standards
- NOAA-GFDL/MOM6@e80d5f57e correct coupled_driver/ocean_model_MOM.F90 and other cleanup
- NOAA-GFDL/MOM6@0bf4ff0a1 make stochastics optional
- NOAA-GFDL/MOM6@9e7029ca8 clean up MOM_domains
- NOAA-GFDL/MOM6@58f1fe98f re-write of stochastic code to remove CPP directives
- NOAA-GFDL/MOM6@15dde3622 fix non stochastic ePBL calculation
- NOAA-GFDL/MOM6@49111ff9f clean up code
- NOAA-GFDL/MOM6@0c48bfc6a clean up debug statements
- NOAA-GFDL/MOM6@becb4420e additions for stochy restarts
- NOAA-GFDL/MOM6@36ce2d108 add stochy_restart writing to mom_cap
- NOAA-GFDL/MOM6@5f6973b4d Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@c48a46ae0 Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@a0e5b56af Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@a534541c5 cleanup of code and enhancement of ePBL perts
- NOAA-GFDL/MOM6@0add693a8 additions for stochastic physics and ePBL perts
- NOAA-GFDL/MOM6@9642b1d7b delete external/OCEAN_stochastic_phyiscs directory as Phil re-coded in external/stochastic_physics directory
- NOAA-GFDL/MOM6@e7c9ada10 solve minor conflict in mom_cap.F90 mom_ocean_model_nuopc.F90 and MOM_energetic_PBL.F90, add two new files: src/parameterizations/stochastic/MOM_stochastics.F90 and config_src/external/stochastic_physics/stochastic_physics.F90
- NOAA-GFDL/MOM6@fd02017ec Merge remote-tracking branch 'GFDL/main' into feature/update-to-GFDL-20211019
- NOAA-GFDL/MOM6@a9a957e3c return a more accurate error message in MOM_stochasics
- NOAA-GFDL/MOM6@ca2ae1c78 update to dev/emc
- NOAA-GFDL/MOM6@29016c20a Merge remote-tracking branch 'GFDL/main' into feature/update-to-GFDL-20210914 merge GFDL main 20210914 commit (hash # c09e199)
- NOAA-GFDL/MOM6@f8a8e4c4c update to gfdl 20210806 (#74)
- NOAA-GFDL/MOM6@16e6af0a7 update to dev/emc
- NOAA-GFDL/MOM6@237a5109b add comments
- NOAA-GFDL/MOM6@1b4273d3e revert logic wrt increments
- NOAA-GFDL/MOM6@5b2040ede add logic to remove incrments from restart if outside IAU window
- NOAA-GFDL/MOM6@c5f2b72d7 add write_stoch_restart_ocn to MOM_stochastics
- NOAA-GFDL/MOM6@bdf2dc7ee doxygen cleanup
- NOAA-GFDL/MOM6@8bc4acc55 move stochastics to external directory
- NOAA-GFDL/MOM6@a3fa3a13d Merge remote-tracking branch 'upstream/dev/emc' into ocn_stoch_july2021
- NOAA-GFDL/MOM6@e4bc00722 stochastic physics re-write
- NOAA-GFDL/MOM6@202cbd42c update to dev/emc
- NOAA-GFDL/MOM6@61717ee70 Merge remote-tracking branch 'origin/dev/emc' into ocn_stoch
- NOAA-GFDL/MOM6@565e0bb43 remove debug statements
- NOAA-GFDL/MOM6@a4c041101 Merge remote-tracking branch 'upstream/dev/emc' into ocn_stoch
- NOAA-GFDL/MOM6@689a73ffd remove PE_here from mom_ocean_model_nuopc.F90
- NOAA-GFDL/MOM6@8afe96920 clean up of mom_ocean_model_nuopc.F90
- NOAA-GFDL/MOM6@25ed4fc31 revert MOM_domains.F90
- NOAA-GFDL/MOM6@b8d9888fa place stochastic array in fluxes container and make SPPT specific arrays allocatable
- NOAA-GFDL/MOM6@d984a7e1b remove stochastics container
- NOAA-GFDL/MOM6@eb88219af clean up of code for MOM6 coding standards
- NOAA-GFDL/MOM6@6e3ea1b00 correct coupled_driver/ocean_model_MOM.F90 and other cleanup
- NOAA-GFDL/MOM6@0b99c1f82 make stochastics optional
- NOAA-GFDL/MOM6@85023f89f Merge remote-tracking branch 'upstream/dev/emc' into ocn_stoch
- NOAA-GFDL/MOM6@80f9f44fa clean up MOM_domains
- NOAA-GFDL/MOM6@5443f8eff remove blank link in MOM_diagnostics
- NOAA-GFDL/MOM6@1727d9ab5 re-write of stochastic code to remove CPP directives
- NOAA-GFDL/MOM6@600ebf9a0 Merge remote-tracking branch 'upstream/dev/emc' into ocn_stoch
- NOAA-GFDL/MOM6@6bb9d0bc8 fix non stochastic ePBL calculation
- NOAA-GFDL/MOM6@1d7ffa370 clean up code
- NOAA-GFDL/MOM6@1dc0f4ff0 Merge remote-tracking branch 'upstream/dev/emc' into dev/emc
- NOAA-GFDL/MOM6@4bd9b9ed4 clean up debug statements
- NOAA-GFDL/MOM6@25ed5ef65 additions for stochy restarts
- NOAA-GFDL/MOM6@a2a374bce add stochy_restart writing to mom_cap
- NOAA-GFDL/MOM6@0c15f4c44 Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@bd477a951 Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@721240053 Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@7de295c86 cleanup of code and enhancement of ePBL perts
- NOAA-GFDL/MOM6@c2aa2a840 updates from dev/emc
- NOAA-GFDL/MOM6@182ef3403 additions for stochastic physics and ePBL perts
marshallward added a commit that referenced this issue Jul 7, 2022
- NOAA-GFDL/MOM6@3b80e443d Follow MOM6 code style guide
- NOAA-GFDL/MOM6@0c1e89a2c Add missing units
- NOAA-GFDL/MOM6@0e8acd90b +(*)Fix a scaling bug in MOM_horizontal_regridding
- NOAA-GFDL/MOM6@005c46066 Impose standard indentation in nuopc_cap code
- NOAA-GFDL/MOM6@3b05cdfdb Impose standard indentation in most driver code
- NOAA-GFDL/MOM6@9b1d382ae Style compliance in external/ODA_hooks code
- NOAA-GFDL/MOM6@1d8fb5091 +Style compliance in external/drifters code
- NOAA-GFDL/MOM6@84d78a661 +Revised stochastics code for style compliance
- NOAA-GFDL/MOM6@8f97b3d2f Corrections to cell-averaged density computation (#213)
- NOAA-GFDL/MOM6@41a278b81 Candidate branch main->dev/gfdl
- NOAA-GFDL/MOM6@e73c231fb +Set thickness_units for use by deta_dt diagnostic
- NOAA-GFDL/MOM6@2cd228fbe Adds conditional for setting fluxes%heat_content_*
- NOAA-GFDL/MOM6@fc3ab450b Avoid rotating arrays that are not associated
- NOAA-GFDL/MOM6@f81414708 Add missing logical to control allocation of fluxes
- NOAA-GFDL/MOM6@b9b67a838 Changes needed for when enthalpy is via coupler
- NOAA-GFDL/MOM6@fc05abe21 Modifications needed for when enthalpy is via CPL
- NOAA-GFDL/MOM6@7924fbaee Modify log/description of ENTHALPY_FROM_COUPLER
- NOAA-GFDL/MOM6@b7665f481 Heat conservation when enthalpy is via coupler
- NOAA-GFDL/MOM6@72daf7b0c Add option to receive enthalpy fluxes via coupler
- NOAA-GFDL/MOM6@861a8f14d Use ODA_2018_ANSWERS to specify ODA remapping
- NOAA-GFDL/MOM6@48ae48ae7 Remove unused variables
- NOAA-GFDL/MOM6@684878ee4 Add a deta_dt diagnostic to the split BT/BC mode (#99)
- NOAA-GFDL/MOM6@f6fc6ce17 FMS2: get_field_sizes with FMS1 emulation
- NOAA-GFDL/MOM6@f54338ad1 Fix non-standard white space (#109)
- NOAA-GFDL/MOM6@d729c679a +Remove append_substring
- NOAA-GFDL/MOM6@d8bc9639e Removal of non-standard extensions
- NOAA-GFDL/MOM6@7a147ad41 +Document or eliminate undocumented interfaces
- NOAA-GFDL/MOM6@e9fdf5de3 Standardized syntax in mask2d logical tests
- NOAA-GFDL/MOM6@c150f37a1 Correct --with-driver args for coupled tests (#106)
- NOAA-GFDL/MOM6@6809ee3a4 Fix tides_CS attribute in unsplit mode (#103)
- NOAA-GFDL/MOM6@28ff86e4e +Convective adjustment outside regridding_main
- NOAA-GFDL/MOM6@fd2060cda +Add Hybgen regridding
- NOAA-GFDL/MOM6@138396107 It would be good to initialize CS%answers_2018.
- NOAA-GFDL/MOM6@8d92579b2 Deleted an unused function, made public OBC funcs.
- NOAA-GFDL/MOM6@9c22ff272 Taking out some unused OBC constants.
- NOAA-GFDL/MOM6@3c7bd19ee More cleaning up for issue #54
- NOAA-GFDL/MOM6@d2fb2d0ed MOM_random: Set mask with bits rather than integer
- NOAA-GFDL/MOM6@a5350219b Mixed layer restrat statement function refactor
- NOAA-GFDL/MOM6@936b11fb6 Format string fixes; function index reorder
- NOAA-GFDL/MOM6@4b218c07a Tweaks in response to Hallberg's comments.
- NOAA-GFDL/MOM6@57a1a8ae2 Rest of fix for issue #54.
- NOAA-GFDL/MOM6@41757c7a5 Fix the rebase
- NOAA-GFDL/MOM6@f50551ce4 Fix to Z_RESCALE bug in ePBL.
- NOAA-GFDL/MOM6@1e6924e03 More fixes for issue #54.
- NOAA-GFDL/MOM6@24f412d77 Part of the fix for issue #54.
- NOAA-GFDL/MOM6@6f48b9d1d Oops, more cleanup.
- NOAA-GFDL/MOM6@1853352a6 correction on type in directory name
- NOAA-GFDL/MOM6@28003a8f7 Adding in that SAL commit again.
- NOAA-GFDL/MOM6@4a9162839 Undoing some patches from others
- NOAA-GFDL/MOM6@11fa11406 Done with EPBL docs?
- NOAA-GFDL/MOM6@918742bbb Working on boundary layer docs.
- NOAA-GFDL/MOM6@a180d3316 return a more accurate error message in MOM_stochasics
- NOAA-GFDL/MOM6@1428a36ac Several little things, one is making sponge less verbose.
- NOAA-GFDL/MOM6@aac6b75dd update to gfdl 20210806 (#74)
- NOAA-GFDL/MOM6@71f7354d9 add comments
- NOAA-GFDL/MOM6@8775c6d41 revert logic wrt increments
- NOAA-GFDL/MOM6@64e83b7aa add logic to remove incrments from restart if outside IAU window
- NOAA-GFDL/MOM6@3e573eb11 add write_stoch_restart_ocn to MOM_stochastics
- NOAA-GFDL/MOM6@8382652d5 doxygen cleanup
- NOAA-GFDL/MOM6@97bbdbf6f move stochastics to external directory
- NOAA-GFDL/MOM6@199126eb7 stochastic physics re-write
- NOAA-GFDL/MOM6@0932b9ec1 remove debug statements
- NOAA-GFDL/MOM6@ebe9d1f6f remove PE_here from mom_ocean_model_nuopc.F90
- NOAA-GFDL/MOM6@077413af9 clean up of mom_ocean_model_nuopc.F90
- NOAA-GFDL/MOM6@b12c09cbb revert MOM_domains.F90
- NOAA-GFDL/MOM6@80fdfb4e8 remove stochastics container
- NOAA-GFDL/MOM6@65e0e71bb clean up of code for MOM6 coding standards
- NOAA-GFDL/MOM6@121ce71b3 correct coupled_driver/ocean_model_MOM.F90 and other cleanup
- NOAA-GFDL/MOM6@045d5c2db make stochastics optional
- NOAA-GFDL/MOM6@f874d1113 clean up MOM_domains
- NOAA-GFDL/MOM6@390fee8d0 re-write of stochastic code to remove CPP directives
- NOAA-GFDL/MOM6@48354da37 fix non stochastic ePBL calculation
- NOAA-GFDL/MOM6@583c6ae1e clean up code
- NOAA-GFDL/MOM6@878543d22 clean up debug statements
- NOAA-GFDL/MOM6@095c36ca4 additions for stochy restarts
- NOAA-GFDL/MOM6@6ff36ec6d add stochy_restart writing to mom_cap
- NOAA-GFDL/MOM6@cefdb81ed Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@2f5d83d3c Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@b6ac287b6 Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@45acf37f1 cleanup of code and enhancement of ePBL perts
- NOAA-GFDL/MOM6@e853f839b additions for stochastic physics and ePBL perts
- NOAA-GFDL/MOM6@78c574be1 Add missing h_neglect (#98)
- NOAA-GFDL/MOM6@edd3f9c68 +Corrected units in dumbbell get_param calls
- NOAA-GFDL/MOM6@db59e142d MOM_neutral_diffusion code cleanup
- NOAA-GFDL/MOM6@063ef75fa Minor get_param call reformatting
- NOAA-GFDL/MOM6@6bfd073b2 +Avoid nonsensical units descriptions
- NOAA-GFDL/MOM6@c626cc464 MOM_internal_tides diagnostic code simplification
- NOAA-GFDL/MOM6@305f74473 Rescale new_depth in apply_topography_edits_from_file
- NOAA-GFDL/MOM6@39206d91b Simplify diagnostics using global_area_integral
- NOAA-GFDL/MOM6@a6992a9d6 Convert global_area_mean diagnostics when writing
- NOAA-GFDL/MOM6@9c4363ed2 +Add optional conversion argument to register_diag_scalar
- NOAA-GFDL/MOM6@356671c20 +Refactor writing the vertical_coordinate file
- NOAA-GFDL/MOM6@08582eead add residual loss term for internal tides (#95)
- NOAA-GFDL/MOM6@4c5e98e1b Error handler support
- NOAA-GFDL/MOM6@2ac64b39c Set INPUT_STR_LENGTH to 1024
- NOAA-GFDL/MOM6@4e94c5d6a Reduce the populate_param_data memory footprint
- NOAA-GFDL/MOM6@3b5d2641a Support arbitrarily long parameter spec lines
- NOAA-GFDL/MOM6@97331e705 +Better multi-line parameter specification handling
- NOAA-GFDL/MOM6@8bf9abbad reworked algebra corner spread, rotation parenthesis (#90)
- NOAA-GFDL/MOM6@ce22d7aea add missing shared variable
- NOAA-GFDL/MOM6@115d71477 Ice dynamics (#80)
- NOAA-GFDL/MOM6@7c3f31bd4 +(*)Write unscaled MOM6 restart files
- NOAA-GFDL/MOM6@11d03b13b +Add unit conversion capability for restarts
- NOAA-GFDL/MOM6@966d50f15 (*)Minor MOM_hor_visc code cleanup
- NOAA-GFDL/MOM6@ab4d226bb +(*)MOM_hor_visc bug fix and loop size cleanup
- NOAA-GFDL/MOM6@8c6ae0eea Corrected the license on RGC_initialization.F90
- NOAA-GFDL/MOM6@a002923ae (*)Fix rescaling in RGC_initialize_sponges
- NOAA-GFDL/MOM6@14a28f477 Avoid copying the tracer registry in advect_tracer
- NOAA-GFDL/MOM6@5a8590b03 +Add Laplacian diffusion of interface heights
- NOAA-GFDL/MOM6@406bc59cd Merge remote-tracking branch 'alexandra/main' into dev/esmg
- NOAA-GFDL/MOM6@9c341f06e Merge remote-tracking branch 'gfdl/dev/gfdl' into dev/esmg
- NOAA-GFDL/MOM6@3675c2169 +Add Hybgen remapping options
- NOAA-GFDL/MOM6@304294260 Fix nolibs build in CI pipeline
- NOAA-GFDL/MOM6@d5601696e +Stop logging NEW_SPONGES
- NOAA-GFDL/MOM6@6963b222d Add KPP nonlocal term to passive tracers (#202)
- NOAA-GFDL/MOM6@efa503bd2 bugfix: static h_new shape remaining_transport_sum
- NOAA-GFDL/MOM6@b4a67c1ad Merge remote-tracking branch 'gfdl/dev/gfdl' into dev/esmg
- NOAA-GFDL/MOM6@464046138 (*)Avoid negative thicknesses in mixed_layer_restrat
- NOAA-GFDL/MOM6@9a01cd501 +Add ALE options mimicking Hycom
- NOAA-GFDL/MOM6@9caa7010f (+) Refactor of MOM_file_parser
- NOAA-GFDL/MOM6@fa2832c11 +(*)Rescale variables with homogenize_forcing
- NOAA-GFDL/MOM6@b3e80f73f +(*)Add tmp_scale arguments to global_area_mean
- NOAA-GFDL/MOM6@a468bee03 Removed trailing white space
- NOAA-GFDL/MOM6@a0d02387e (*)+Use reproducing stocks for all tracer packages
- NOAA-GFDL/MOM6@1bf82205a (*)+Reproducing tracer stocks
- NOAA-GFDL/MOM6@8197cea79 Use global_mass_integral in lateral_bdry_diff
- NOAA-GFDL/MOM6@9c7bf292d +Add global_mass_int_EFP
- NOAA-GFDL/MOM6@d46dbc775 Report mean temperature from MOM_state_stats()
- NOAA-GFDL/MOM6@65b2c8249 Merge remote-tracking branch 'gfdl/dev/gfdl' into dev/esmg
- NOAA-GFDL/MOM6@149073fea Remove hard-wired parameter in adjustEtaToFitBathymetry (#69)
- NOAA-GFDL/MOM6@32e1ecf45 Fixes issues with the GME code and get_param calls for Leith options (#65)
- NOAA-GFDL/MOM6@098f5c9d9 fix u10_sqr dimensional scaling
- NOAA-GFDL/MOM6@b39648adc merge with latest main (2020feb17) and resolve conflicts
- NOAA-GFDL/MOM6@e84160915 remove unnecessary optional flag
- NOAA-GFDL/MOM6@c166358b2 Add optional argument to FMS2 version of get_field_size
- NOAA-GFDL/MOM6@fc5253f73 (*)Correct memory declarations in MOM_regridding
- NOAA-GFDL/MOM6@035ae5c85 Misc dimensional consistency fixes in regridding, remapping, and MEKE routines
- NOAA-GFDL/MOM6@75bf521e2 +Move MOM_scaling_check.F90 to MOM_unique_scales.F90
- NOAA-GFDL/MOM6@56401b637 +Add MOM_check_scaling.F90 and MOM_scaling_check.F90
- NOAA-GFDL/MOM6@c18185422 fix line lenght error in MOM_wave_interface
- NOAA-GFDL/MOM6@ebb643af9 Oops, more cleanup.
- NOAA-GFDL/MOM6@65cccb7a0 correction on type in directory name
- NOAA-GFDL/MOM6@45d615191 Adding in that SAL commit again.
- NOAA-GFDL/MOM6@3dbf2f58d Undoing some patches from others
- NOAA-GFDL/MOM6@71908c8fd Done with EPBL docs?
- NOAA-GFDL/MOM6@b7b4141a6 Working on boundary layer docs.
- NOAA-GFDL/MOM6@c3ff425ce return a more accurate error message in MOM_stochasics
- NOAA-GFDL/MOM6@348a81b63 Several little things, one is making sponge less verbose.
- NOAA-GFDL/MOM6@9221b5d50 update to gfdl 20210806 (#74)
- NOAA-GFDL/MOM6@59e733f3e add comments
- NOAA-GFDL/MOM6@15e402940 revert logic wrt increments
- NOAA-GFDL/MOM6@78b8d7919 add logic to remove incrments from restart if outside IAU window
- NOAA-GFDL/MOM6@a5d90655d add write_stoch_restart_ocn to MOM_stochastics
- NOAA-GFDL/MOM6@e91c96609 doxygen cleanup
- NOAA-GFDL/MOM6@cf1d29628 move stochastics to external directory
- NOAA-GFDL/MOM6@493717a35 stochastic physics re-write
- NOAA-GFDL/MOM6@a67bc78a2 remove debug statements
- NOAA-GFDL/MOM6@e2431bc81 remove PE_here from mom_ocean_model_nuopc.F90
- NOAA-GFDL/MOM6@ea36db238 clean up of mom_ocean_model_nuopc.F90
- NOAA-GFDL/MOM6@4c931094f revert MOM_domains.F90
- NOAA-GFDL/MOM6@c7531a75f remove stochastics container
- NOAA-GFDL/MOM6@08dc1a44b clean up of code for MOM6 coding standards
- NOAA-GFDL/MOM6@e80d5f57e correct coupled_driver/ocean_model_MOM.F90 and other cleanup
- NOAA-GFDL/MOM6@0bf4ff0a1 make stochastics optional
- NOAA-GFDL/MOM6@9e7029ca8 clean up MOM_domains
- NOAA-GFDL/MOM6@58f1fe98f re-write of stochastic code to remove CPP directives
- NOAA-GFDL/MOM6@15dde3622 fix non stochastic ePBL calculation
- NOAA-GFDL/MOM6@49111ff9f clean up code
- NOAA-GFDL/MOM6@0c48bfc6a clean up debug statements
- NOAA-GFDL/MOM6@becb4420e additions for stochy restarts
- NOAA-GFDL/MOM6@36ce2d108 add stochy_restart writing to mom_cap
- NOAA-GFDL/MOM6@5f6973b4d Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@c48a46ae0 Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@a0e5b56af Update MOM_diabatic_driver.F90
- NOAA-GFDL/MOM6@a534541c5 cleanup of code and enhancement of ePBL perts
- NOAA-GFDL/MOM6@0add693a8 additions for stochastic physics and ePBL perts
- NOAA-GFDL/MOM6@a00b7799f Merge remote-tracking branch 'NCAR/surfbands_refactor' into BGR_Stokes_DDT_Fixes
- NOAA-GFDL/MOM6@dc59b117b Fixing restart issue with Stokes time tendency term.
- NOAA-GFDL/MOM6@f89fd1351 Fixing diagnostic mode for vortex force correction term.
- NOAA-GFDL/MOM6@58874a5f3 Updates	to Stokes drift	terms, primarily the pressure gradient routine.
- NOAA-GFDL/MOM6@4f592f298 More changes for surfbands wave coupling: - for ustkb and vstkb, call pass_var, instead of pass_vector because they are on h grd. -remove unused ustk0 and vstk0 arrays. - correct the order of wave-related get param & allocate_forcing calls in nuopc cap. - add lamult flag to allocate_forcing_by_group because lamult should only be allocated if wave_method=="EFACTOR".
- NOAA-GFDL/MOM6@28268d3e6 fixes in MOM_wave_interface array indices
- NOAA-GFDL/MOM6@dc93bdeef Fixes for Stokes time tendency terms
- NOAA-GFDL/MOM6@b619d38eb remove duplicate assignments of dvdx and dudy. These duplicate assignments incorrectly override dvdx and dudy when surfbands wave coupling is on.
- NOAA-GFDL/MOM6@cb671d2c0 merge with latest dev/ncar and resolve conflicts
- NOAA-GFDL/MOM6@d4c36a60a Fix openmp test by adding Stokes_VT to shr clause in MOM_CoriolisAdv. Also remove the Passive_Stokes_VF block since it's never set to true.
- NOAA-GFDL/MOM6@e2ab77e99 initialize wave option flags to false
- NOAA-GFDL/MOM6@c880a156a For the drivers calling MOM_wave_interface_init, add the optional waves_csp arg to initialize_MOM calls so as to ensure that the waves_csp is allocated. This commit also has several misc doxygen fixes.
- NOAA-GFDL/MOM6@e7f628e17 refactoring and changes to write stokes drift profile to restart file when surfbands wave coupling mode is on.
- NOAA-GFDL/MOM6@15c3d53de changes in the nuopc cap to support arbitrary stokes bands With these changes, arbitrary number of of partitioned stokes drift components may be imported from ww3 when coupled within cesm. After the planned unification of ww3 nuopc caps of CESM and EMC, the old (fixed) approach may be removed.
- NOAA-GFDL/MOM6@eacd9d016 fix doxygen errors in surfbands_refactor branch
- NOAA-GFDL/MOM6@a0d1d9982 Do not call get_Langmuir_Number if lamult is already provided via ww3
- NOAA-GFDL/MOM6@b1c341248 enclose stokes vorticity diag computations with Stokes_VF conditional
- NOAA-GFDL/MOM6@824039dac enclose stokes vorticity diag computations with Stokes_VF conditional
- NOAA-GFDL/MOM6@59a31f62c remove unnecessary ampersands from variable declarations
- NOAA-GFDL/MOM6@dcf30ac50 merge pr1507 with dev/ncar and resolve conflicts in MOM_tidal_mixing
- NOAA-GFDL/MOM6@6e94b699b disable the register of tidal mixing coeff diags when they are unavailable
- NOAA-GFDL/MOM6@e3d190db3 In NUOPC cap, add ability to import fields with ungridded dimensions
- NOAA-GFDL/MOM6@380a04090 Merge remote-tracking branch 'breichl/Stokes_Forces' into pstokes_wave_cpl_mehtod
- NOAA-GFDL/MOM6@c5f1d442e Updating name of Stokes PGF routine to be more descriptive.
- NOAA-GFDL/MOM6@a6de11c92 Remote application of Stokes tendency on thermodynamic step
- NOAA-GFDL/MOM6@9fbdf11ec Finish incomplete merge in MOM_wave_interface.
- NOAA-GFDL/MOM6@77084ecc9 Adding Stokes forces implementation and diags.

SIS2: Replace MOM_memory.h with SIS2_memory.h

- NOAA-GFDL/SIS2@55dbb3a Replace MOM_memory.h with SIS2_memory.h
- NOAA-GFDL/SIS2@33589c6 Fixed the syntax of new comments in PR #173
- NOAA-GFDL/SIS2@164e404 Getting OBCs with MERGED_CONTINUITY to work
- NOAA-GFDL/SIS2@d62188d OBC's for C-grid stress.
- NOAA-GFDL/SIS2@c84a83b Start of ice OBCs - it compiles.
- NOAA-GFDL/SIS2@2ac240a Merge remote-tracking branch 'gfdl/dev/gfdl' into dev/esmg
- NOAA-GFDL/SIS2@a9884b8 Merge remote-tracking branch 'gfdl/dev/gfdl' into dev/esmg
- NOAA-GFDL/SIS2@3399a73 Merge remote-tracking branch 'gfdl/dev/gfdl' into dev/esmg
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