Changes between Version 46 and Version 47 of Doc/Tools


Ignore:
Timestamp:
01/21/21 16:40:33 (3 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Tools

    v46 v47  
    3838 * file_def.xml : Definition of all output files and there variables 
    3939 
    40 To write a new variable in output files there are 3 steps to be done : 
     40To write a new variable in output files there are 3 steps to follow : 
    4141 * define it in field_def.xml file (reference id to identify its in the model, name for the variable in the output file, domain on which the variable is calculated, output write frequency) 
    4242 * for this specific variable call routine xios_send_field in the code. In many models this routine is encapsulated by model routines to manage all type and size of variables.