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 3609 for branches/2012/dev_NOC_2012_rev3555/NEMOGCM/CONFIG/AMM12/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-11-19T16:51:17+01:00 (11 years ago)
Author:
acc
Message:

Branch dev_NOC_2012_r3555. #1006. Step 4: Merge in changes from 2012/dev_r3337_NOCS10_ICB (ICeBergs) branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_NOC_2012_rev3555/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3309 r3609  
    314314   rn_alphc    =    0.65   !  compute albedo between two extremes values  
    315315   rn_alphdi   =    0.72   !  (Pyane, 1972) 
     316/ 
     317!----------------------------------------------------------------------- 
     318&namberg       !   iceberg parameters 
     319!----------------------------------------------------------------------- 
     320      ln_icebergs              = .false. 
     321      ln_bergdia               = .true.               ! Calculate budgets 
     322      nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
     323      nn_verbose_write         = 15                   ! Timesteps between verbose messages 
     324      nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage 
     325      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
     326      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
     327                                                      ! Ratio between effective and real iceberg mass (non-dim) 
     328      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
     329                                                      ! Total thickness of newly calved bergs (m) 
     330      rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
     331      rn_rho_bergs             = 850.                 ! Density of icebergs 
     332      rn_LoW_ratio             = 1.5                  ! Initial ratio L/W for newly calved icebergs 
     333      ln_operator_splitting    = .true.               ! Use first order operator splitting for thermodynamics 
     334      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
     335      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
     336      ln_passive_mode          = .false.              ! iceberg - ocean decoupling    
     337      nn_test_icebergs         =  10                  ! Create icebergs in absence of a calving file (-1 = no) 
     338      rn_test_box              = 108.0,  116.0, -66.0, -58.0 
     339      rn_speed_limit           = 0.                   ! CFL speed limit for a berg    
     340 
     341               ! filename ! freq (hours) ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
     342               !          ! (<0  months) !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
     343      sn_icb =  'calving' ,     -1       , 'calvingmask',  .true.      , .true., 'yearly'   , ' '      , ' ' 
     344    
     345      cn_dir = './'  
    316346/ 
    317347 
Note: See TracChangeset for help on using the changeset viewer.