regrid_sfc  1.13.0
readin_setup.F90 File Reference

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...
 

Detailed Description

Read program namelists.

Author
Clara Draper

Definition in file readin_setup.F90.

Function/Subroutine Documentation

◆ readin_setup()

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.

Parameters
[in]untfile unit
[in]nameloptions: input or output
[out]grid_setupdata structure with grid details

Definition at line 14 of file readin_setup.F90.

Referenced by regridStates().