MOM6
|
Container for paths and parameter file names.
Definition at line 20 of file MOM_get_input.F90.
Public variables and constants | |
character(len=240) | restart_input_dir = ' ' |
The directory to read restart and input files. More... | |
character(len=240) | restart_output_dir = ' ' |
The directory into which to write restart files. More... | |
character(len=240) | output_directory = ' ' |
The directory to use to write the model output. More... | |
character(len=240) | input_filename = ' ' |
A string that indicates the input files or how. More... | |
character(len=240) mom_get_input::directories::input_filename = ' ' |
A string that indicates the input files or how.
Definition at line 21 of file MOM_get_input.F90.
character(len=240) mom_get_input::directories::output_directory = ' ' |
The directory to use to write the model output.
Definition at line 21 of file MOM_get_input.F90.
character(len=240) mom_get_input::directories::restart_input_dir = ' ' |
character(len=240) mom_get_input::directories::restart_output_dir = ' ' |
The directory into which to write restart files.
Definition at line 21 of file MOM_get_input.F90.