WCRP-CORDEX / cmip6-for-cordex

CMIP6 input data selection for CORDEX
https://wcrp-cordex.github.io/cmip6-for-cordex
0 stars 2 forks source link

change the ssp in the availability criteria #9

Closed sam-somot closed 4 months ago

sam-somot commented 1 year ago

For the MED domain, I would like to limit the availability criteria to the GCMs that do provide HIST, SSP126 and SSP370 for Med-CORDEX and not for the 4 SSP or at least 2 as you did for EURO. Is this possible at least in the MED branch ?

jesusff commented 1 year ago

This was the already case since commits 1a27df7 and 6cf1ad8. It seems that we request 4 scenarios because most models providing ss126 and ssp370 also do provide ssp245 and 585, but the availability criterion is: https://github.com/WCRP-CORDEX/cmip6-for-cordex/blob/77571a9217aaed9d9a4122eb07cd7fcb805f9141/CMIP6_studies_table.py#L85

We can remove in MED the last table filter ("All members with 2 or more scenarios and/or some metric available"), which may also be misleading in this case. This is part of a loop on filters to be shown: [filter_avail_and_plausible, filter_avail, filter_plausible, filter_selected, filter_all] which could go to a new domain-specific config entry in CMIP6_studies_config.yaml. For example, with a syntax such as:

tables_filter:
  #
  # Filters to show in the final summary tables. Must be some of:
  # [filter_avail_and_plausible, filter_avail, filter_plausible, filter_selected, filter_all]
  #
  default:
    - filter_avail_and_plausible
    - filter_avail
    - filter_plausible
    - filter_selected
    - filter_all

  MED:
    - filter_avail_and_plausible
    - filter_avail
    - filter_plausible
    - filter_selected

This would also define the order in which they are shown in https://wcrp-cordex.github.io/cmip6-for-cordex/CMIP6_studies_table_MED.html

sam-somot commented 1 year ago

ok thanks

-- Researcher at Meteo-France / CNRM ( [ http://www.umr-cnrm.fr/spip.php?article437 | personal web page ] ) Head of the Regional Climate Modelling team, MOSCA ( [ https://www.umr-cnrm.fr/spip.php?article1035 | web page ] ) at CNRM (Centre National de Recherches Meteorologiques, [ http://www.umr-cnrm.fr/ | web page ] ) @.*** tel: +33 (0)5.61.07.93.62 42 avenue Coriolis / 31057 Toulouse Cedex / FRANCE

De: "Jesus Fernandez" @.> À: "WCRP-CORDEX/cmip6-for-cordex" @.> Cc: "samuel somot" @.>, "Author" @.> Envoyé: Mardi 1 Août 2023 18:16:29 Objet: Re: [WCRP-CORDEX/cmip6-for-cordex] change the ssp in the availability criteria (Issue #9)

This was the already case since commits [ https://github.com/WCRP-CORDEX/cmip6-for-cordex/commit/1a27df71f57c32a6ee928df8dcf2efc9454317a2 | 1a27df7 ] and [ https://github.com/WCRP-CORDEX/cmip6-for-cordex/commit/6cf1ad8a39105eabb899b5e3b76e0447c3a57c68 | 6cf1ad8 ] . It seems that we request 4 scenarios because most models providing ss126 and ssp370 also do provide ssp245 and 585, but the availability criterion is: [ https://github.com/WCRP-CORDEX/cmip6-for-cordex/blob/77571a9217aaed9d9a4122eb07cd7fcb805f9141/CMIP6_studies_table.py#L85 | https://github.com/WCRP-CORDEX/cmip6-for-cordex/blob/77571a9217aaed9d9a4122eb07cd7fcb805f9141/CMIP6_studies_table.py#L85 ]

We can remove in MED the last table filter ("All members with 2 or more scenarios and/or some metric available"), which may also be misleading in this case. This is part of a loop on filters to be shown: [filter_avail_and_plausible, filter_avail, filter_plausible, filter_selected, filter_all] which could go to a new domain-specific config entry in CMIP6_studies_config.yaml. For example, with a syntax such as: tables_filter : # # Filters to show in the final summary tables. Must be some of: # [filter_avail_and_plausible, filter_avail, filter_plausible, filter_selected, filter_all] # default :

This would also define the order in which they are shown in [ https://wcrp-cordex.github.io/cmip6-for-cordex/CMIP6_studies_table_MED.html | https://wcrp-cordex.github.io/cmip6-for-cordex/CMIP6_studies_table_MED.html ]

— Reply to this email directly, [ https://github.com/WCRP-CORDEX/cmip6-for-cordex/issues/9#issuecomment-1660653208 | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/A7PQFQ3GCTTWVERN4B53ZR3XTETV3ANCNFSM6AAAAAAXPFGZG4 | unsubscribe ] . You are receiving this because you authored the thread. Message ID: < @.*** >