Changes between Version 22 and Version 23 of Users/ModelInterfacing/BiogeochemistryCoarsening
- Timestamp:
- 2017-05-31T21:26:53+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Users/ModelInterfacing/BiogeochemistryCoarsening
v22 v23 26 26 Some parameters are available in the namelist_cfg: 27 27 28 28 {{{#!td 29 29 {{{#!f 30 30 ! passive tracer coarsened online simulations … … 43 43 / 44 44 }}} 45 }}} 46 {{{#!td 47 - '''Only [[span(nn_factx, style=color: #B8860B)]] = [[span(nn_facty, style=color: #B8860B)]] = 3''' is available and the coarsening only works for grids with a T-pivot point for the north-fold lateral boundary condition( ORCA025, ORCA12,ORCA36,...). 45 48 46 - ''' Only nn_factx = nn_facty = 3''' is available and the coarsening only works for grids with a T-pivot point for the north-fold lateral boundary condition( ORCA025, ORCA12,ORCA36,...).49 - '''[[span(nn_msh_crs, style=color: #B8860B)]] = 1''' : will activate the generation of the coarsened grid meshmask. 47 50 48 - ''' nn_msh_crs = 1''' : will activate the generation of the coarsened grid meshmask.51 - '''[[span(nn_crs_kz, style=color: #B8860B)]]''' : is the operator to coarsen the vertical mixing coefficient. 49 52 50 - ''' nn_crs_kz''' : is the operator to coarsene the vertical mixing coefficient.51 52 - '''ln_crs_wn''' : when key_vvl is activated, this logical has no effect; the coarsened vertical velocities are computed using horizontal divergence. 53 when key_vvl is not activated, coarsened vertical velocities are computed using horizontal divergence ( ln_crs_wn = .false)54 or coarsened vertical velocities are computed with an average operator ( ln_crs_wn = .true.)55 - ''' ln_crs_top = .true''': should be activated to run BCG model in coarsened space; so only works when key_top is in the cpp list and eventually key_pisces or key_my_trc.56 53 - '''[[span(ln_crs_wn, style=color: #B8860B)]]''' : 54 - when key_vvl is activated, this logical has no effect; the coarsened vertical velocities are computed using horizontal divergence. 55 - when key_vvl is not activated, 56 - coarsened vertical velocities are computed using horizontal divergence ( [[span(ln_crs_wn, style=color: #B8860B)]] = [[span(.false., style=color: #AA22FF)]]) 57 - or coarsened vertical velocities are computed with an average operator ( [[span(ln_crs_wn, style=color: #B8860B)]] = [[span(.true., style=color: #AA22FF)]]) 58 - '''[[span(ln_crs_top, style=color: #B8860B)]] = [[span(.true., style=color: #AA22FF)]]''': should be activated to run BCG model in coarsened space; so only works when key_top is in the cpp list and eventually key_pisces or key_my_trc. 59 }}} 57 60 58 61 == Choice of operator to coarsene KZ ==