Difference between revisions of "Building Surface Topography Files"

From Planets
Jump to: navigation, search
(What is a surface topography map?)
(Building a new surface topography map)
Line 5: Line 5:
 
As a reminder, our database of surface topography files is available here: https://web.lmd.jussieu.fr/~lmdz/planets/LMDZ.GENERIC/datagcm/surface_data/
 
As a reminder, our database of surface topography files is available here: https://web.lmd.jussieu.fr/~lmdz/planets/LMDZ.GENERIC/datagcm/surface_data/
  
== Building a new surface topography map ==
+
== Getting topography and surface data ==
  
<syntaxhighlight lang="bash">
+
A few options to do that:
datagcm/surface_data/
 
</syntaxhighlight>
 
repository.
 
  
 
== Test2 ==
 
== Test2 ==

Revision as of 19:56, 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:

Test2