You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to run this script also for yearly output, like the data in this folder:
/nird/datalake/NS9560K/kjetisaa/i1850.FATES-NOCOMP.ne30pg3_tn14.alpha08d.20250218_coldstart_adrianas_tuning_v2/lnd/hist/
Currently, the script seems to stop because the file names are different (so it can't find the output):
FileNotFoundError: [Errno 2] No such file or directory: '/nird/datalake/NS9560K/kjetisaa/i1850.FATES-NOCOMP.ne30pg3_tn14.alpha08d.20250218_coldstart_adrianas_tuning_v2/lnd/hist/i1850.FATES-NOCOMP.ne30pg3_tn14.alpha08d.20250218_coldstart_adrianas_tuning_v2.clm2.h0.0001-01.nc'
while yearly output files have the format: ...clm2.h0.0001-01-01-00000.nc
The text was updated successfully, but these errors were encountered:
Hi,
It would be great to be able to run this script also for yearly output, like the data in this folder:
/nird/datalake/NS9560K/kjetisaa/i1850.FATES-NOCOMP.ne30pg3_tn14.alpha08d.20250218_coldstart_adrianas_tuning_v2/lnd/hist/
Currently, the script seems to stop because the file names are different (so it can't find the output):
FileNotFoundError: [Errno 2] No such file or directory: '/nird/datalake/NS9560K/kjetisaa/i1850.FATES-NOCOMP.ne30pg3_tn14.alpha08d.20250218_coldstart_adrianas_tuning_v2/lnd/hist/i1850.FATES-NOCOMP.ne30pg3_tn14.alpha08d.20250218_coldstart_adrianas_tuning_v2.clm2.h0.0001-01.nc'
while yearly output files have the format: ...clm2.h0.0001-01-01-00000.nc
The text was updated successfully, but these errors were encountered: