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

namdyn_spg

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.
    namdyn_spg 1.04 KiB
    !-----------------------------------------------------------------------
    &namdyn_spg    !   surface pressure gradient                            (default: NO selection)
    !-----------------------------------------------------------------------
       ln_dynspg_exp  = .false.   ! explicit free surface
       ln_dynspg_ts   = .false.   ! split-explicit free surface
          ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
          ln_bt_av      = .true.     ! Time filtering of barotropic variables
             nn_bt_flt     = 1          ! Time filter choice  = 0 None
             !                          !                     = 1 Boxcar over   nn_e sub-steps
             !                          !                     = 2 Boxcar over 2*nn_e  "    "
          ln_bt_auto    = .true.     ! Number of sub-step defined from:
             rn_bt_cmax   =  0.8        ! =T : the Maximum Courant Number allowed
             nn_e         = 30          ! =F : the number of sub-step in rn_Dt seconds
          rn_bt_alpha   = 0.         ! Temporal diffusion parameter (if ln_bt_av=F)
    /