Initialisation of calculation variables for the atmospheric module, it is the counterpart of usiniv.f90. Initialise for example the meteorological field for each cell of the domain by interpolation of the data from the meteo file.
More...
Initialisation of calculation variables for the atmospheric module, it is the counterpart of usiniv.f90. Initialise for example the meteorological field for each cell of the domain by interpolation of the data from the meteo file.
subroutine atiniv |
( |
integer |
nvar, |
|
|
integer |
nscal, |
|
|
double precision, dimension(ncelet) |
dt |
|
) |
| |
- Parameters
-
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | dt | time step value |