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/AMM12/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/AMM12/EXPREF/namelist_cfg

    r11267 r11268  
    187187&nambdy_dta    !  open boundaries - external data                        
    188188!----------------------------------------------------------------------- 
    189    ln_full_vel = .false. 
    190  
     189   ln_zinterp  = .false.      !  T if a vertical interpolation is required. Variables gdep[tuv] and e3[tuv] must exist in the file 
     190   !                          !  automatically defined to T if the number of vertical levels in bdy dta /= jpk 
     191   ln_full_vel = .false.      !  T if [uv]3d are "full" velocities and not only its baroclinic components 
     192   !                          !  in this case, baroclinic and barotropic velocities will be recomputed -> [uv]2d not needed 
     193   ! 
    191194   cn_dir  =    './bdydta/' 
    192195   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
Note: See TracChangeset for help on using the changeset viewer.