-
Notifications
You must be signed in to change notification settings - Fork 11
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
OBS_DOMAINdxx with more than 99 observations #6
Comments
|
@allenea the obsgrid.out is ok, the metoa_em* and wrfsfdda_d* are generated ok. This is the first three records of the namelist:
The problem is the output of OBS_DOMAINdxx, because after OBS_DOMAIN199 is generated starts creating a file named "'OBS_DOMAIN1**'" and rewrited in every time. OBS_DOMAIN199 date is 2017-01-13_06:00 (output is every 3 hours) I also tried to find a fix for this, and I just found this post with the same problem, but also without a solution. |
I finally did the OBS_DOMAIN file with a script instead of using OBSGRID. |
In src/driver.F90, go to L785, L797, L809 and change "i2.2" into another such as "i4.4", and compile. Then the 1** can be extracted and they don't need to share the same 1** file :) |
I'm trying to run obsgrid for a period of six months, with hourly data from a surface station.
I've got all formatted in little_r, and obsgrid runs well, but it only get the first 99 values, after that overwrite a file named "'OBS_DOMAIN1**'"
Does anyone know how to use a longer period to include more data (100 or more) for observation nudging?
The text was updated successfully, but these errors were encountered: