Difference between revisions of "Building Surface Topography Files"

From Planets
Jump to: navigation, search
(Getting topography and surface data)
(Convert the data into a netcdf surface topography map)
Line 16: Line 16:
  
 
== Convert the data into a netcdf surface topography map ==
 
== Convert the data into a netcdf surface topography map ==
 +
 +
We have developed Python and fortran routines to easily convert surface data files (elevation, albedo, thermal inertia) into GCM-compatible surface topography files.
 +
 +
Please find below examples:

Revision as of 20:11, 24 October 2023

Here we present a simple tutorial to build a new topography map that can be used in the Generic PCM.

Surface topography maps are netcdf files stored in your /datagcm/surface_data/ repository. Such files contain information on terrain elevations, as well as albedo and thermal inertia.

As a reminder, our database of surface topography files is available here: https://web.lmd.jussieu.fr/~lmdz/planets/LMDZ.GENERIC/datagcm/surface_data/

Getting topography and surface data

A few options to do that:

You can also derive data files by digitalizing color maps. See below an example:

HERE WE ADD AN EXAMPLE

Convert the data into a netcdf surface topography map

We have developed Python and fortran routines to easily convert surface data files (elevation, albedo, thermal inertia) into GCM-compatible surface topography files.

Please find below examples: