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
currently only forward/test_Simple are netcdf by default.
Need to update each test code to switch to netCDF.
Also, forward/test_Simple.f90 produces an extra results file because rts_File gets redefined when the results don't match.
It's not even clear to me what the purpose of that bit of code is for.
The text was updated successfully, but these errors were encountered:
branch: feature/btj_all_ctests_netcdf
Also version numbers incremented to v3.2.0 throughout in this branch. Fun way to spend the day, checking off these boxes as I go. .
CRTM_Surface_*File (in CRTM_Surface_Define.f90) doesn't support netCDF. This support needs to be added, can be patterned after CRTM_RTSolution_*File . CRTM_Atmosphere has the same issue.
currently only
forward/test_Simple
are netcdf by default.Need to update each test code to switch to netCDF.
Also,
forward/test_Simple.f90
produces an extra results file becauserts_File
gets redefined when the results don't match.It's not even clear to me what the purpose of that bit of code is for.
The text was updated successfully, but these errors were encountered: