The ‘physics_input_table’ contains a list of all your physics input fields. This includes all the geophysical fields (GEOP), fields to be read from the initial condition file (ANAL), fields read from the climatological file specified in ‘GEM_climato‘ (CLIM) as well as fields from the analyzed climatological file, ‘GEM_anclima’, like for ‘TM’ and ‘LG’ (INREP).
There is one row per field to be read with the following parameters:
in : name of field to be read
freq : frequency at which field will be read. 0: initial time step; 1: whenever it is found; 2: ???
search : shortcut of file to look for field. A list of files can be given.
Interp : horizontal interpolation type. Options: linear, near, cubic
timeint: linear, step, any, near
Examples:
in=VF; freq=0; search=GEOP; interp=near; levels= 1,26;
in=SD; freq=0; search=ANAL; interp=near; levels= 1,7;
in=TM; freq=0,1; search=ANAL,INREP; interp=linear; timeint=near
in=LG; freq=0,1; search=ANAL,INREP; interp=near; timeint=near