Changes between Version 17 and Version 18 of Users/ModelInterfacing/AGRIF
- Timestamp:
- 2018-08-31T12:48:40+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Users/ModelInterfacing/AGRIF
v17 v18 51 51 Each child grid 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: 52 52 53 {{{ 54 !----------------------------------------------------------------------- 55 &namagrif ! AGRIF zoom ("key_agrif") 56 !----------------------------------------------------------------------- 57 ln_spc_dyn = .true. ! use 0 as special value for dynamics 58 rn_sponge_tra = 2880. ! coefficient for tracer sponge layer [m2/s] 59 rn_sponge_dyn = 2880. ! coefficient for dynamics sponge layer [m2/s] 60 ln_chk_bathy = .false. ! =T check the parent bathymetry 61 / 62 }}} 53 [[IncludeSource(/NEMO/trunk/doc/namelists/namagrif, rev=10075, line_numbers=0, mimetype=text/x-fortran)]] 63 54 64 55 where sponge layer coefficients have to be chosen according to the child grid mesh size.