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.
nam_bpc_hpg in NEMO/branches/UKMO/BPC_miniapp/Master – NEMO

source: NEMO/branches/UKMO/BPC_miniapp/Master/nam_bpc_hpg @ 10834

Last change on this file since 10834 was 10834, checked in by wayne_gaudin, 5 years ago

Ticket #2197 - added namelist input to the Master directory

File size: 376 bytes
Line 
1&nam_bpc_hpg
2  meshfile='mesh_mask_ORCA1.nc'
3  modelfile='restart.nc'
4  pcbiasfile='pcbias.nc'
5  outfile ='hpg.nc'
6  ln_linssh =.True.
7  ln_zps=.True.
8  jpi_in = 362
9  jpj_in = 292
10  jpk_in = 75
11  ln_tiled =.True.
12  !ln_tiled =.false.
13  !ji_len_3D_tile = 362
14  !jj_len_3D_tile = 292
15  !jk_len_3D_tile = 75
16  ji_len_3D_tile = 362
17  jj_len_3D_tile = 73
18  jk_len_3D_tile = 75
19/
Note: See TracBrowser for help on using the repository browser.