Hello everybody,
I am trying to add debug lines inside the module_wind_fitch.F, and the compile.
I managed to do this in module_wind_generic.F, both inside the /phys/ directory, by using the following commands:
WRITE(message,*)'blablablabl'
CALL wrf_message(message)
and also
CALL wrf_debug(100,' Additional stuff'//messsage)
But trying this inside the fitch module produces no output in my rsl.* files, I checked my debug level, and it is set properly at 100,. I don't have running problems, but I need to see steps inside the new things I added to check if they work properly.
Sincerely,
Alberto Striedinger