MPAS-Dev / MPAS

Repository for private MPAS development prior to the MPAS v6.0 release.
Other
4 stars 0 forks source link

Enable user to specify output path for sounding files #1527

Open mgduda opened 6 years ago

mgduda commented 6 years ago

This merge adds a new namelist option in the &soundings record, config_sounding_output_path, that selects the path where sounding output files will be written. The default value is "./". Before writing any sounding files, the sounding module will attempt to create the specified directory with "mkdir -p" via a call to the Fortran 2008 routine execute_command_line.