Skip to content
Snippets Groups Projects
Select Git revision
  • 7b99da576e877e2f1eaf1f85344dd5c7047c11ef
  • main default protected
  • sp_fixes
  • test_zad_Aimp_RK3
  • dev_4.2.0_mixed_precision
  • 120-tracer-conservation-for-configurations-with-forward-euler-passive-tracer-time-stepping
  • 69-summer-2022-work-zdf-halo-cleanup
  • 68-summer-body-2022
  • 93-use-xios3-with-nemo
  • 80-summer-2022-work-dyn-tra
  • 63-zad_Aimp-with-rk3
  • branch_4.2
  • 121-set-top-var-values-in-ice-shelve-melted-cell
  • 54-robust-and-accurate-passive-tracer-restart-mechanism-for-configurations-with
  • 117-repeatability-of-test-case-sette-tests
  • 4.2_sp_fixes
  • 100-revise-bdy-structure-of-top-boundary-conditions
  • 101-generate-bdy-coordinate-files-runtime-based-on-nambdy_index
  • 115-automatic-definition-of-the-arch-file
  • 119-summer-2022-work-si3-further-optimization
  • 61-continuous-integration-tests-with-sette
  • 4.2.0
22 results

namdrg_bot

Blame
  • Forked from NEMO Workspace / Nemo
    1253 commits behind the upstream repository.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    namdrg_bot 701 B
    !-----------------------------------------------------------------------
    &namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F)
    !-----------------------------------------------------------------------
       rn_Cd0      =  1.e-3    !  drag coefficient [-]
       rn_Uc0      =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)
       rn_Cdmax    =  0.1      !  drag value maximum [-] (logarithmic drag)
       rn_ke0      =  2.5e-3   !  background kinetic energy  [m2/s2] (non-linear cases)
       rn_z0       =  3.e-3    !  roughness [m] (ln_loglayer=T)
       ln_boost    = .false.   !  =T regional boost of Cd0 ; =F constant
          rn_boost =  50.         !  local boost factor  [-]
    /