Hi all,
After create my river runoff file using the make_runoff, I found the following error:
Runoff Data File: /data/croco-v1.0/Run/CROCO_FILES/croco_runoff.nc
1 Number of point sources
READ_INP ERROR while reading block with keyword ‘psource_ncfile’.
My cppdefs.h is:
/* Point Sources - Rivers */
undef PSOURCE
define PSOURCE_NCFILE
ifdef PSOURCE_NCFILE
define PSOURCE_NCFILE_TS
endif
And my croco.in:
psource: Nsrc Isrc Jsrc Dsrc Qbar [m3/s] Lsrc Tsrc
0
192 278 1 700. T T 25. 0.
psource_ncfile: Nsrc Isrc Jsrc Dsrc qbardir Lsrc Tsrc runoff file name
/data/croco-v1.0/Run/CROCO_FILES/croco_runoff.nc
1
192 278 0 1 T T 25.0 0.0
Any suggestion?