Difference between revisions of "Outputs"

From Planets
Jump to: navigation, search
(the diagfi.nc file)
(the Xhistins.nc file)
Line 14: Line 14:
  
 
This file is generated in the case of [[XIOS]] or [[DYNAMICO]].
 
This file is generated in the case of [[XIOS]] or [[DYNAMICO]].
It can be renamed in your XML configuration files (see  
+
It can be renamed in your XML configuration files (see [[LMDZ XIOS outputs]])
  
 
To compile with XIOS enabled, one must specify the option
 
To compile with XIOS enabled, one must specify the option
Line 21: Line 21:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
To select variables, use the '''file_def_physics.xml''' file.
+
To select variables, use the '''[[LMDZ XIOS outputs#file_def_physics.xml|file_def_physics.xml]]''' file.

Revision as of 12:21, 5 March 2025

Whether you use the Mars, Generic or Pluto PCM, you will use the routine

         call write_output("temperature","temperature","K",zt)

to write down variables to either:

the diagfi.nc file

You can select the variables written in diagfi.nc using the diagfi.def configuration file. Please refer to diagfi.nc for more information.

the Xhistins.nc file

This file is generated in the case of XIOS or DYNAMICO. It can be renamed in your XML configuration files (see LMDZ XIOS outputs)

To compile with XIOS enabled, one must specify the option

 -io xios

To select variables, use the file_def_physics.xml file.