MOM6
mom_get_input::directories Type Reference

Detailed Description

Container for paths and parameter file names.

Definition at line 20 of file MOM_get_input.F90.

Collaboration diagram for mom_get_input::directories:
[legend]

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

Variables and constants

◆ input_filename

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.

◆ output_directory

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.

◆ restart_input_dir

character(len=240) mom_get_input::directories::restart_input_dir = ' '

The directory to read restart and input files.

Definition at line 21 of file MOM_get_input.F90.

21  character(len=240) :: &
22  restart_input_dir = ' ',& !< The directory to read restart and input files.
23  restart_output_dir = ' ',&!< The directory into which to write restart files.
24  output_directory = ' ', & !< The directory to use to write the model output.
25  input_filename = ' ' !< A string that indicates the input files or how

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


The documentation for this type was generated from the following file: