source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/doc/namelists/nambbc @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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.