My Project
programmer's documentation
|
Initialisation of calculation variables for the atmospheric module, it is the counterpart of usiniv.f90. More...
Functions/Subroutines | |
subroutine | atiniv (nvar, nscal, dt) |
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 | ||
) |
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | dt | time step value |