regrid_sfc
1.13.0
|
Read program namelists. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | readin_setup (unt, namel, grid_setup) |
Subroutine to read in namelists, and convert values into setupgrid. More... | |
Read program namelists.
Definition in file readin_setup.F90.
subroutine readin_setup | ( | integer, intent(in) | unt, |
character(*), intent(in) | namel, | ||
type(grid_setup_type), intent(out) | grid_setup | ||
) |
Subroutine to read in namelists, and convert values into setupgrid.
Also fills in some values, and ensures tests have all needed values, according to the selected grid type.
[in] | unt | file unit |
[in] | namel | options: input or output |
[out] | grid_setup | data structure with grid details |
Definition at line 14 of file readin_setup.F90.
Referenced by regridStates().