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 mct/cesm1 driver, fix ss_tlt implementation #726

Merged
merged 2 commits into from
Jun 3, 2022

Commits on Jun 2, 2022

  1. Update ss_tltx, ss_tlty averaging/usage in evp, eap, vp

    Update mct/cesm1 driver for snow mods and other recent changes
    Remove USE_NETCDF cpp in io_pio2/ice_restart.F90, not needed or correct
    apcraig committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    74632f4 View commit details
    Browse the repository at this point in the history
  2. Add tripoleOnly flag to ice_HaloUpdate2DR8. This is needed in very

    limited situations where we want to ensure bit-for-bit across the seam,
    but do NOT want to update the halo in general.  In particular, this is
    needed for UAREA during initialization.  UAREA is explicitly computed
    in the halo to avoid missing data.  In some cases, uarea computed
    independently along the seam in the halo points results in roundoff
    level differences.  This will produce a small error in the simulation
    but more important, breaks the symmetry across the seam.  In that case,
    we just want to sync up the halo, but we do NOT want to update the
    independent UAREA halo computations elsewhere because of land block
    elimination and other situations where blocks have no neighbors.
    apcraig committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c3c9ce1 View commit details
    Browse the repository at this point in the history