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

Remove "coupled" CPP flag, add ssh_stress namelist #496

Merged
merged 4 commits into from
Jul 31, 2020

Commits on Jul 29, 2020

  1. Remove "coupled" CPP flag and replace as needed

      Remove "fake MPI" capability in serial/ice_communicate.F90
      Add ssh_stress variable/namelist with options 'geostrophic' or 'slope' to specify the computation of the sea surface height stress term.
      Add ssh_stress to ice_in, set to 'geostrophic'.
      Add ssh_stress to namelist documentation
      Change "coupled" to CESMCOUPLED in ice_init on check for oceanmixed_ice setting
      Clean up drivers
        remove "coupled" and CESMCOUPLED from standalone/cice as if neither were set
        remove "coupled" macro end_run call in nuopc/cmeps, CESMCOUPLED left mostly alone
        remove "coupled" and CESMCOUPLED from mct/cesm1 as if both were set
        remove "coupled" and CESMCOUPLED from direct/hadgem as if both were set
        no changes to nuopc/dmi, prefer dmi make those changes
    Fix error in coriolis namelist documentation where Cstar was in the wrong place
    
    NOTE: Coupled systems should leverage the new ssh_stress namelist to turn on the 'slope' option.  The coupled CPP flag is no longer in use.
    apcraig committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    dd0d762 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    0a1bf0d View commit details
    Browse the repository at this point in the history
  2. update documentation

    apcraig committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    55e6261 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71857f0 View commit details
    Browse the repository at this point in the history