Skip to content
Snippets Groups Projects
Commit a70fd30a authored by Rene Redler's avatar Rene Redler
Browse files

fake output nmls added which are required to get access to certain fields.

parent 751c71b7
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,37 @@
p_levels = ${pressure_levels}
remap = 0
/
# fake atm output nml to get access to otherwise missing fields
&output_nml
output_filename = "${EXPNAME}_atm_yaco"
filename_format = "<output_filename>_<levtype_l>_<datetime2>"
filetype = 5
operation = 'none'
output_grid = .FALSE.
!output_start = "${start_date}" ! output_start = output_end
!output_end = "${start_date}" ! --> write once only irrespective of
output_start = "1850-01-01T00:00:00Z" ! output_start = output_end
output_end = "1850-01-01T00:00:00Z" ! output_start = output_end
output_interval = "P1Y" ! the output interval and
file_interval = "P1Y" ! the file interval
include_last = .FALSE.
ml_varlist = 'cllvi' , 'clivi', 'prw', 'rlns', 'rsns', 'rsnt', 'rlnt'
/
# fake atm output nml to get access to otherwise missing fields
&output_nml
output_filename = "${EXPNAME}_oce_yaco"
filename_format = "<output_filename>_<levtype_l>_<datetime2>"
filetype = 5
operation = 'none'
output_grid = .FALSE.
output_start = "${start_date}" ! output_start = output_end
output_end = "${start_date}" ! --> write once only irrespective of
output_interval = "P1Y" ! the output interval and
file_interval = "P1Y" ! the file interval
ml_varlist = 'mlotst' , 'hs' , 'hi' , 'conc'
/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment