Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

The original datasets do in general not have the same 26 surface fractionstypes GEM reads from the geophysical fields. Therefore, mapping tables are used to map a surface type from the original dataset to our 26 surface fractionstypes. Depending on the dataset the following different mapping tables are used:

...

See in the above script example under "Mapping tables". If you want to modify a mapping table, just take a copy of the existing one, modify it to your liking and then use specify its name it in your script instead of the existing one.

The mapping table for CCI-LC is build the following way:

 - There is one row per original surface fractiontype - plus a header.

 - The first column contains the number of said surface fractiontype. The following columns are for each of our GEM's 26 surface types.

 - The values written in the table are the fraction of the original surface type that will be mapped to one of GEM's surface types. Therefore, the sum of all the values in one row needs to be 1.

The mapping tables for USGS and NALCMS are build the following way:

 - There is one row per original surface type - plus a header.

 - The first column contains the number of said surface type. The second column contains the number of GEM surface type this one will get mapped to. This is a one-to-one mapping. There are no fractions as for CCI-LC.

d) Copy geophys to running machine

...