Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating a timeseries for h0 tags not working #227

Open
TriDatta opened this issue May 24, 2021 · 0 comments
Open

creating a timeseries for h0 tags not working #227

TriDatta opened this issue May 24, 2021 · 0 comments

Comments

@TriDatta
Copy link

TriDatta commented May 24, 2021

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant