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 9504 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2018-04-25T17:41:23+02:00 (6 years ago)
Author:
acc
Message:

Branch 2017/dev_merge_2017. Cosmetic changes to namelists to restore alignment between reference and configuration namelists. Done for ORCA2_LIM3_PISCES pending a decision on whether or not to do the rest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref

    r9490 r9504  
    6666/ 
    6767!----------------------------------------------------------------------- 
    68 &namdom        !   time and space domain                                 
     68&namdom        !   time and space domain 
    6969!----------------------------------------------------------------------- 
    7070   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     
    153153!----------------------------------------------------------------------- 
    154154&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: NO) 
    155 !-----------------------------------------------------------------------    
     155!----------------------------------------------------------------------- 
    156156   !                       !  =T read U-V fields for: 
    157157   ln_uvd_init   = .false.       !  ocean initialisation 
     
    441441                           !  1 = presence of ISF   ;  2 = bg03 parametrisation  
    442442                           !  3 = rnf file for ISF  ;  4 = ISF specified freshwater flux 
    443                            !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
     443                           !  options 1 and 4 need ln_isfcav = .true. (domzgr) 
    444444      !              !  nn_isf = 1 or 2 cases: 
    445445      rn_gammat0  = 1.e-4     ! gammat coefficient used in blk formula 
     
    667667   rn_z0      =  3.0e-3    !  roughness [m] (ln_loglayer=T) 
    668668   ln_boost   = .false.    !  =T regional boost of Cd0 ; =F constant 
    669       rn_boost=  50.          !  local boost factor  [-] 
     669     rn_boost =  50.          !  local boost factor  [-] 
    670670/ 
    671671!----------------------------------------------------------------------- 
     
    684684!----------------------------------------------------------------------- 
    685685   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    686       nn_geoflx   =    2      !  geothermal heat flux: = 1 constant flux 
    687       !                       !                        = 2 read variable flux [mW/m2] 
    688       rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux       [mW/m2] 
     686     nn_geoflx     = 2       !  geothermal heat flux: = 1 constant flux 
     687      !                      !                        = 2 read variable flux [mW/m2] 
     688     rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux       [mW/m2] 
    689689 
    690690   cn_dir      = './'      !  root directory for the geothermal data location 
Note: See TracChangeset for help on using the changeset viewer.