Difference between revisions of "Outputs"

From Planets
Jump to: navigation, search
(XIOS outputs)
Line 11: Line 11:
 
Please refer to [[diagfi.nc]] for more information.
 
Please refer to [[diagfi.nc]] for more information.
  
== XIOS outputs ==
+
== [[LMDZ XIOS outputs|XIOS outputs for LMDZ]] ==
  
 
XIOS outputs are generated in the case of using [[XIOS]] with LMDZ physics or when using [[DYNAMICO]].
 
XIOS outputs are generated in the case of using [[XIOS]] with LMDZ physics or when using [[DYNAMICO]].

Revision as of 15:47, 5 March 2025

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

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

in physiq_mod 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.

XIOS outputs for LMDZ

XIOS outputs are generated in the case of using XIOS with LMDZ physics or when using DYNAMICO. The main output will be the Xhistins.nc file (equivalent of the diagfi.nc file. Xhistins.nc 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.