9.1
general documentation
cs_atmo_ground_model.h File Reference
#include "base/cs_defs.h"
+ Include dependency graph for cs_atmo_ground_model.h:

Go to the source code of this file.

Classes

struct  cs_plant_option_t
 

Functions

void cs_atmo_ground_initialize (void)
 Build constants and variables to describe ground model. More...
 
void cs_atmo_ground_cat (int call_stage)
 Ground - atmosphere parameters computed from a "Land use" file. More...
 
void cs_ground_model (void)
 Compute ground and interface values using Deardorff force restore method. More...
 

Variables

cs_plant_option_tcs_glob_plant_option
 

Function Documentation

◆ cs_atmo_ground_cat()

void cs_atmo_ground_cat ( int  call_stage)

Ground - atmosphere parameters computed from a "Land use" file.

Parameters
[in]call_stagefirst pass to set default values, second pass to perform some checks and log

◆ cs_atmo_ground_initialize()

void cs_atmo_ground_initialize ( void  )

Build constants and variables to describe ground model.

◆ cs_ground_model()

void cs_ground_model ( void  )

Compute ground and interface values using Deardorff force restore method.

Compute ground and interface values using Deardorff force restore method.

Variable Documentation

◆ cs_glob_plant_option

cs_plant_option_t* cs_glob_plant_option
extern