-
Notifications
You must be signed in to change notification settings - Fork 0
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
RT baseline check is failing for coastal_scituateharbor_atm2fvc #2
Comments
I also checked this one with NCAR's |
I check it again by including the mediator history file and it seems that we don't have issue with mediator history files. So, this shows that the data going to FVCOM is same but the answer is changing in the model side. I need to check the model cap and internal to see what is going on there but at least we could put mediator and data atmosphere out of picture.
|
This also failing on Orion agains the baseline,
|
@uturuncoglu adding these FVCOM issues to ufs-coastal-project backlog for now... |
@janahaddad Thanks. It sounds fine. |
I check the first and second time step output of the model. The initial timesetp all the data is identical with the baseline but in the second time step
|
It seems that there are some level of precision loss in here. The pointer that is returned from ESMF fields are r8 (double) but when it is set to internal data structures r4 is used for the temporary variables. To force the FVCOM to use double precision, |
I run the code with |
@janahaddad @pvelissariou1 @saeed-moghimi-noaa I created baselines for supported test on Hercules and run the tests against baseline. The
coastal_scituateharbor_atm2fvc
test is failing as following,It seems that we have reproducibility issue in here that needs to be solved. I don't think this configuration is ever tested agains the baseline before.
The text was updated successfully, but these errors were encountered: