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

code to make the cams2_83 mos evaluation work #1166

Merged
merged 24 commits into from
May 14, 2024
Merged

Commits on May 8, 2024

  1. start work to try to incorporate the mos evaluation to cams2_83: the …

    …starting point is supposed to be pre-made colocated data, hence the only_json-no-obs-read logic
    charlienegri committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ca9574e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9931965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    754406f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f4b4e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a71cc4 View commit details
    Browse the repository at this point in the history
  6. remove formatting

    charlienegri committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5263aac View commit details
    Browse the repository at this point in the history
  7. fix arguments order

    charlienegri committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9b24ff9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10f4df9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89a3cf0 View commit details
    Browse the repository at this point in the history
  10. coldata_path needs to exist even if it's useless.. ideally it will co…

    …incide with coldata_dir perhaps
    charlienegri committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3f7242f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36ec462 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c892060 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f2b9de0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. global only_json=True is needed for the median scores run starting fr…

    …om colocated data to work
    charlienegri committed May 9, 2024
    Configuration menu
    Copy the full SHA
    baba393 View commit details
    Browse the repository at this point in the history
  2. global only_json=True is enough for the standard experiment processer…

    … too for colocated data in place in the coldata_path to be read and processed, tested with a run on PPI
    charlienegri committed May 9, 2024
    Configuration menu
    Copy the full SHA
    54be081 View commit details
    Browse the repository at this point in the history
  3. global only_json=True is enough for the standard experiment processer…

    … too for colocated data in place in the coldata_path to be read and processed, tested with a run on PPI
    charlienegri committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0b2cb7f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. make the self.cfg.processing_opts.only_json=True case work in the CAM…

    …S2_83_Processer, it used col.get_available_coldata_files(var_list), which reads data only from standard subfolders, which are not the relevant ones for the median scores
    charlienegri committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2e98886 View commit details
    Browse the repository at this point in the history
  2. ugly fixes needed for the MOS/ENS experiment, I do not want to add th…

    …em to the ModelName class
    charlienegri committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b64fe3b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. update test

    charlienegri committed May 11, 2024
    Configuration menu
    Copy the full SHA
    654fbd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66bf03 View commit details
    Browse the repository at this point in the history
  3. fix lint

    charlienegri committed May 11, 2024
    Configuration menu
    Copy the full SHA
    163b770 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. clean unused import

    charlienegri committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3967bcc View commit details
    Browse the repository at this point in the history
  2. use a second cli and a separate endpoint for the mos experiment, inst…

    …ead of subcommands, so that we do not break the commands deployed in production now for the standard experiments
    charlienegri committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f4697fc View commit details
    Browse the repository at this point in the history