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
I cannot compile this using neither gfortran nor ifort. In both cases, the compiler was complaining that it didn't know how to deal with the C-style comments in the source files coming out of cpp.
What fixed it in my case was to remove the -C from CPPFLAGS definition in configure.oa after running ./configure.
Is this expected behavior, or is there something fishy with my system?
The text was updated successfully, but these errors were encountered:
Two main changes are:
1: Made the time window for routine 'query_ob' in 'ob_access_module.F90' configurable through the namelist. This variable is called 'time_window' in namelist group wrf-model#7. All scripts relevant to make this namelist change were editted.
2: Changed the 'time_equal_tolerance_seconds' variable in the subroutine 'time_eq' in the file 'obs_sort_module.F90' from 1800 seconds to 60 seconsd. This was ausing observations at the same location within 15minutes of eachoter to be considered the same and discarded.
I cannot compile this using neither gfortran nor ifort. In both cases, the compiler was complaining that it didn't know how to deal with the C-style comments in the source files coming out of cpp.
What fixed it in my case was to remove the
-C
fromCPPFLAGS
definition inconfigure.oa
after running./configure
.Is this expected behavior, or is there something fishy with my system?
The text was updated successfully, but these errors were encountered: