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/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/nambbc

Last change on this file was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • 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.