Hi All,
I'm trying to process some CESM2 output into timeseries files using the CESM_postprocessing tools. I used the tool sucessfully this week for one experiment, but it is failing to generate output on a different experiment.
The log files indicate that everything worked, but the script stopped immediately after starting without creating any "proc" directories or any timesereis files. I suspect the issue might be related to the fact that the ts_status.log file shows empty slices (my successful run had numbers in the brackets after slices:
`{"cam.h0": {"index": 0, "slices": []}}`
This case is just trying to process cam h0 files. I eventually want to also process cam.h1 and clm.h0, h1, h2.
The script I'm using to setup the code and submit it is here:
/glade/u/home/aswann/scripts/postprocess/stomatalslope/process_to_single_variable_timeseries_CESMtools.csh
the postprocessing code gets generated here:
/glade/scratch/aswann/cesm-postprocess/coupled_DEFmedslope_2xCO2_05
and the original output is here:
/glade/campaign/univ/uwas0044/czarakas/StomatalSlope2021/coupled_experiments/coupled_DEFmedslope_2xCO2_05
Any thoughts on what is wrong? If it's the empty slices how do I go about fixing that?
Thanks for any help or insight you can provide!
I'm trying to process some CESM2 output into timeseries files using the CESM_postprocessing tools. I used the tool sucessfully this week for one experiment, but it is failing to generate output on a different experiment.
The log files indicate that everything worked, but the script stopped immediately after starting without creating any "proc" directories or any timesereis files. I suspect the issue might be related to the fact that the ts_status.log file shows empty slices (my successful run had numbers in the brackets after slices:
`{"cam.h0": {"index": 0, "slices": []}}`
This case is just trying to process cam h0 files. I eventually want to also process cam.h1 and clm.h0, h1, h2.
The script I'm using to setup the code and submit it is here:
/glade/u/home/aswann/scripts/postprocess/stomatalslope/process_to_single_variable_timeseries_CESMtools.csh
the postprocessing code gets generated here:
/glade/scratch/aswann/cesm-postprocess/coupled_DEFmedslope_2xCO2_05
and the original output is here:
/glade/campaign/univ/uwas0044/czarakas/StomatalSlope2021/coupled_experiments/coupled_DEFmedslope_2xCO2_05
Any thoughts on what is wrong? If it's the empty slices how do I go about fixing that?
Thanks for any help or insight you can provide!