Diagfi.nc
From Planets
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.
The other models will rely on the routine:
call writediagfi(ngrid,"temperature","temperature","K",3,zt)
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.