Climatology information structure clim_info_struct. More...
#include <dsclim.h>
Data Fields | |
int | clim_remove |
If we want to remove or not the climatology from a large scale field. | |
int | clim_provided |
If climatology is already computed for all large scale fields and available in a file. | |
int | clim_save |
If we want to save the climatology in a file. | |
char * | clim_nomvar_ls |
Name of climatology of large scale field. | |
char * | clim_filein_ls |
Climatology of large-scale fields input filename. | |
char * | clim_fileout_ls |
Climatology of large-scale fields input filename. |
Climatology information structure clim_info_struct.
Definition at line 189 of file dsclim.h.
Climatology of large-scale fields input filename.
Definition at line 196 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and remove_clim().
Climatology of large-scale fields input filename.
Definition at line 197 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and remove_clim().
Name of climatology of large scale field.
Definition at line 195 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and remove_clim().
If climatology is already computed for all large scale fields and available in a file.
Definition at line 193 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and remove_clim().
If we want to remove or not the climatology from a large scale field.
Definition at line 192 of file dsclim.h.
Referenced by load_conf(), and remove_clim().
If we want to save the climatology in a file.
Definition at line 194 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and remove_clim().