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.
Changeset 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/DOC/TexFiles/Namelist/namberg – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/DOC/TexFiles/Namelist/namberg

    r4230 r6808  
    11!----------------------------------------------------------------------- 
    2 &namberg       !   iceberg parameters 
     2&namberg       !   iceberg parameters                                   (default: No iceberg) 
    33!----------------------------------------------------------------------- 
    4       ln_icebergs              = .false. 
     4      ln_icebergs              = .false.              ! iceberg floats or not 
    55      ln_bergdia               = .true.               ! Calculate budgets 
    66      nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
     
    99                                                      ! Initial mass required for an iceberg of each class 
    1010      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
    11                                                       ! Proportion of calving mass to apportion to each class   
     11                                                      ! Proportion of calving mass to apportion to each class 
    1212      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    1313                                                      ! Ratio between effective and real iceberg mass (non-dim) 
    14                                                       ! i.e. number of icebergs represented at a point          
     14                                                      ! i.e. number of icebergs represented at a point 
    1515      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    1616                                                      ! thickness of newly calved bergs (m) 
     
    2121      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
    2222      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    23       ln_passive_mode          = .false.              ! iceberg - ocean decoupling    
     23      ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
    2424      nn_test_icebergs         =  10                  ! Create test icebergs of this class (-1 = no) 
    2525                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
    2626      rn_test_box              = 108.0,  116.0, -66.0, -58.0 
    27       rn_speed_limit           = 0.                   ! CFL speed limit for a berg    
     27      rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
    2828 
    29                ! filename ! freq (hours) ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! land/sea mask ! 
    30                !          ! (<0  months) !   name   !  (logical)   ! (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    31       sn_icb =  'calving' ,     -1       , 'calvingmask',  .true.      , .true., 'yearly'   , ' '      , ' '  , '' 
    32     
    33       cn_dir = './'  
     29!              ! file name ! frequency (hours) !   variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     30!              !           !  (if <0  months)  !     name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     31      sn_icb =  'calving' ,       -1           , 'calvingmask',  .true.        , .true.  , 'yearly'  , ''       , ''       , '' 
     32 
     33      cn_dir = './' 
    3434/ 
Note: See TracChangeset for help on using the changeset viewer.