Interannual with ERA5 fails due to missing croco_frc.nc
Hi,
I am trying to run an interannual simulation with ERA5 atmospheric data. When I am trying to use the bulk formula by specifying: "makefrc = 0" and "makeblk = 1" in the crocotools_param.m all the "croco_blk_ERA5_*.nc" files are generated normally. and I also set BULK_FILES=1 FORCING_FILES=0 in the "run_croco_inter.bash" But when I execute: "run_croco_inter.bash" I get an error: "READ_INP ERROR: Cannot find input file 'croco_frc.nc'."
I assume that croco_frc.nc should not be required if the bulk option is selected?
Also when I try to create and use forcing from ERA5 data instead of bulk by choosing: "makefrc = 1" and "makeblk = 0" in the crocotools_param.m the "make_ERA5.m" script still creates only the bulk files and not forcing ones... e.g: "croco_blk_ERA5_Y2005M01.nc" instead of "croco_frc_ERA5_Y2005M01.nc"
So trying to run the simulation ends up in the same error missing the croco_frc.nc as above....
Thank you for any help. Konstantinos