Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can see and clone these tools at https://git.ecmwf.int/users/dako/repos/tools/browse.


Contents

Table of Contents

Convert CCI Snow (NetCDF) to GRIB at

...

languagebash

TCo1279

...

...

...

...

    • download_[http,ftp].sh: download the CryoClim snow cover from the website or the FTP site
    • convert.sh: convert the original NetCDF files to GRIB files at a resolution of TCo1279 and plot the snow cover fraction
  • The converted GRIB files are used in Used for the offline LDAS for SEAS6 reforecasts

Convert IMS (ASCII) to GRIB at

...

Code Block
languagebash
/perm/dako/plot/ims

TCo1279

  • https://git.ecmwf.int/users/dako/repos/tools/browse/convert_ims
    • download.sh: download the IMS snow cover from the FTP site
    • convert.sh: convert the original ASCII files to GRIB files at a resolution of TCo1279 and plot the snow cover fraction
  • The converted GRIB files are used in Used for the offline LDAS for SEAS6 reforecasts

...

Make climatological snow cover fraction based on IMS

...

languagebash

...

...

  • ims
    • mk_clim.sh: create climatological snow cover fraction based on IMS from 2006 to 2020 (15 years), at first TCo1279 then converted to 0.05 degrees
  • Used in Used for the offline LDAS for SEAS6 reforecasts and encoding the BUFR below (TCo1279)
  • Used for quality control of the CCI Snow to be assimilated in ERA6 (0.05 degrees)

Encode BUFR from CCI Snow for ERA6

...

languagebash

...

  • https://git.ecmwf.int/users/dako/repos/tools/browse/encode_cci

      ...

        • orog.sh: copy the orography file at TCo3999 and convert it to 0.05 degrees by the command below (to avoid MEMKILL)
      Code Block
      languagebash
      /perm/dako/tools/snow_tracker/2005-2020
      srun -c 32 --mem=64GB ./orog.sh
        • encode_cci.sh: encode BUFR files from the original NetCDF files (QC is applied here using the climatological SCF above)
      • The encoded BUFR is used for 
        Jira
        serverECMWF Software Support
        columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
        columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
        serverId267ffb4b-b041-3e3e-bee4-0486d22e0a7f
        keyIFS-2466

      Snow tracker

      Convert in situ snow observations to GRIB at TCo1279

      Validate snow cover products against in situ observations

      ...

      languagebash

      ...