Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Namelists
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NEMO Workspace
Documentation
Namelists
Compare revisions
835213cd38ff66d60cf8c2b11a7665e7c4f68a75 to 62d162f9d27dfae37835d6f1a0e73690a65b84b0
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
nemo/doc/namelists
Select target project
No results found
62d162f9d27dfae37835d6f1a0e73690a65b84b0
Select Git revision
Branches
branch_4.2
branch_5.0
main
update_namelists_script
Swap
Target
nemo/doc/namelists
Select target project
nemo/doc/namelists
1 result
835213cd38ff66d60cf8c2b11a7665e7c4f68a75
Select Git revision
Branches
branch_4.2
branch_5.0
main
update_namelists_script
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Add namelist changes from GEOMETRIC parameterisation (modified: namtra_eiv; new: namldf_eke )
· 62d162f9
Andrew Coward
authored
2 years ago
62d162f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
namldf_eke
+28
-0
28 additions, 0 deletions
namldf_eke
namtra_eiv
+1
-0
1 addition, 0 deletions
namtra_eiv
with
29 additions
and
0 deletions
namldf_eke
0 → 100644
View file @
62d162f9
!----------------------------------------------------------------------------------
&namldf_eke ! GEOMETRIC param. (total EKE equation) (nn_aei_ijk_t = 32)
!----------------------------------------------------------------------------------
rn_ekedis = 100. ! dissipation time scale of EKE [days]
nn_eke_dis = 0 ! dissipation option
! ! = 0 constant in space
! ! =-20 read in geom_diss_2D.nc file
rn_geom = 0.04 ! geometric parameterization master coefficient (>0 & <1)
rn_eke_init = 1.e-1 ! initial total EKE value
rn_eke_min = 1.e+0 ! background value of total EKE
rn_ross_min = 4.e+3 ! tapering of aeiv based on min Rossby radius [m]
! ! set to zero to not taper it
rn_eke_lap = 500. ! Laplacian diffusion coefficient of EKE
! ! this is in all options below, so set it to zero and nothing is done
rn_aeiv_min = 1.e+1 ! minimum bound of eiv coefficient
rn_aeiv_max = 1.5e+4 ! maximum bound of eiv coefficient
rn_SFmin = 1.0 ! minimum bound of Structure Function
rn_SFmax = 1.0 ! maximum bound of Structure Function
nn_eke_opt = 1 ! options for terms to include in EKE budget
! ! = 0 PE->EKE conversion, dissipation only
! ! = 1 as 0 but with advection
! ! = 2 as 1 but with additional KE->EKE conversion
! ! for testing purposes:
! ! = 88 only advection by depth-averaged flow
! ! = 99 only Laplacian diffusion
ln_adv_wav = .false. ! include advection at long Rossby speed
ln_beta_plane = .false. ! beta plane option for computing long Rossby speed (default: sphere option)
/
This diff is collapsed.
Click to expand it.
namtra_eiv
View file @
62d162f9
...
...
@@ -11,6 +11,7 @@
! ! = 20 F(i,j) =ldf_c2d
! ! = 21 F(i,j,t) =Treguier et al. JPO 1997 formulation
! ! = 30 F(i,j,k) =ldf_c2d * ldf_c1d
! ! = 32 F(i,j,t) = GEOMETRIC parameterization (=> fill namldf_eke)
! ! time invariant coefficients: aei0 = 1/2 Ue*Le
rn_Ue = 0.02 ! lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
rn_Le = 200.e+3 ! lateral diffusive length [m] (nn_aht_ijk_t= 0, 10)
...
...
This diff is collapsed.
Click to expand it.