JCSDA-internal / ufo-data

Tier-1 test files for ufo repository
1 stars 0 forks source link

input files for cloud cost with surface wind #337

Closed stemiglio closed 1 year ago

stemiglio commented 1 year ago

Description

This change adds the input files for testing the calculation of the cloud cost used for quality control when surface winds are also included in the state vector.

Dependencies

This PR is required by JCSDA-internal/ufo/pull/2851

DJDavies2 commented 1 year ago

I run the ufo ctests with the ufo branch and this ufo-data branch and still got a failure:

ufo_test_tier1_test_ufo_function_cloudcost_surfwind:

2023/06/05 14:38:57 fatal error in module /home/d03/frwd/cylc-run/ufo-2851/share/mo-bundle/rttov/src/rttov/coef_io/rttov_coef_io_mod.F90:0163 Cannot find any coefficient file named: Data//rtcoef_gpm_1_gmi.dat/.bin/.h5/.H5 2023/06/05 14:38:57 fatal error in module /home/d03/frwd/cylc-run/ufo-2851/share/mo-bundle/rttov/src/rttov/coef_io/rttov_read_coefs.F90:0238

fatal error reading coefficients: rtcoef_gpm_1_gmi OOPS Ending 2023-06-05 14:38:57 (UTC+0000) Rank 0 [Mon Jun 5 14:38:57 2023] [c2-0c2s11n1] application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

smnewman commented 1 year ago

I run the ufo ctests with the ufo branch and this ufo-data branch and still got a failure:

ufo_test_tier1_test_ufo_function_cloudcost_surfwind:

2023/06/05 14:38:57 fatal error in module /home/d03/frwd/cylc-run/ufo-2851/share/mo-bundle/rttov/src/rttov/coef_io/rttov_coef_io_mod.F90:0163 Cannot find any coefficient file named: Data//rtcoef_gpm_1_gmi.dat/.bin/.h5/.H5 2023/06/05 14:38:57 fatal error in module /home/d03/frwd/cylc-run/ufo-2851/share/mo-bundle/rttov/src/rttov/coef_io/rttov_read_coefs.F90:0238

fatal error reading coefficients: rtcoef_gpm_1_gmi OOPS Ending 2023-06-05 14:38:57 (UTC+0000) Rank 0 [Mon Jun 5 14:38:57 2023] [c2-0c2s11n1] application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

@david-rundle do the RTTOV ctests rely on coefficients in https://github.com/JCSDA-internal/rttov/tree/develop/rtcoef_rttov12/rttov7pred54L? (If so, then we would need to add rtcoef_gpm_1_gmi.dat?)

stemiglio commented 1 year ago

See https://github.com/JCSDA-internal/rttov/pull/32 where rtcoef_gpm_1_gmi.dat is added