Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation problem (related to comments) #7

Open
andreas-h opened this issue Dec 17, 2018 · 0 comments
Open

Compilation problem (related to comments) #7

andreas-h opened this issue Dec 17, 2018 · 0 comments

Comments

@andreas-h
Copy link

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?

greent12 added a commit to greent12/OBSGRID that referenced this issue Dec 13, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant