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 branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist/nambbc @ 10248

Last change on this file since 10248 was 10248, checked in by kingr, 5 years ago

Merged 2015/nemo_v3_6_STABLE@6232

File size: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&nambbc        !   bottom temperature boundary condition
3!-----------------------------------------------------------------------
4!              !                              !  (if <0  months)  ! 
5!              !  file name      ! frequency (hours) ! variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
6!              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      !
7   sn_qgh      ='geothermal_heating.nc',  -12.  , 'heatflow'      ,   .false.      , .true.  , 'yearly'  , ''       , ''       , ''
8   !
9   cn_dir      = './'      !  root directory for the location of the runoff files
10   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
11   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux
12                           !     = 1 constant flux
13                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2)
14   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2]
15
16/
Note: See TracBrowser for help on using the repository browser.