E3SM-Project / HOMMEXX

Clone of ACME for CMDV-SE project to convert HOMME to C++
11 stars 0 forks source link

Resolve CAM `nu_div` initialization issues #360

Open mfdeakin-sandia opened 5 years ago

mfdeakin-sandia commented 5 years ago

Currently running under CAM gives the following error:

Error in init_simulation_params_c: unsupported combination for input parameters 'nu_div' (1.25e+18) and 'nu' (5e+17).
 The two should satisfy nu_div == nu.
bartgol commented 5 years ago

I think I put it in cause at that time our tests always had nu=nu_div. This has to be removed.

Sorry

mfdeakin-sandia commented 5 years ago

I don't know anything about it, if it's safe to just remove I'll do so

oksanaguba commented 5 years ago

It is about logic in https://github.com/E3SM-Project/HOMMEXX/blob/6f0ea61e29459c35a433eef0aa663eebcc256650/src/share/viscosity_mod_base.F90#L107 and ff -- there was an issue that i was assigned, about this. i will look tomorrow.