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

Reorganizing single-column experiments #29

Closed
adcroft opened this issue May 6, 2015 · 0 comments
Closed

Reorganizing single-column experiments #29

adcroft opened this issue May 6, 2015 · 0 comments

Comments

@adcroft
Copy link
Member

adcroft commented May 6, 2015

This is a heads up that we are about to move some experiments around within MOM6-examples.
Any testing scripts you use will have to be adapted once we've committed the reorganization.

  • single_column and single_column_z are being merged such that
    • ocean_only/single_column/ -> ocean_only/single_column/BML/
    • ocean_only/single_column_z/ -> ocean_only/single_column/KPP/
  • SCM_KPP_tests is being renamed as are the sub-directories
    • ocean_only/SCM_KPP_tests/ -> ocean_only/CVmix_SCM_tests/
    • ocean_only/SCM_KPP_tests/WSwPSBF.A/ -> ocean_only/CVmix_SCM_tests/wind_only/KPP/
    • ocean_only/SCM_KPP_tests/WSwPSBF.B/ -> ocean_only/CVmix_SCM_tests/skin_warming_wind/KPP/
    • ocean_only/SCM_KPP_tests/WSwPSBF.C/ is being deleted
    • We will be adding a host of new tests under ocean_only/CVmix_SCM_tests/

After the reorganization we will, in later commits, be:

  • adding a BML/ test under each of the CVmix_SCM_tests;
  • extending CVmix_SCM_tests to include mech_only, skin_warming_mech, sw_warming_only, cooling_only, evap_only, precip_only, precip_wind, and probably more;
  • adding a third boundary layer scheme (IEBL) under all the above locations.
@adcroft adcroft closed this as completed May 19, 2015
adcroft added a commit to adcroft/MOM6-examples that referenced this issue Jan 20, 2021
- NOAA-GFDL/MOM6@fe5e60589 Merge branch 'jiandewang-main-candidate-EMC-2021-01-04' into main
- NOAA-GFDL/MOM6@ea5e2458f Fixed white space and line length
- NOAA-GFDL/MOM6@c05b042d9 Added API documentation for chkerr()
- NOAA-GFDL/MOM6@172025dd8 add documentation for function ChkErr
- NOAA-GFDL/MOM6@633dc9241 add documentation for mom_cap_methods remove duplicated declearation of function chkerr, change case to match
- NOAA-GFDL/MOM6@5f5871c1d Addressing reviewers comments: * document wave coupling  variables * switch ii jj loops for computational efficiency * clarify error message * fix indexing and style
- NOAA-GFDL/MOM6@971802a7d revert back to GFDL main for coupled_driver codes
- NOAA-GFDL/MOM6@d50251632 minor enhancement in MOM_wave_interface.F90 to aviod undocumented error
- NOAA-GFDL/MOM6@593aecb3b Merge pull request NOAA-GFDL#45 from jiandewang/feature/update-to-GFDL-20201215
- NOAA-GFDL/MOM6@5d0f8b481 Merge commit '0f664aa82f3034252c334dad1e4129f2fee112e3' into feature/update-to-GFDL-20201215 this is corresponding to GFDL main branch commit 20201218 (hash # 0f664aa)
- NOAA-GFDL/MOM6@18bf38869 Merge pull request NOAA-GFDL#43 from NOAA-EMC/bugfix/mom6solo-ufs
- NOAA-GFDL/MOM6@2c150d951 bugfix: make the last argument in subroutine Update_Surface_Waves to be optional in src/user/MOM_wave_interface.F90.  This is a bug from PR NOAA-GFDL#23 bbdef39.
- NOAA-GFDL/MOM6@966d60800 Merge pull request NOAA-GFDL#40 from jiandewang/feature/update-to-GFDL-20201022
- NOAA-GFDL/MOM6@aff9c2c60 Merge commit 'ced41b5183920e0993f135feda0496a07a65981a' into feature/update-to-GFDL-20201022 this is corresponding to GFDL main 20201022 commit main-candidate-2020-09-18
- NOAA-GFDL/MOM6@7a76a1390 Merge pull request NOAA-GFDL#37 from aerorahul/bugfix/fieldwidth
- NOAA-GFDL/MOM6@d13efbe1c fix fieldwidth error with gfortran
- NOAA-GFDL/MOM6@3ce81f4c2 Merge pull request NOAA-GFDL#35 from jiandewang/feature/update-to-GFDL-20200811
- NOAA-GFDL/MOM6@fbfa05b91 Merge commit 'eb57e51f5ed2287e593c6de3a1e986735335ca55' into feature/update-to-GFDL-20200811
- NOAA-GFDL/MOM6@eb58a2e23 add ocean lag option, make cap consistent  (NOAA-GFDL#33)
- NOAA-GFDL/MOM6@7e1188c72 add statediagnose feature (NOAA-GFDL#31)
- NOAA-GFDL/MOM6@728c429c3 Merge pull request NOAA-GFDL#29 from jiandewang/feature/update-to-GFDL-20200515-2bug-fix
- NOAA-GFDL/MOM6@cbcf3ec9b bug fixing: (1) add missing halo in MOM_full_convection.F90 (2) remove wrong logic "not" in MOM.F90 at line 2669
- NOAA-GFDL/MOM6@4fccd95e9 merge GFDL dev/master May 29, 2020 commit (hash # 48d208d), which refer to dev-master-candidate-2020-05-15 solve conflict in: (1) config_src/coupled_driver/MOM_surface_forcing_gfdl.F90 (2) src/core/MOM_forcing_type.F90
- NOAA-GFDL/MOM6@bbdef39ae Updates for wave coupling in NUOPC  (NOAA-GFDL#23)
- NOAA-GFDL/MOM6@8d565ccdd nuopc_driver updates (NOAA-GFDL#22)
- NOAA-GFDL/MOM6@f8bc91c14 Feature/logcleanup (NOAA-GFDL#20)
- NOAA-GFDL/MOM6@6d2a83468 Merge pull request NOAA-GFDL#18 from jiandewang/update-to-GFDL-20200327
- NOAA-GFDL/MOM6@6aec544ea merge GFDL dev/master 20200401 commit (hash # 010492e) solve conflice in mom_surface_forcing_nuopc.F90
- NOAA-GFDL/MOM6@161cbb907 Merge pull request NOAA-GFDL#14 from jiandewang/update-to-GFDL-20200108
- NOAA-GFDL/MOM6@ca73ebb14 Merge remote-tracking branch 'Denise/feature/debugMOM6' into update-to-GFDL-20200108
- NOAA-GFDL/MOM6@8c23ae9ad fix divide by zero in wave_interface which allows for running in debug mode for NEMS (NOAA-GFDL#12)
- NOAA-GFDL/MOM6@d86631527 solve conflict in mom_surface_forcing_nuopc.F90
- NOAA-GFDL/MOM6@40871c180 more better way of fixing divide by zero
- NOAA-GFDL/MOM6@ae51d44ec fix to wave_interface for debugging; looked safe but gave error about mixed complex and real variables
- NOAA-GFDL/MOM6@7951a8436 fix divide by zero
adcroft added a commit to adcroft/MOM6-examples that referenced this issue Jan 20, 2021
- NOAA-GFDL/MOM6@55279ccc4 Merge branch 'main' into main-to-gfdl
- NOAA-GFDL/MOM6@fe5e60589 Merge branch 'jiandewang-main-candidate-EMC-2021-01-04' into main
- NOAA-GFDL/MOM6@ea5e2458f Fixed white space and line length
- NOAA-GFDL/MOM6@c05b042d9 Added API documentation for chkerr()
- NOAA-GFDL/MOM6@172025dd8 add documentation for function ChkErr
- NOAA-GFDL/MOM6@263d355a1 Merge pull request #1291 from MJHarrison-GFDL/oda_use_framework
- NOAA-GFDL/MOM6@02c08f68a Merge pull request NOAA-GFDL#12 from Hallberg-NOAA/Harrison_ODA_use_framework
- NOAA-GFDL/MOM6@4d839aa44 Merge branch 'oda_use_framework' of https://github.com/MJHarrison-GFDL/MOM6 into Harrison_ODA_use_framework
- NOAA-GFDL/MOM6@b90ad5cc6 Merge pull request #1289 from Hallberg-NOAA/revise_framework_more
- NOAA-GFDL/MOM6@fcae4b9f9 Merge branch 'dev/gfdl' into revise_framework_more
- NOAA-GFDL/MOM6@da8e4cb8b Merge pull request #1292 from adcroft/nuopc-api-test
- NOAA-GFDL/MOM6@49c7fddfe Merge branch 'dev/gfdl' into nuopc-api-test
- NOAA-GFDL/MOM6@2157311ff Merge branch 'dev/gfdl' into revise_framework_more
- NOAA-GFDL/MOM6@be5fb700a Merge pull request #1287 from marshallward/hor_visc_2x
- NOAA-GFDL/MOM6@d4fe16e3c Merge branch 'dev/gfdl' into nuopc-api-test
- NOAA-GFDL/MOM6@354d6d640 MOM_hor_visc: Revert tension/shear loop fusion
- NOAA-GFDL/MOM6@eb0c03a3d Avoid unnecessary steps in actions/testing_setup
- NOAA-GFDL/MOM6@e29a12b80 Adds a GH workflow to check driver APIs
- NOAA-GFDL/MOM6@776a81510 Merge branch 'dev/gfdl' of github.com:NOAA-GFDL/MOM6 into oda_use_framework
- NOAA-GFDL/MOM6@408e3a402 Pass through interface to FMS ensemble manager
- NOAA-GFDL/MOM6@18aff413a Replace FMS infrastructure specific calls with equivalent MOM interfaces
- NOAA-GFDL/MOM6@bfdbe2115 New interfaces for array redistribution across domains.
- NOAA-GFDL/MOM6@b6ce7c742 pass through interfaces for mpp_broadcast_domain and mpp_set_root_pe
- NOAA-GFDL/MOM6@6b24190c6 update analysis time after call to oda , consistent with SPEAR configurations
- NOAA-GFDL/MOM6@76b3ccce4 Use only for netcdf in MOM_horizontal_regridding
- NOAA-GFDL/MOM6@e4d984a7a +Created MOM_diag_manager to wrap diag_manager
- NOAA-GFDL/MOM6@7114d63c1 Merge branch 'dev/gfdl' into hor_visc_2x
- NOAA-GFDL/MOM6@9dabf3f52 Merge branch 'dev/gfdl' into revise_framework_more
- NOAA-GFDL/MOM6@76cb4718d Cleaned up MOM_horizontal_regridding
- NOAA-GFDL/MOM6@0bd16f4ab Merge pull request #1283 from Hallberg-NOAA/revise_framework
- NOAA-GFDL/MOM6@f7beef432 Merge branch 'dev/gfdl' into revise_framework
- NOAA-GFDL/MOM6@91b6a15c7 Merge pull request #1288 from adcroft/stream-log-on-fail
- NOAA-GFDL/MOM6@43ae9ae7d Adds --with-driver option to configure
- NOAA-GFDL/MOM6@a0eb0b69b Always stream job logs in gitlab pipeline
- NOAA-GFDL/MOM6@d610712fe Merge branch 'revise_framework' into revise_framework_more
- NOAA-GFDL/MOM6@77d0cbe9c Corrected a bug using IO_LAYOUT in place of LAYOUT
- NOAA-GFDL/MOM6@906bdc484 Merge branch 'revise_framework' into revise_framework_more
- NOAA-GFDL/MOM6@a433cac41 Merge branch 'dev/gfdl' into revise_framework
- NOAA-GFDL/MOM6@1417dceb4 +Added MOM_interpolate.F90
- NOAA-GFDL/MOM6@873e4bc3a Merge pull request #1282 from Hallberg-NOAA/indent_cleanup
- NOAA-GFDL/MOM6@571013dad +Added MOM_coms_wrapper.F90
- NOAA-GFDL/MOM6@5c93def09 MOM_hor_visc: horizontal_viscosity loop reorder
- NOAA-GFDL/MOM6@dc7476755 Adds targets check_mom6_api_nuopc, check_mom6_api_coupled
- NOAA-GFDL/MOM6@e1ca9a905 Doxygen comments for get_layout_extents arguments
- NOAA-GFDL/MOM6@45d29a99c +Added an explicit interface to open_file
- NOAA-GFDL/MOM6@51720fb33 +Split MOM_io_wrapper.F90 out from MOM_io.F90
- NOAA-GFDL/MOM6@37ef28bc0 +Add get_domain_components to MOM_domains.F90
- NOAA-GFDL/MOM6@81a6ff8ee +Add explicit interface for field_exists to MOM_io
- NOAA-GFDL/MOM6@d8806f48e +Rename rotated_mpp_chksum to rotated_field_chksum
- NOAA-GFDL/MOM6@adb8ec46b +Add deallocate_MOM_domain and get_layout_extents
- NOAA-GFDL/MOM6@502eb301e (*)Call MOM_write_field in write_ocean_geometry_file
- NOAA-GFDL/MOM6@7091a09c1 +Add MOM_write_field
- NOAA-GFDL/MOM6@ee7dd32c8 +Add create_MOM_domain and MOM_domain_init.F90
- NOAA-GFDL/MOM6@1480fbee4 Fix non-standard indentation
- NOAA-GFDL/MOM6@e68d31a62 Merge pull request #1268 from Hallberg-NOAA/ke_from_GV
- NOAA-GFDL/MOM6@633dc9241 add documentation for mom_cap_methods remove duplicated declearation of function chkerr, change case to match
- NOAA-GFDL/MOM6@2fd4596c7 Corrected yet another OMP directive
- NOAA-GFDL/MOM6@5f5871c1d Addressing reviewers comments: * document wave coupling  variables * switch ii jj loops for computational efficiency * clarify error message * fix indexing and style
- NOAA-GFDL/MOM6@069760426 Corrected an OMP directive
- NOAA-GFDL/MOM6@5c9b5fad7 Corrected the statement setting use_ice_shelf
- NOAA-GFDL/MOM6@c14d208bb Merge commit 'a489a13b' into ke_from_GV
- NOAA-GFDL/MOM6@7de89471d Merge branch 'dev/gfdl' into ke_from_GV
- NOAA-GFDL/MOM6@d819ccf31 Merge pull request #1280 from Hallberg-NOAA/module_use_cleanup
- NOAA-GFDL/MOM6@ca5493caa Merge branch 'dev/gfdl' into module_use_cleanup
- NOAA-GFDL/MOM6@a489a13bd Merge branch 'dev/gfdl' into ke_from_GV
- NOAA-GFDL/MOM6@971802a7d revert back to GFDL main for coupled_driver codes
- NOAA-GFDL/MOM6@aea16f730 Use read_field_chksum in MOM_restart
- NOAA-GFDL/MOM6@aed5a680b +Add the new routine read_field_chksum to MOM_io
- NOAA-GFDL/MOM6@0b019b667 Avoid using memory macros in MOM_random.F90
- NOAA-GFDL/MOM6@611132731 Use MOM_read_data in RGC_initialization
- NOAA-GFDL/MOM6@9b0b8db88 Use MOM framework routines in MOM_open_boundary
- NOAA-GFDL/MOM6@1e6bdd6a1 Remove unused module use statements
- NOAA-GFDL/MOM6@fc6d60835 Merge branch 'dev/gfdl' into ke_from_GV
- NOAA-GFDL/MOM6@d50251632 minor enhancement in MOM_wave_interface.F90 to aviod undocumented error
- NOAA-GFDL/MOM6@204622f39 Merge branch 'dev/gfdl' into ke_from_GV
- NOAA-GFDL/MOM6@593aecb3b Merge pull request NOAA-GFDL#45 from jiandewang/feature/update-to-GFDL-20201215
- NOAA-GFDL/MOM6@5d0f8b481 Merge commit '0f664aa82f3034252c334dad1e4129f2fee112e3' into feature/update-to-GFDL-20201215 this is corresponding to GFDL main branch commit 20201218 (hash # 0f664aa)
- NOAA-GFDL/MOM6@6d5999639 Corrected an OMP directive
- NOAA-GFDL/MOM6@6096c6c2e Corrected spacing around semicolons between dos
- NOAA-GFDL/MOM6@3f7d3cf1e Corrected additional non-standard line indents
- NOAA-GFDL/MOM6@126743133 Merge branch 'dev/gfdl' into ke_from_GV
- NOAA-GFDL/MOM6@4075e747d Corrected non-standard line indents
- NOAA-GFDL/MOM6@9b333433f +Replace SZK_(G) with SZK_(GV)
- NOAA-GFDL/MOM6@8d9cecd6a Merge remote-tracking branch 'hallberg/simplify_diabatic' into ke_from_GV
- NOAA-GFDL/MOM6@4ab93b69d +Deprecate the use of G%ke, using GV%ke instead
- NOAA-GFDL/MOM6@18bf38869 Merge pull request NOAA-GFDL#43 from NOAA-EMC/bugfix/mom6solo-ufs
- NOAA-GFDL/MOM6@2c150d951 bugfix: make the last argument in subroutine Update_Surface_Waves to be optional in src/user/MOM_wave_interface.F90.  This is a bug from PR NOAA-GFDL#23 bbdef39.
- NOAA-GFDL/MOM6@966d60800 Merge pull request NOAA-GFDL#40 from jiandewang/feature/update-to-GFDL-20201022
- NOAA-GFDL/MOM6@aff9c2c60 Merge commit 'ced41b5183920e0993f135feda0496a07a65981a' into feature/update-to-GFDL-20201022 this is corresponding to GFDL main 20201022 commit main-candidate-2020-09-18
- NOAA-GFDL/MOM6@7a76a1390 Merge pull request NOAA-GFDL#37 from aerorahul/bugfix/fieldwidth
- NOAA-GFDL/MOM6@d13efbe1c fix fieldwidth error with gfortran
- NOAA-GFDL/MOM6@3ce81f4c2 Merge pull request NOAA-GFDL#35 from jiandewang/feature/update-to-GFDL-20200811
- NOAA-GFDL/MOM6@fbfa05b91 Merge commit 'eb57e51f5ed2287e593c6de3a1e986735335ca55' into feature/update-to-GFDL-20200811
- NOAA-GFDL/MOM6@eb58a2e23 add ocean lag option, make cap consistent  (NOAA-GFDL#33)
- NOAA-GFDL/MOM6@7e1188c72 add statediagnose feature (NOAA-GFDL#31)
- NOAA-GFDL/MOM6@728c429c3 Merge pull request NOAA-GFDL#29 from jiandewang/feature/update-to-GFDL-20200515-2bug-fix
- NOAA-GFDL/MOM6@cbcf3ec9b bug fixing: (1) add missing halo in MOM_full_convection.F90 (2) remove wrong logic "not" in MOM.F90 at line 2669
- NOAA-GFDL/MOM6@4fccd95e9 merge GFDL dev/master May 29, 2020 commit (hash # 48d208d), which refer to dev-master-candidate-2020-05-15 solve conflict in: (1) config_src/coupled_driver/MOM_surface_forcing_gfdl.F90 (2) src/core/MOM_forcing_type.F90
- NOAA-GFDL/MOM6@bbdef39ae Updates for wave coupling in NUOPC  (NOAA-GFDL#23)
- NOAA-GFDL/MOM6@8d565ccdd nuopc_driver updates (NOAA-GFDL#22)
- NOAA-GFDL/MOM6@f8bc91c14 Feature/logcleanup (NOAA-GFDL#20)
- NOAA-GFDL/MOM6@6d2a83468 Merge pull request NOAA-GFDL#18 from jiandewang/update-to-GFDL-20200327
- NOAA-GFDL/MOM6@6aec544ea merge GFDL dev/master 20200401 commit (hash # 010492e) solve conflice in mom_surface_forcing_nuopc.F90
- NOAA-GFDL/MOM6@161cbb907 Merge pull request NOAA-GFDL#14 from jiandewang/update-to-GFDL-20200108
- NOAA-GFDL/MOM6@ca73ebb14 Merge remote-tracking branch 'Denise/feature/debugMOM6' into update-to-GFDL-20200108
- NOAA-GFDL/MOM6@8c23ae9ad fix divide by zero in wave_interface which allows for running in debug mode for NEMS (NOAA-GFDL#12)
- NOAA-GFDL/MOM6@d86631527 solve conflict in mom_surface_forcing_nuopc.F90
- NOAA-GFDL/MOM6@40871c180 more better way of fixing divide by zero
- NOAA-GFDL/MOM6@ae51d44ec fix to wave_interface for debugging; looked safe but gave error about mixed complex and real variables
- NOAA-GFDL/MOM6@7951a8436 fix divide by zero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant