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 13109 for utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/namelist_ref – NEMO

Ignore:
Timestamp:
2020-06-16T12:07:28+02:00 (4 years ago)
Author:
rblod
Message:

ticket #2129 : major corrections in domcfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/namelist_ref

    r13056 r13109  
    2424&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2525!----------------------------------------------------------------------- 
     26   ln_read_cfg = .false.   !  Read from a domain_cfg file 
    2627   nn_bathy    =    1      !  compute analyticaly (=0) or read (=1) the bathymetry file 
    2728                           !  or compute (2) from external bathymetry 
    2829   nn_interp   =    1                          ! type of interpolation (nn_bathy =2) 
     30   cn_domcfg   = ' '       ! Name of the domain_cfg input file 
    2931   cn_topo     =  'bathymetry_ORCA12_V3.3.nc'  ! external topo file (nn_bathy =2) 
    3032   cn_bath     =  'Bathymetry'                 ! topo name in file  (nn_bathy =2) 
Note: See TracChangeset for help on using the changeset viewer.