Revision d70ba2ee5df598719a6e0ea7f115b922908804a8 authored by Jon Wolfe on 01 February 2022, 22:09:54 UTC, committed by Jon Wolfe on 01 February 2022, 22:09:54 UTC
Initialize Coriolis param in its own subroutine

In situations where we do not expand the Earth sphere radius, the
Coriolist parameter still needs to get initialized to a realistic value.
This merge creates a new subroutine for initializing the Coriolis
parameter that is called regardless of whether the Earth sphere is being
expanded or not.

This bug was reported in: MPAS-Dev/compass#304

This only affects MPAS-Ocean in init mode and is bit-for-bit in E3SM.

[BFB]
2 parent s 098ae6c + edfa5d2
Raw File
codemeta.json
{
  "@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
  "@type": "SoftwareSourceCode",
  "author": [
    {
      "@type": "Organization",
      "name": "E3SM Project",
    }
  ],
  "identifier": "http://dx.doi.org/10.11578/E3SM/dc.20180418.36",
  "codeRepository": "https://github.com/E3SM-Project/E3SM",
  "datePublished": "2018-04-20",
  "keywords": "climate modeling",
  "license": "BSD",
  "title": "Energy Exascale Earth System Model",
  "version": "v1.0.0"
}
back to top