Difference between revisions of "Advanced Use of the GCM"

From Planets
Jump to: navigation, search
(What you need to know about the z2sig.def file (change of vertical resolution only))
Line 1: Line 1:
  
 
== Running in parallel ==
 
== Running in parallel ==
 +
 +
TO BE COMPLETED
  
 
== Distinctions beween ifort, mpi, etc. ==
 
== Distinctions beween ifort, mpi, etc. ==
 +
 +
TO BE COMPLETED
  
 
== Distinction between using IOIPSL or XIOS ==
 
== Distinction between using IOIPSL or XIOS ==
 +
 +
TO BE COMPLETED
  
 
== How to Change Vertical and Horizontal Resolutions ==
 
== How to Change Vertical and Horizontal Resolutions ==
Line 22: Line 28:
  
 
== How to Change the Topography (or remove it) ==
 
== How to Change the Topography (or remove it) ==
 +
 +
TO BE COMPLETED
  
 
== How to Change the Opacity Tables ==
 
== How to Change the Opacity Tables ==
 +
 +
TO BE COMPLETED
  
 
== How to Manage Tracers ==
 
== How to Manage Tracers ==
 +
 +
TO BE COMPLETED

Revision as of 22:28, 6 April 2022

Running in parallel

TO BE COMPLETED

Distinctions beween ifort, mpi, etc.

TO BE COMPLETED

Distinction between using IOIPSL or XIOS

TO BE COMPLETED

How to Change Vertical and Horizontal Resolutions

To run at a different grid resolution than available initial conditions files, one needs to use the tools newstart.e and start2archive.e

For example, to create initial states at grid resolution 32×24×25 from NetCDF files start and startfi at grid resolution 64×48×32 :

  • Create file start_archive.nc with start2archive.e compiled at grid resolution 64×48×32 using old file z2sig.def used previously
  • Create files restart.nc and restartfi.nc with newstart.e compiled at grid resolution 32×24×25, using a new file z2sig.def (more details below on the choice of the z2sig.def)

What you need to know about the z2sig.def file (change of vertical resolution only)

TO BE COMPLETED


How to Change the Topography (or remove it)

TO BE COMPLETED

How to Change the Opacity Tables

TO BE COMPLETED

How to Manage Tracers

TO BE COMPLETED