Difference between revisions of "Diagfi.nc"
From Planets
(Created page with "Whether you use the Mars, Generic or Pluto PCM, you will use the routine <syntaxhighlight lang="fortran"> call write_output("temperature","temperature","K",zt) <...") |
|||
Line 10: | Line 10: | ||
You select the variables written in '''diagfi.nc''' using the [[diagfi.def]] configuration file. | You select the variables written in '''diagfi.nc''' using the [[diagfi.def]] configuration file. | ||
+ | |||
+ | See [[outputs]] for more information. |
Revision as of 12:40, 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 XIOS or a diagfi.nc file.
Here, we describe the way to control the output in the diagfi.nc file.
You select the variables written in diagfi.nc using the diagfi.def configuration file.
See outputs for more information.