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 4254 for branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b – NEMO

Ignore:
Timestamp:
2013-11-19T15:37:49+01:00 (11 years ago)
Author:
acc
Message:

Branch 2013/dev_r3858_NOC_ZTC, #863. Merge in final changes from the dev_r3867_MERCATOR1_DYN branch; mainly AGRIF and BDY compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist

    r3795 r4254  
    318318   rn_alphdi   =    0.72   !  (Pyane, 1972) 
    319319/ 
    320  
     320!----------------------------------------------------------------------- 
     321&namberg       !   iceberg parameters 
     322!----------------------------------------------------------------------- 
     323      ln_icebergs              = .false. 
     324      ln_bergdia               = .true.               ! Calculate budgets 
     325      nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
     326      nn_verbose_write         = 15                   ! Timesteps between verbose messages 
     327      nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage 
     328                                                      ! Initial mass required for an iceberg of each class 
     329      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
     330                                                      ! Proportion of calving mass to apportion to each class   
     331      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
     332                                                      ! Ratio between effective and real iceberg mass (non-dim) 
     333                                                      ! i.e. number of icebergs represented at a point          
     334      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
     335                                                      ! thickness of newly calved bergs (m) 
     336      rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
     337      rn_rho_bergs             = 850.                 ! Density of icebergs 
     338      rn_LoW_ratio             = 1.5                  ! Initial ratio L/W for newly calved icebergs 
     339      ln_operator_splitting    = .true.               ! Use first order operator splitting for thermodynamics 
     340      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
     341      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
     342      ln_passive_mode          = .false.              ! iceberg - ocean decoupling    
     343      nn_test_icebergs         =  10                  ! Create test icebergs of this class (-1 = no) 
     344                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
     345      rn_test_box              = 108.0,  116.0, -66.0, -58.0 
     346      rn_speed_limit           = 0.                   ! CFL speed limit for a berg    
     347 
     348               ! filename ! freq (hours) ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
     349               !          ! (<0  months) !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
     350      sn_icb =  'calving' ,     -1       , 'calvingmask',  .true.      , .true., 'yearly'   , ' '      , ' ' 
     351    
     352      cn_dir = './'  
     353/ 
    321354!!====================================================================== 
    322355!!               ***  Lateral boundary condition  *** 
     
    396429    ln_mask_file = .false.                !  =T : read mask from file 
    397430    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    398     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     431    cn_dyn2d      =  'none'               !  boundary conditions for barotropic fields 
    399432    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    400433                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    401434                                          !  = 2, use tidal harmonic forcing data from files 
    402435                                          !  = 3, use external data AND tidal harmonic forcing 
    403     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     436    cn_dyn3d      =  'none'               !  boundary conditions for baroclinic velocities 
    404437    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    405                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    406     nn_tra        =  1                    !  boundary conditions for T and S 
     438                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     439    cn_tra        =  'none'               !  boundary conditions for T and S 
    407440    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    408                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    409     nn_rimwidth  = 10                      !  width of the relaxation zone 
     441                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     442    nn_rimwidth  = 10                     !  width of the relaxation zone 
    410443    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    411444    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
Note: See TracChangeset for help on using the changeset viewer.