MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
237 stars 318 forks source link

ocean: test cases, overflow, namelist error #2

Closed toddringler closed 11 years ago

toddringler commented 11 years ago

Mats Bentsen reported this bug to me:

The namelists for the overflow test cases (10 km and 1 km) include the following for hmix:

&hmix config_hmix_ScaleWithMesh = .false. config_visc_vorticity_term = .true. config_apvm_scale_factor = 0.0

The second entry is not a part of the Registry, i.e. our namelists are not compatible with the source code.

douglasjacobsen commented 11 years ago

This is correct.

config_visc_vorticity_term = .true.

should instead be replaced with

config_maxMeshDensity = -1.0

I'll try to fix this either tomorrow or early next week, since Mark is out for a week or so.

douglasjacobsen commented 11 years ago

This is now fixed.

New downloads of the v1.0 overflow test cases have had their namelists updated and they run with the version of code tagged v1.0.