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 10807 – NEMO

Changeset 10807


Ignore:
Timestamp:
2019-03-27T21:30:03+01:00 (5 years ago)
Author:
smasson
Message:

v4: fix typo and missing declaration namelist_ref, see #2264

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0/cfgs/SHARED/namelist_ref

    r10779 r10807  
    113113&namwad        !   Wetting and Drying (WaD)                             (default: OFF) 
    114114!----------------------------------------------------------------------- 
    115    ln_wd_il    = .false    !  T/F activation of iterative   limiter 
     115   ln_wd_il    = .false.   !  T/F activation of iterative   limiter 
    116116   ln_wd_dl    = .false.   !  T/F activation of directional limiter 
    117117   ln_wd_dl_bc = .false.   !  T/F Directional limiteer Baroclinic option 
     
    500500   ! 
    501501   !                          ! diagnostics: 
    502    ln_bergdia        = .true.       ! Calculate budgets 
    503    nn_verbose_level  = 0            ! Turn on more verbose output if level > 0 
    504    nn_verbose_write  = 15           ! Timesteps between verbose messages 
    505    nn_sample_rate    = 1            ! Timesteps between sampling for trajectory storage 
     502   ln_bergdia        = .true.        ! Calculate budgets 
     503   nn_verbose_level  = 0             ! Turn on more verbose output if level > 0 
     504   nn_verbose_write  = 15            ! Timesteps between verbose messages 
     505   nn_sample_rate    = 1             ! Timesteps between sampling for trajectory storage 
    506506   ! 
    507507   !                          ! iceberg setting: 
    508    !                                ! Initial mass required for an iceberg of each class 
     508   !                                 ! Initial mass required for an iceberg of each class 
    509509   rn_initial_mass   = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
    510    !                                ! Proportion of calving mass to apportion to each class 
     510   !                                 ! Proportion of calving mass to apportion to each class 
    511511   rn_distribution   = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    512    !                                ! Ratio between effective and real iceberg mass (non-dim) 
    513    !                                ! i.e. number of icebergs represented at a point 
    514    rn_mass_scaling   = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    515                                     ! thickness of newly calved bergs (m) 
     512   !                                 ! Ratio between effective and real iceberg mass (non-dim) 
     513   !                                 ! i.e. number of icebergs represented at a point 
     514   rn_mass_scaling   = 2000., 200., 50., 20., 10., 5., 2., 1., 1., 1. 
     515                                     ! thickness of newly calved bergs (m) 
    516516   rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
    517517   ! 
    518    rn_rho_bergs            = 850.   ! Density of icebergs 
    519    rn_LoW_ratio            = 1.5    ! Initial ratio L/W for newly calved icebergs 
    520    ln_operator_splitting   = .true. ! Use first order operator splitting for thermodynamics 
    521    rn_bits_erosion_fraction = 0.    ! Fraction of erosion melt flux to divert to bergy bits 
    522    rn_sicn_shift           = 0.     ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    523    ln_passive_mode         = .false.! iceberg - ocean decoupling 
    524    nn_test_icebergs        =  10    ! Create test icebergs of this class (-1 = no) 
    525    !                                ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
     518   rn_rho_bergs            = 850.    ! Density of icebergs 
     519   rn_LoW_ratio            = 1.5     ! Initial ratio L/W for newly calved icebergs 
     520   ln_operator_splitting   = .true.  ! Use first order operator splitting for thermodynamics 
     521   rn_bits_erosion_fraction = 0.     ! Fraction of erosion melt flux to divert to bergy bits 
     522   rn_sicn_shift           = 0.      ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
     523   ln_passive_mode         = .false. ! iceberg - ocean decoupling 
     524   nn_test_icebergs        =  10     ! Create test icebergs of this class (-1 = no) 
     525   !                                 ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
    526526   rn_test_box             = 108.0,  116.0, -66.0, -58.0 
    527    ln_use_calving          = .false.! Use calving data even when nn_test_icebergs > 0 
    528    rn_speed_limit          = 0.     ! CFL speed limit for a berg 
     527   ln_use_calving          = .false. ! Use calving data even when nn_test_icebergs > 0 
     528   rn_speed_limit          = 0.      ! CFL speed limit for a berg 
    529529 
    530530   cn_dir      = './'      !  root directory for the calving data location 
     
    12281228   ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there 
    12291229   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
     1230   ln_bound_reject  = .false.        ! Logical to remove obs near boundaries in LAMs. 
    12301231   ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
    12311232   ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
Note: See TracChangeset for help on using the changeset viewer.