New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
namberg in NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists – NEMO

source: NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/namberg @ 11317

Last change on this file since 11317 was 11042, checked in by girrmann, 5 years ago

dev_r10984_HPC-13 : update with trunk at revision 11041

  • Property svn:mime-type set to text/x-fortran
File size: 3.0 KB
Line 
1!-----------------------------------------------------------------------
2&namberg       !   iceberg parameters                                   (default: OFF)
3!-----------------------------------------------------------------------
4   ln_icebergs = .false.      ! activate iceberg floats (force =F with "key_agrif")
5   !
6   !                          ! diagnostics:
7   ln_bergdia        = .true.        ! Calculate budgets
8   nn_verbose_level  = 0             ! Turn on more verbose output if level > 0
9   nn_verbose_write  = 15            ! Timesteps between verbose messages
10   nn_sample_rate    = 1             ! Timesteps between sampling for trajectory storage
11   !
12   !                          ! iceberg setting:
13   !                                 ! Initial mass required for an iceberg of each class
14   rn_initial_mass   = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11
15   !                                 ! Proportion of calving mass to apportion to each class
16   rn_distribution   = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02
17   !                                 ! Ratio between effective and real iceberg mass (non-dim)
18   !                                 ! i.e. number of icebergs represented at a point
19   rn_mass_scaling   = 2000., 200., 50., 20., 10., 5., 2., 1., 1., 1.
20                                     ! thickness of newly calved bergs (m)
21   rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250.
22   !
23   rn_rho_bergs            = 850.    ! Density of icebergs
24   rn_LoW_ratio            = 1.5     ! Initial ratio L/W for newly calved icebergs
25   ln_operator_splitting   = .true.  ! Use first order operator splitting for thermodynamics
26   rn_bits_erosion_fraction = 0.     ! Fraction of erosion melt flux to divert to bergy bits
27   rn_sicn_shift           = 0.      ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1)
28   ln_passive_mode         = .false. ! iceberg - ocean decoupling
29   nn_test_icebergs        =  10     ! Create test icebergs of this class (-1 = no)
30   !                                 ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2)
31   rn_test_box             = 108.0,  116.0, -66.0, -58.0
32   ln_use_calving          = .false. ! Use calving data even when nn_test_icebergs > 0
33   rn_speed_limit          = 0.      ! CFL speed limit for a berg
34
35   cn_dir      = './'      !  root directory for the calving data location
36   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
37   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
38   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
39   sn_icb     =  'calving'              ,         -1         ,'calvingmask',  .true.   , .true. , 'yearly'  , ''               , ''       , ''
40/
Note: See TracBrowser for help on using the repository browser.