-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Good afternoon
Wonsun and I tried to run FOCI (ECHAM + NEMO) starting at year = 1 and we noticed that some of the forcing files are named e.g. Ndepo.0.nc and Ndepo.1.nc, i.e one for year 0 and one for year 1.
ECHAM expects these files to be with year in four digits, i.e. Ndepo.0000.nc and Ndepo.0001.nc
This also goes for aerosol files etc.
I think the year is set in esm_runscripts/filelist.py, but we could not figure out how this is done.
Does anyone have some advice on how to configure ESM-Tools for ECHAM runs with year < 1000 or y > 10000?
It seems that we must force esm_runscripts to produce files where "year" is written with 4 digits, since this is what ECHAM requires, but perhaps there is a workaround that someone has already done?
Many thanks
Joakim