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.
Changeset 5397 for trunk/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-06-10T16:00:44+02:00 (9 years ago)
Author:
cbricaud
Message:

use IOF for geothermal file reading ; see ticket #1535' NEMO/OPA_SRC/TRA/trabbc.F90 CONFIG/SHARED/namelist_ref

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5385 r5397  
    691691&nambbc        !   bottom temperature boundary condition 
    692692!----------------------------------------------------------------------- 
     693!              !                              !  (if <0  months)  !   
     694!              !  file name      ! frequency (hours) ! variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     695!              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     696   sn_qgh      ='geothermal_heating.nc',  -12.  , 'heatflow'      ,   .false.      , .true.  , 'yearly'  , ''       , ''       , '' 
     697   ! 
     698   cn_dir      = './'      !  root directory for the location of the runoff files 
    693699   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    694700   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
     
    696702                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    697703   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
     704 
    698705/ 
    699706!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.