Commit 1ca65ff7 authored by James Harle's avatar James Harle
Browse files

Tidying of the namelist.bdy file - start to insert default paths for

benchmarking
parent b0f9e28d
......@@ -30,22 +30,22 @@
!-----------------------------------------------------------------------
! grid information
!-----------------------------------------------------------------------
sn_src_hgr = '/Users/jdha/Data/nrct/benchmark/grid_low_res_C/mesh_hgr.nc' ! /grid/
sn_src_zgr = '/Users/jdha/Data/nrct/benchmark/grid_low_res_C/mesh_zgr.nc'
sn_dst_hgr = '/Users/jdha/Data/nrct/benchmark/grid_C/mesh_hgr_zps.nc'
sn_dst_zgr = '/Users/jdha/Data/nrct/benchmark/grid_C/mesh_zgr_zps.nc'
sn_src_msk = '/Users/jdha/Data/nrct/benchmark/grid_low_res_C/mask.nc'
sn_bathy = '/Users/jdha/Data/nrct/benchmark/grid_C/NNA_R12_bathy_meter_bench.nc'
sn_src_hgr = './benchmark/grid_low_res_C/mesh_hgr.nc'
sn_src_zgr = './benchmark/grid_low_res_C/mesh_zgr.nc'
sn_dst_hgr = './benchmark/grid_C/mesh_hgr_zps.nc'
sn_dst_zgr = './benchmark/grid_C/mesh_zgr_zps.nc'
sn_src_msk = './benchmark/grid_low_res_C/mask.nc'
sn_bathy = './benchmark/grid_C/NNA_R12_bathy_meter_bench.nc'
!-----------------------------------------------------------------------
! I/O
!-----------------------------------------------------------------------
sn_src_dir = 'src_data.ncml' ! src_files/'
sn_dst_dir = '/Users/jdha/Data/scratch/'
sn_dst_dir = './outputs'
sn_fn = 'NNA_R12' ! prefix for output files
nn_fv = -1e20 ! set fill value for output files
nn_src_time_adj = 0 ! src time adjustment
sn_dst_metainfo = 'EB bdy files produced by jdha from ORCA0083-N001 gloabl run provided by acc'
sn_dst_metainfo = 'Benchmarking Data'
!-----------------------------------------------------------------------
! unstructured open boundaries
......@@ -53,7 +53,7 @@
ln_coords_file = .true. ! =T : produce bdy coordinates files
cn_coords_file = 'coordinates.bdy.nc' ! name of bdy coordinates files (if ln_coords_file=.TRUE.)
ln_mask_file = .false. ! =T : read mask from file
cn_mask_file = 'F:/NEMO_bdy_tools/scratch/testmask.nc' ! name of mask file (if ln_mask_file=.TRUE.)
cn_mask_file = 'mask.nc' ! name of mask file (if ln_mask_file=.TRUE.)
ln_dyn2d = .false. ! boundary conditions for barotropic fields
ln_dyn3d = .false. ! boundary conditions for baroclinic velocities
ln_tra = .true. ! boundary conditions for T and S
......@@ -78,9 +78,9 @@
nn_month_end = 11 ! month end (default = 12 is years>1)
sn_dst_calendar = 'gregorian' ! output calendar format
nn_base_year = 1960 ! base year for time counter
sn_tide_grid = 'F:/NEMO_bdy_tools/bdy_matlab/bdy_matlab/tmd/DATA/grid_tpxo7.2.nc'
sn_tide_h = 'F:/NEMO_bdy_tools/bdy_matlab/bdy_matlab/tmd/DATA/h_tpxo7.2.nc'
sn_tide_u = 'F:/NEMO_bdy_tools/bdy_matlab/bdy_matlab/tmd/DATA/u_tpxo7.2.nc'
sn_tide_grid = './inputs/tide/grid_tpxo7.2.nc'
sn_tide_h = './inputs/tide/h_tpxo7.2.nc'
sn_tide_u = './inputs/tide/u_tpxo7.2.nc'
!-----------------------------------------------------------------------
! Additional parameters
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment