CESM_postprocessing icon indicating copy to clipboard operation
CESM_postprocessing copied to clipboard

creating a timeseries for h0 tags not working

Open TriDatta opened this issue 3 years ago • 0 comments

Dear Team,

I'm having some trouble generating a timeseries for monthly variables. The logs are producing results, but I am not able to find final timeseries files in the actual archive. Note that this worked just fine for 3_hourly and daily files which I did separately. Just not working for hte monthly files.

Thanks in advance for your help. I've inserted teh contents of the env_timeseries.xml file below.

Sincerely,

R. Tri Datta <comp_archive_spec name="cam"> atm <multi_instance>True</multi_instance> <default_calendar>noleap</default_calendar> <file_extension suffix=".h0.[0-9]">
hist <tseries_create>TRUE</tseries_create> <tseries_output_format>netcdf4c</tseries_output_format> <tseries_tper>month_1</tseries_tper> <tseries_output_subdir>proc/tseries/monthly</tseries_output_subdir> <tseries_filecat_tper>years</tseries_filecat_tper> <tseries_filecat_n>50</tseries_filecat_n> </file_extension> <file_extension suffix=".h1.[0-9]">
hist <tseries_create>TRUE</tseries_create> <tseries_output_format>netcdf4c</tseries_output_format> <tseries_output_subdir>proc/tseries/monthly</tseries_output_subdir> <tseries_tper>month_1</tseries_tper> <tseries_filecat_tper>years</tseries_filecat_tper> <tseries_filecat_n>50</tseries_filecat_n> </file_extension>
<tseries_time_variant_variables> date date_written datesec time time_bnds time_written </tseries_time_variant_variables> </comp_archive_spec>

<comp_archive_spec name="clm2"> lnd <multi_instance>True</multi_instance> <default_calendar>noleap</default_calendar> <file_extension suffix=".h0.[0-9]">
hist <tseries_create>TRUE</tseries_create> <tseries_output_format>netcdf4c</tseries_output_format> <tseries_output_subdir>proc/tseries/monthly</tseries_output_subdir> <tseries_tper>month_1</tseries_tper> <tseries_filecat_tper>years</tseries_filecat_tper> <tseries_filecat_n>50</tseries_filecat_n> </file_extension>
<tseries_time_variant_variables> date_written mcdate mcsec mdcur mscur nstep time time_bounds time_written </tseries_time_variant_variables> </comp_archive_spec>

</config_definition>

TriDatta avatar May 24 '21 22:05 TriDatta