Keith Lindsay
Keith Lindsay
I'm not very knowledgeable about ESMF mesh files, so I don't know what counts as special. That said, the mesh file that datm is being pointed to in the case...
The run directory is on cheyenne/casper at `/glade/scratch/oleson/ctsm51_cesm23a14a_ne30pg3ne30pg3mg17_CPLHIST_fullout_1850AD/run`. There are multiple data files in the directory `/glade/scratch/hannay/archive/f.cam6_3_112.FLT1850.ne30.landspinup.001/cpl/hist`
@uturuncoglu , I made a world-readable copy of `CASEROOT` at `/glade/scratch/klindsay/for_turuncu/ctsm51_cesm23a14a_ne30pg3ne30pg3mg17_CPLHIST_fullout_1850AD`. As is usual, the `CaseDocs` subdirectory has component namelists and CDEPS stream xml files. There is a single source...
@uturuncoglu, FYI, the experiment that I'm pointing you to is using `cdeps1.0.14`. I don't follow CDEPS development closely, so I don't know if updates to CDEPS between that tag and...
If I change `fname` to `fname = 'TOTECOSYSC_lnd_esm-piControl_00_mon.nc'`, I see the same error, and `time:units` in this file is `days since 0001-01-01`. So, @mnlevy1981 , I also think there is...
Thanks for the workaround @mnlevy1981 Another is to replace the problematic `time` coordinate with a non-problematic `time` coordinate. This assumes you have a non-problematic `time` coordinate, which fortunately I appear...
I got bit by this again, in a workflow where there wasn't a convenient good `time` coordinate to replace the bad one with. It's also not convenient to add `decode_times=False`...
@kmpaul , I'm curious why this issue was closed with no explanatory comment. It doesn't look like the enhancement has been implemented.
At this point, it doesn't look like MOM6 needs orbital parameters, so I don't find it surprising to not see calls to orbital routines in MOM6. (There are calls to...
Here's an alternative suggestion, instead of relying on `unlimited_dim`: For each dimension in the dataset, if it has a corresponding variable, and `cf_units.is_time` returns `True` when passed that variable's unit...