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/SHARED/namelist_ref – 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/SHARED/namelist_ref

    r11267 r11268  
    605605   ln_dyn3d_dmp  =.false.     !  open boundary condition for baroclinic velocities 
    606606   rn_time_dmp   =  1.        !  Damping time scale in days 
    607    rn_time_dmp_out = 1.        !  Outflow damping time scale 
     607   rn_time_dmp_out = 1.       !  Outflow damping time scale 
    608608   nn_rimwidth   = 10         !  width of the relaxation zone 
    609609   ln_vol        = .false.    !  total volume correction (see nn_volctl parameter) 
     
    613613&nambdy_dta    !  open boundaries - external data                       (see nam_bdy) 
    614614!----------------------------------------------------------------------- 
    615    ln_full_vel = .false.      !  ??? 
    616  
     615   ln_zinterp  = .false.      !  T if a vertical interpolation is required. Variables gdep[tuv] and e3[tuv] must exist in the file 
     616   !                          !  automatically defined to T if the number of vertical levels in bdy dta /= jpk 
     617   ln_full_vel = .false.      !  T if [uv]3d are "full" velocities and not only its baroclinic components 
     618   !                          !  in this case, baroclinic and barotropic velocities will be recomputed -> [uv]2d not needed 
     619   ! 
    617620   cn_dir      = 'bdydta/'    !  root directory for the BDY data location 
    618621   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
Note: See TracChangeset for help on using the changeset viewer.