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

nam_run

Blame
  • Forked from NEMO Workspace / Nemo
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    nam_vvl 992 B
    !-----------------------------------------------------------------------
    &nam_vvl       !   vertical coordinate options                          (default: z-star)
    !-----------------------------------------------------------------------
       ln_vvl_zstar  = .true.           !  z-star vertical coordinate
       ln_vvl_ztilde = .false.          !  z-tilde vertical coordinate: only high frequency variations
       ln_vvl_layer  = .false.          !  full layer vertical coordinate
       ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar
       ln_vvl_zstar_at_eqtor  = .false. !  ztilde near the equator
       rn_ahe3       =  0.0             !  thickness diffusion coefficient
       rn_rst_e3t    = 30.0             !  ztilde to zstar restoration timescale [days]
       rn_lf_cutoff  =  5.0             !  cutoff frequency for low-pass filter  [days]
       rn_zdef_max   =  0.9             !  maximum fractional e3t deformation
       ln_vvl_dbg    = .false.          !  debug prints    (T/F)
    /