Peter Schwartz
Peter Schwartz
Apologies, I forgot to hit the "submit review" button last week and just noticed that it wasn't showing up here.
`snicar_optics_5bnd_mam_c211006.nc` appears to be missing from either of the data servers
Merged to next
Merged to master. The new test snowflake test was one of the ones that didn't complete on mappy so I'll have to submit that bless request later
@grnydawn @sarats `Error message 1: lnd2atm_vars%t_soisno_grc > 400 Kelvin degree (27 failed cases)` should also report `'lnd2atm_vars%t_soisno_grc(g, 1) is'` Can you attach example log files? Also, is there a way...
@sarats @grnydawn I thought it might be a NaN issue. DEBUG mode will definitely make it fail -- see Issue #4820 -- if you use certain fpe flags. EDIT: But...
@sarats @grnydawn Actually, correct me if I'm wrong but by the IEEE standard, `if(lnd2atm_vars%t_soisno_grc(g, 1) > 400._r8) then` should always evaluate to `.false.` if `lnd2atm_vars%t_soisno_grc(g, 1) ` is a NaN...
@thorntonpe Includes CNP tests as well. FATES is also affected.
The single point tests like `SMS_Ly2_P1x1_D.1x1_smallvilleIA.IELMCNCROP.chrysalis_intel.elm-lulcc_sville` still pass. First thing that I need to verify is that the initialization optimizations I did aren't the cause the error. If not, I'll...
Good news! My recent changes to `col_cf_init` for EcosystemDynMod are the cause of the error for at least one test. Hopefully once I fix that, the other tests are fixed...