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
Commits
835213cd
Commit
835213cd
authored
2 years ago
by
Nicolas Martin
Browse files
Options
Downloads
Patches
Plain Diff
Import specific SI³ namelists
parent
37b6ee9f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
icedyn_adv
+7
-0
7 additions, 0 deletions
icedyn_adv
icesbc
+21
-0
21 additions, 0 deletions
icesbc
with
28 additions
and
0 deletions
icedyn_adv
0 → 100644
+
7
−
0
View file @
835213cd
!------------------------------------------------------------------------------
&namdyn_adv ! Ice advection
!------------------------------------------------------------------------------
ln_adv_Pra = .true. ! Advection scheme (Prather)
ln_adv_UMx = .false. ! Advection scheme (Ultimate-Macho)
nn_UMx = 5 ! order of the scheme for UMx (1-5 ; 20=centered 2nd order)
/
This diff is collapsed.
Click to expand it.
icesbc
0 → 100644
+
21
−
0
View file @
835213cd
!------------------------------------------------------------------------------
&namsbc ! Ice surface boundary conditions
!------------------------------------------------------------------------------
rn_cio = 5.0e-03 ! ice-ocean drag coefficient (-)
nn_snwfra = 2 ! calculate the fraction of ice covered by snow (for zdf and albedo)
! = 0 fraction = 1 (if snow) or 0 (if no snow)
! = 1 fraction = 1-exp(-0.2*rhos*hsnw) [MetO formulation]
! = 2 fraction = hsnw / (hsnw+0.02) [CICE formulation]
rn_snwblow = 0.66 ! mesure of snow blowing into the leads
! = 1 => no snow blowing, < 1 => some snow blowing
nn_flxdist = -1 ! Redistribute heat flux over ice categories
! =-1 Do nothing (needs N(cat) fluxes)
! = 0 Average N(cat) fluxes then apply the average over the N(cat) ice
! = 1 Average N(cat) fluxes then redistribute over the N(cat) ice using T-ice and albedo sensitivity
! = 2 Redistribute a single flux over categories
ln_cndflx = .false. ! Use conduction flux as surface boundary conditions (i.e. for Jules coupling)
ln_cndemulate = .false. ! emulate conduction flux (if not provided in the inputs)
nn_qtrice = 0 ! Solar flux transmitted thru the surface scattering layer:
! = 0 Grenfell and Maykut 1977 (depends on cloudiness and is 0 when there is snow)
! = 1 Lebrun 2019 (equals 0.3 anytime with different melting/dry snw conductivities)
/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment