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

Cci lst v3 uncert diagnostic #3696

Open
wants to merge 56 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 3, 2024

  1. cmorizer python and yml config file added

    morobking committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a74c966 View commit details
    Browse the repository at this point in the history
  2. All variables now included

    morobking committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4985426 View commit details
    Browse the repository at this point in the history
  3. Simple diagnostic to test CMORized V3 data. Not best practice but pri…

    …nts values, can be viewed in log file
    morobking committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bdc92b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    f3a2734 View commit details
    Browse the repository at this point in the history
  2. Simple arithmetic mean added

    morobking committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    447a14b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge branch 'cci_lst_v3_uncert_diagnostic' of github.com:ESMValGroup…

    …/ESMValTool into cci_lst_v3_uncert_diagnostic
    morobking committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    da2cd6a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Sum in quadrature added

    morobking committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a124e58 View commit details
    Browse the repository at this point in the history
  2. Mean weighted by root n added (eq 7)

    morobking committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b4eafdb View commit details
    Browse the repository at this point in the history
  3. All simple uncert propagation equations now inplemented, and used for…

    … both day and night
    morobking committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d1b0c0b View commit details
    Browse the repository at this point in the history
  4. Added random uncert propagation with sampling error

    morobking committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1d14c5b View commit details
    Browse the repository at this point in the history
  5. Simple timeseries plot added to aid testing, note a possible CMOR iss…

    …ue where ts_day == ts_night?
    morobking committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2ed97ad View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Total day/night uncertainty add, sampling uncertainity fixed, n_fill …

    …etc... defnied
    morobking committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2be9282 View commit details
    Browse the repository at this point in the history
  2. Code tidy

    morobking committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    74336b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Updates to comments to make clearer

    morobking committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7f34054 View commit details
    Browse the repository at this point in the history
  2. First application of flake8

    morobking committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1cef557 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    27ef616 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Recipe tuns 2003-2018

    morobking committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ebb7e45 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Update for Axel to see

    morobking committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fb492d5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. print statement for testing

    morobking committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3256459 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. testing

    morobking committed May 22, 2024
    Configuration menu
    Copy the full SHA
    18e2669 View commit details
    Browse the repository at this point in the history
  2. testing update

    morobking committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8a8a6d8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. this update finds an CMORiser issue, need to work on that branch befo…

    …re continuing as all data seems masked
    morobking committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a530733 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Fix n_fill for when no gridboxes are masked

    morobking committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b3312e3 View commit details
    Browse the repository at this point in the history
  2. typo fixed

    morobking committed May 24, 2024
    Configuration menu
    Copy the full SHA
    98105b6 View commit details
    Browse the repository at this point in the history
  3. First part of adding correlations from biome

    morobking committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7c4ba7c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. First attempt at adding the correlations from land cover biomes to pr…

    …opagate lst_unc_ran
    morobking committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d19102f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185fe85 View commit details
    Browse the repository at this point in the history
  3. Start making a better test plot

    morobking committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1695a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bfb566 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Plot formatting, and bug in sum in quadrature fixed

    morobking committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d565616 View commit details
    Browse the repository at this point in the history
  2. Tidy print statements

    morobking committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9b6aa7e View commit details
    Browse the repository at this point in the history
  3. tidy print statements

    morobking committed May 31, 2024
    Configuration menu
    Copy the full SHA
    78bd9b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. put sum back into sum in quadrature

    morobking committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5db387f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Update to time series plot

    morobking committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c7416a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Updates to timeseries plot

    morobking committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1a4bc9c View commit details
    Browse the repository at this point in the history
  2. plots updates

    morobking committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f2f2423 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. code testing

    morobking committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    05efa98 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    6b05fef View commit details
    Browse the repository at this point in the history
  2. CMIP is until 2014 not 2018

    morobking committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    04b75b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Map and bar chart plots to show surface correlationcalculation in a r…

    …eal example
    morobking committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2f25bf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Correct 1/root n missing in random propagation

    morobking committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9737ee4 View commit details
    Browse the repository at this point in the history
  2. Updates to plots, this version used to make the plots for the final d…

    …raft of the report
    morobking committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a0f28b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5378fd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. print statements removed

    morobking committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fbcf01c View commit details
    Browse the repository at this point in the history
  2. remove unused testing file

    morobking committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    29341fd View commit details
    Browse the repository at this point in the history
  3. code tidy begining

    morobking committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fded10a View commit details
    Browse the repository at this point in the history
  4. Updates following Codacy

    morobking committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b01d5bd View commit details
    Browse the repository at this point in the history
  5. cody tidy

    morobking committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2fffbcf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Correct local atm uncertainity propagation

    morobking committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    64c7f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db09058 View commit details
    Browse the repository at this point in the history
  3. remove print

    morobking committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    73146b2 View commit details
    Browse the repository at this point in the history
  4. local surface correlation sqrt(n) terms added

    morobking committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    78812e6 View commit details
    Browse the repository at this point in the history
  5. Code tidy

    morobking committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4b0899a View commit details
    Browse the repository at this point in the history
  6. rearrange code to make scientific review easier

    morobking committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b75bfe3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. sampling uncertainty line removed

    morobking committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    80a7a01 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. update to local surface calcualtion, needs tidy

    morobking committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8ab6dc9 View commit details
    Browse the repository at this point in the history