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.
nambbc in NEMO/branches/UKMO/dev_r9950_GO8_package/doc/namelists – NEMO

source: NEMO/branches/UKMO/dev_r9950_GO8_package/doc/namelists/nambbc @ 10322

Last change on this file since 10322 was 10322, checked in by davestorkey, 5 years ago

UKMO/dev_r9950_GO8_package: Update to be relative to rev 10321 of NEMO4_beta_mirror branch.

  • Property svn:mime-type set to text/x-fortran
File size: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&nambbc        !   bottom temperature boundary condition                (default: OFF)
3!-----------------------------------------------------------------------
4   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
5      nn_geoflx     = 2       !  geothermal heat flux: = 1 constant flux
6      !                       !                        = 2 read variable flux [mW/m2]
7      rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux       [mW/m2]
8
9   cn_dir      = './'      !  root directory for the geothermal data location
10   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
11   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
12   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
13   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   ''
14/
Note: See TracBrowser for help on using the repository browser.