New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Users/ModelInterfacing/BiogeochemistryCoarsening (diff) – NEMO

Changes between Version 22 and Version 23 of Users/ModelInterfacing/BiogeochemistryCoarsening


Ignore:
Timestamp:
2017-05-31T21:26:53+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInterfacing/BiogeochemistryCoarsening

    v22 v23  
    2626Some parameters are available in the namelist_cfg: 
    2727 
    28  
     28{{{#!td 
    2929{{{#!f 
    3030               !   passive tracer coarsened online simulations 
     
    4343/ 
    4444}}} 
     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,...). 
    4548 
    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. 
    4750 
    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.  
    4952 
    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}}} 
    5760 
    5861== Choice of operator to coarsene KZ ==