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 11268 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/cfgs/SPITZ12/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2019-07-15T15:20:49+02:00 (5 years ago)
Author:
smasson
Message:

dev_r10984_HPC-13 : introduce a logical to force vertical interpolation if the number of vertical levels in bdy dta == jpk, see #2285

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/cfgs/SPITZ12/EXPREF/namelist_cfg

    r11267 r11268  
    181181&nambdy_dta    !  open boundaries - external data                       (see nam_bdy) 
    182182!----------------------------------------------------------------------- 
    183    ln_full_vel = .false.      !  ??? 
    184  
     183   ln_zinterp  = .false.      !  T if a vertical interpolation is required. Variables gdep[tuv] and e3[tuv] must exist in the file 
     184   !                          !  automatically defined to T if the number of vertical levels in bdy dta /= jpk 
     185   ln_full_vel = .false.      !  T if [uv]3d are "full" velocities and not only its baroclinic components 
     186   !                          !  in this case, baroclinic and barotropic velocities will be recomputed -> [uv]2d not needed 
     187   ! 
    185188   cn_dir  =  './' 
    186189!              !  file name      ! frequency (hours) ! variable  ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
Note: See TracChangeset for help on using the changeset viewer.