Physiographic invariant surface data

Physiographic invariant surface data are necessary if you want to prepare idealised and/or real case study above realistic surface using PREP_PGD program. For that purpose, you need 4 files : topography, soil texture and land user, all of them with hdr and dir suffixes. The disk space required to store the files is about 3 Go.

Download

You can download the files using direct download in following subsections or with following bash script :

#!/bin/bash

export dir_pgd_files='http://mesonh.aero.obs-mip.fr/mesonh/dir_open/dir_PGDFILES'

for file in LICENSE_ECOCLIMAP.txt LICENSE_soil_data.txt \
            gtopo30.hdr           gtopo30.dir           \
            SAND_HWSD_MOY.hdr     SAND_HWSD_MOY.dir     \
            CLAY_HWSD_MOY.hdr     CLAY_HWSD_MOY.dir     \
            ECOCLIMAP_v2.0.hdr    ECOCLIMAP_v2.0.dir    \
            etopo2.nc
do
   if [ ! -f ${file} ]
   then
      echo 'Download' ${file}
      wget -c -nd ${dir_pgd_files}/${file}.gz ; gunzip ${file}.gz
   fi
done

Note

  • This script download gtopo30 for the topography, SANS_HWSD_MOY and CLAY_HWSD_MOY for soil texture and ECOCLIMAPO_v2.0 for land use. In following section, all the databases available on Meso-NH server are described. If you need other database available in http://mesonh.aero.obs-mip.fr/mesonh/dir_open/dir_PGDFILES, you have to adapt this bash script or download them directly via the link.

  • Files are compressed with gunzip, don’t forget to uncompressed them before using it with Meso-NH.

Topography

Soil texture

Land use

Additional databases

For more choices of topography, soil texture, land use, bathymetry and lakes cover databases, follow the SURFEX dedicated web page : http://www.umr-cnrm.fr/surfex/spip.php?rubrique14.