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 13163 for utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/1_namelist_ref – NEMO

Ignore:
Timestamp:
2020-06-26T15:21:13+02:00 (4 years ago)
Author:
rblod
Message:

#2129 : suppress ln_bry_south

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/1_namelist_ref

    r13056 r13163  
    2323&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2424!----------------------------------------------------------------------- 
     25   ln_read_cfg = .false.   !  Read from a domain_cfg file 
    2526   nn_bathy    =    1      !  compute analyticaly (=0) or read (=1) the bathymetry file 
    2627                           !  or compute (2) from external bathymetry 
    2728   nn_interp   =    1                          ! type of interpolation (nn_bathy =2) 
     29   cn_domcfg   = ' '       ! Name of the domain_cfg input file 
    2830   cn_topo     =  'bathymetry_ORCA12_V3.3.nc'  ! external topo file (nn_bathy =2) 
    2931   cn_bath     =  'Bathymetry'                 ! topo name in file  (nn_bathy =2) 
     
    169171   npt_connect   = 2 
    170172   npt_copy      = 2 
    171    ln_bry_south = .TRUE. 
    172173/ 
    173174!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.