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 13056 for utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/3_namelist_cfg – NEMO

Ignore:
Timestamp:
2020-06-07T18:26:09+02:00 (4 years ago)
Author:
rblod
Message:

ticket #2129 : cleaning domcfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/3_namelist_cfg

    r13024 r13056  
    4343/ 
    4444!----------------------------------------------------------------------- 
    45 &namcrs        !   Grid coarsening for dynamics output and/or 
    46                !   passive tracer coarsened online simulations 
    47 !----------------------------------------------------------------------- 
    48 / 
    49 !----------------------------------------------------------------------- 
    50 &namtsd    !   data : Temperature  & Salinity 
    51 !----------------------------------------------------------------------- 
    52 / 
    53 !----------------------------------------------------------------------- 
    54 &namsbc        !   Surface Boundary Condition (surface module) 
    55 !----------------------------------------------------------------------- 
    56 / 
    57 !----------------------------------------------------------------------- 
    58 &namsbc_core   !   namsbc_core  CORE bulk formulae 
    59 !----------------------------------------------------------------------- 
    60 / 
    61 !----------------------------------------------------------------------- 
    62 &namtra_qsr    !   penetrative solar radiation 
    63 !----------------------------------------------------------------------- 
    64 / 
    65 !----------------------------------------------------------------------- 
    66 &namsbc_rnf    !   runoffs namelist surface boundary condition 
    67 !----------------------------------------------------------------------- 
    68 / 
    69 !----------------------------------------------------------------------- 
    70 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    71 !----------------------------------------------------------------------- 
    72 / 
    73 !----------------------------------------------------------------------- 
    74 &namsbc_alb    !   albedo parameters 
    75 !----------------------------------------------------------------------- 
    76 / 
    77 !----------------------------------------------------------------------- 
    78 &namberg       !   iceberg parameters 
    79 !----------------------------------------------------------------------- 
    80 / 
    81 !----------------------------------------------------------------------- 
    82 &namlbc        !   lateral momentum boundary condition 
    83 !----------------------------------------------------------------------- 
    84 / 
    85 !----------------------------------------------------------------------- 
    86 &nambfr        !   bottom friction 
    87 !----------------------------------------------------------------------- 
    88 / 
    89 !----------------------------------------------------------------------- 
    90 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    91 !----------------------------------------------------------------------- 
    92    ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &nambbl        !   bottom boundary layer scheme 
    96 !----------------------------------------------------------------------- 
    97 / 
    98 !----------------------------------------------------------------------- 
    9945&namcfg        !   parameters of the configuration 
    10046!----------------------------------------------------------------------- 
     
    12571   ln_sco      = .false.   !  s- or hybrid z-s-coordinate 
    12672   ln_isfcav   = .false.   !  ice shelf cavity             (T: see namzgr_isf) 
    127    ln_linssh   = .true.   !  linear free surface 
    12873/ 
    12974!----------------------------------------------------------------------- 
     
    14287&namlbc        !   lateral momentum boundary condition                  (default: NO selection) 
    14388!----------------------------------------------------------------------- 
    144 jpni = 0 
    145 jpnj=0 
    14689/ 
    14790!----------------------------------------------------------------------- 
    14891&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    14992   ln_bry_south = .FALSE. 
    150 !----------------------------------------------------------------------- 
    151 / 
    152 !----------------------------------------------------------------------- 
    153 &nambdy        !  unstructured open boundaries                          (default: OFF) 
    15493!----------------------------------------------------------------------- 
    15594/ 
     
    161100&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    162101!----------------------------------------------------------------------- 
     102jpni = 0 
     103jpnj=0 
    163104/ 
    164 !----------------------------------------------------------------------- 
    165 &namctl        !   Control prints                                       (default: OFF) 
    166 !----------------------------------------------------------------------- 
    167 / 
Note: See TracChangeset for help on using the changeset viewer.