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.
Changeset 13141 for NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-06-22T18:27:34+02:00 (4 years ago)
Author:
jchanut
Message:

#2129, corrections/add ons to initial state interpolation with AGRIF
1) add namelist flag for child grid initial state interpolation - ice not considered yet
2) provide depths and not thicknesses as inputs to vertical linear interpolation
3) extend initial state interpolation to a restart scenario for parent grid (warning should be added in that case in order to prevent users doing this at each model restart...)
The online interpolation seems to work fine in the VORTEX case (provided 0. is not considered as a special value in the initial velocity field, i.e. ln_spc_dyn=F)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/cfgs/SHARED/namelist_ref

    r13058 r13141  
    638638&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    639639!----------------------------------------------------------------------- 
    640    ln_agrif_2way = .true.  !  activate two way nesting 
    641    ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    642    rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
    643    rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
    644    rn_trelax_tra = 0.01    !  inverse of relaxation time (in steps) for tracers [] 
    645    rn_trelax_dyn = 0.01    !  inverse of relaxation time (in steps) for dynamics [] 
    646    ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
    647    ln_bry_south  = .true.  !  =T  south boundary open 
     640   ln_agrif_2way   = .true.  !  activate two way nesting 
     641   ln_init_chfrpar = .false. !  initialize child grids from parent 
     642   ln_spc_dyn      = .true.  !  use 0 as special value for dynamics 
     643   rn_sponge_tra   = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
     644   rn_sponge_dyn   = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     645   rn_trelax_tra   = 0.01    !  inverse of relaxation time (in steps) for tracers [] 
     646   rn_trelax_dyn   = 0.01    !  inverse of relaxation time (in steps) for dynamics [] 
     647   ln_chk_bathy    = .false. !  =T  check the parent bathymetry 
     648   ln_bry_south    = .true.  !  =T  south boundary open 
    648649/ 
    649650!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.