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/AGRIF (diff) – NEMO

Changes between Version 9 and Version 10 of Users/ModelInterfacing/AGRIF


Ignore:
Timestamp:
2018-08-31T12:01:20+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInterfacing/AGRIF

    v9 v10  
    3838== Namelist options 
    3939Each child expects to read its own namelist so that different numerical choices can be made (these should be stored in the form 1_namelist_cfg, 2_namelist_cfg, etc... according to their rank in the grid hierarchy). Consistent time steps and number of steps with the chosen time refinement have to be provided. Specific to AGRIF is the following block: 
    40 {{{ 
    41 !----------------------------------------------------------------------- 
    42 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    43 !----------------------------------------------------------------------- 
    44    ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    45    rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
    46    rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
    47    ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
    48 / 
    49 }}} 
     40 
     41[[IncludeSource(/NEMO/trunk/doc/namelists/namagrif, rev=10075, line_numbers=0, mimetype=text/x-fortran)]] 
    5042where sponge layer coefficients have to be chosen according to the child grid mesh size. 
    5143