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

update MOM6 to its main branch commit 20211220 #81

Merged

Commits on Dec 20, 2021

  1. EMC stochastic candidate 20211028 (mom-ocean#1538)

    The stochastic physics feature has been added in MOM6. The following are from Phil Pegion:
    
    The ocean stochastic physics has been re-coded such that there is a wrapper in config_src/external/OCEAN_stochastic_phyiscs that contains the calls to the external stochastic_physics repository. This has been added to support non-UFS applications of MOM6 where the stochastic_physics repository is not part of the build. The init and run procedures are called from src/core/MOM.F90. I have also created a new control structure stochastic_CS, which contains the logical variables, and random patterns which are then passed into src/parameterizations/vertical/MOM_diabadic_driver.F90 and src/parameterizations/vertical/MOM_energetic-PBL.F90.
    
    The writing of the ocean stochastic restarts sit in config_src/nuopc_cap/mom_cap.F90
    
    Co-authored-by: pjpegion <Philip.Pegion@noaa.gov>
    jiandewang and pjpegion committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    9cb9304 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. 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
    jiandewang committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    e7c9ada View commit details
    Browse the repository at this point in the history
  2. delete external/OCEAN_stochastic_phyiscs directory as Phil re-coded i…

    …n external/stochastic_physics directory
    jiandewang committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9642b1d View commit details
    Browse the repository at this point in the history