Parameters¶
Overview¶
MOMAP input files are written in Fortran namelist format. A Fortran
namelist is a combination of related variable. MOMAP seperates input
parameters into different groups for different compute modules. The
input parameters’ definition is anything that appears between
&COMPUTE_MODULE
and /
. Values are then declared for the specific
compute module using the form parameter_name = parameter_value
. The
parameter names are presented in this section.