Dear CESM list,
I’m having some trouble with the creation of timeseries based on the postprocessing code and I’m hoping you can help. It appears to be working just fine for the 3-hourly and daily history files, but with very similar configurations for monthly history files, the logs suggest that it’s chugging away with creating a timeseries, but nothing is actually output to the folders.
Is there something in the xml that I’m missing here such that it’s pointing it to another directory?
Thanks in advance,
R. Tri Datta
Xml entry for 3 hourly timeseries (working):
<file_extension suffix=".h2.[0-9]">
<subdir>hist</subdir>
<tseries_create>TRUE</tseries_create>
<tseries_output_format>netcdf4c</tseries_output_format>
<tseries_tper>hour_3</tseries_tper>
<tseries_filecat_tper>years</tseries_filecat_tper>
<tseries_filecat_n>5</tseries_filecat_n>
</file_extension>
Xml entry for monthly timeseries (NOT working):
<file_extension suffix=".h0.[0-9]">
<subdir>hist</subdir>
<tseries_create> TRUE </tseries_create>
<tseries_output_format>netcdf4c</tseries_output_format>
<tseries_tper>month_1</tseries_tper>
<tseries_filecat_tper>years</tseries_filecat_tper>
<tseries_filecat_n>50</tseries_filecat_n>
</file_extension>
I’m having some trouble with the creation of timeseries based on the postprocessing code and I’m hoping you can help. It appears to be working just fine for the 3-hourly and daily history files, but with very similar configurations for monthly history files, the logs suggest that it’s chugging away with creating a timeseries, but nothing is actually output to the folders.
Is there something in the xml that I’m missing here such that it’s pointing it to another directory?
Thanks in advance,
R. Tri Datta
Xml entry for 3 hourly timeseries (working):
<file_extension suffix=".h2.[0-9]">
<subdir>hist</subdir>
<tseries_create>TRUE</tseries_create>
<tseries_output_format>netcdf4c</tseries_output_format>
<tseries_tper>hour_3</tseries_tper>
<tseries_filecat_tper>years</tseries_filecat_tper>
<tseries_filecat_n>5</tseries_filecat_n>
</file_extension>
Xml entry for monthly timeseries (NOT working):
<file_extension suffix=".h0.[0-9]">
<subdir>hist</subdir>
<tseries_create> TRUE </tseries_create>
<tseries_output_format>netcdf4c</tseries_output_format>
<tseries_tper>month_1</tseries_tper>
<tseries_filecat_tper>years</tseries_filecat_tper>
<tseries_filecat_n>50</tseries_filecat_n>
</file_extension>